Jump to content

opentype

Clients
  • Posts

    9,899
  • Joined

  • Last visited

  • Days Won

    134

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by opentype

  1. Sorry, I don’t understand the question.
  2. That’s the field output defined in the field settings of your custom image field. You can just turn it off for the listing mode.
  3. Yes. You need to replace the use of “record_image” with your custom “field_XXX”. You are free to do this, but I can’t provide customization help.
  4. Thanks for checking it out. I use that for now. I ran into that with my own blocks as well. It’s best to cover all three states: horizontal/vertical/NULL. In the IPS block templates the approach is usually to check for “vertical” and then have an {{else}} section, which both acts for horizontal and NULL.
  5. I've set up the services (while creating the block in the ACP) and the block works. It just doesn’t work when called through {block="…"}.
  6. Is there a way to use this outside the drag-and-drop areas? I would like to put it in my custom footer and created a Social count block in the ACP. If I add it as custom block to a drag-and-drop area through the sidebar manager it works – but if I call the block in a template or another block like {block="social-count"} it returns nothing.
  7. You have set .ipsAreaBackground_light to “transparent” in your CSS. That hides everything. You should remove that styling. If you really don’t want the light grey, which is set by default, set it to white, not transparent.
  8. Yeah, that’s not ideal. Your thumbnail will be super small and your large images can get super large in terms of file size. I prefer something like 600 to 800 as max size for the thumbnail and 1500 to 2000 for the large images. But that depends on what you are doing on your site. If the thumbnails are too small or the large ones too big, there is a setting to choose which ones to use for the grid view. Of course if both have problems, I can’t help you. If you change the image settings for the database you would have to upload the image again. The images are centered and scaled up or down to fill the container in both direction. So you want the aspect ratio of your uploads close to the aspect ratio you set for SuperGrid. So try to set it that way and try to keep all uploads similar. The more you deviate from the default aspect ratio you set, the more will be cut off from the image.
  9. Got it working now somehow. Another question: How is the Feedly function supposed to be used? If I add a feedly URL https://feedly.com/i/subscription/feed/https… it doesn’t work. If I add my IPS RSS feed directly, it works and reports the Feedly followers, but it doesn’t link to Feedly but to the RSS feed directly, so I can’t gain any Feedly followers this way. Is that intentional?
  10. Those are different things. The API key needs to be set in the ACP for the plugin, so it can call via the API. The channel ID is being set in the widget to specify which channel data to pull. That being said, I still can’t get it to work either. Google reports “client error (4xx)” in the developer console.
  11. I’m pretty sure that is correct. I get the same result when posting YOUR iframe code on my site. Pasting the FB video URL you used directly embeds fine with my host.
  12. Maybe detailed instructions for each service would help. I only got Twitter to work. No luck with Facebook or YouTube. And since there is no error reporting for the API calls I have no clue what to do differently.
  13. {{\IPS\Output::i()->metaTags['keywords'] = implode(',',$record->tags());}}
  14. No. That’s part of your theme. I have no control over that through Pages templates.
  15. Are you sure you have set it to “numbering” in the settings plugin?
  16. Does it happen in the default theme as well? Do you load JavaScript in the head or the body? To further help you I would need access to your site. I can’t debug that from just looking at a screenshot.
  17. What do you mean by “find” the topic? Through the search function? Access in the browser URL bar? Or from within a script? …? Regarding the address bar, you can just access the topic through /00000-something Which means: the ID followed by a hyphen and something else. Example to access this topic: https://invisionpower.com/forums/topic/436181-doesn’t-matter https://invisionpower.com/forums/topic/436181-x https://invisionpower.com/forums/topic/436181-hello All forwards to the same topic.
  18. What happens if you switch your account to the default IPS theme?
  19. It’s styled like this in SuperGrid: .SG_image_container { background-size: cover; } .SG_image_container_sidebar { background-size: cover; } If it’s not consistent on your site, then that’s a problem of your theme. You might override the setting by putting the background size declaration in your custom.css and add a !important.
  20. My mistake. But don’t worry about it. If you use a recent download, you will have the recent version.
  21. There is no setting for that. No. Sure. You need to deactivate the Listing display for that field in the field’s setting.
  22. Not sure I fully understand, but it sounds like further customization of the templates, which is not part of the support. I’m sorry. Feel free to open a separate topic to ask others.
×
×
  • Create New...