
Everything posted by opentype
-
Are FB video embeds still working?
Which site? Which version? Which video? Testing here …
-
Pages SuperGrid support
When 4.2 is out.
-
Cookie Notice
Look at what is going on there. Instead of CSS, there is a whole website calling Github files and whatnot. It breaks my 4.2 site (I tested it on) completely. It’s not just Pages templates.
-
Pages SuperGrid support
It’s the cookie plugin that is broken.
-
Pages SuperGrid support
That’s expected. The new 4.2 reputation calls aren’t in there. I will update it close to the release of 4.2 and then replace the 4.1 version with the 4.2 version. I can’t do that now of course, or it would break for customers who are not running the 4.2 beta.
-
Pages SuperGrid support
Haven’t tested it. But it will certainly be supported close to the official 4.2 release.
-
Integration with Twitter Cards
Sorry, I don’t understand the question.
-
Pages SuperGrid support
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.
-
Pages SuperGrid support
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.
-
(NB41) Social Count Fans
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.
-
(NB41) Social Count Fans
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="…"}.
-
(NB41) Social Count Fans
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.
-
Pages SuperGrid support
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.
-
Pages SuperGrid support
Have a test URL?
-
Pages SuperGrid support
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.
-
(NB41) Social Count Fans
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?
-
(NB41) Social Count Fans
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.
-
Are FB video embeds still working?
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.
-
(NB41) Social Count Fans
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.
-
Integration with Twitter Cards
{{\IPS\Output::i()->metaTags['keywords'] = implode(',',$record->tags());}}
-
Pages SuperGrid support
No. That’s part of your theme. I have no control over that through Pages templates.
-
Pages SuperHelp support topic
-
Pages SuperGrid support
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.
-
Find topic by its ID
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.
-
Pages SuperGrid support
What happens if you switch your account to the default IPS theme?