At the moment I only can display 50 pins.
Is it by any chance possible to set this to 100 or 200?
Thanks
]]>I would like to know if it is possible to add a button below each image in the gallery for direct download of the image.
]]>I would like to report a issue with GS Pin plugin. When the plugin is installed and active, Jetpack settings section (https://examplesite.com/wp-admin/admin.php?page=jetpack#/settings) does not open correctly. Just a blank screen, with nothing else.
]]>Referencing this plugin – https://www.ads-software.com/support/plugin/wp-asset-clean-up/
Your module no longer looks to be compatible? When we disable Asset Clean Up, the widget shows find on all blog post pages. When it’s enabled, the widget no longer shows. We’ve tried disabling the embed settings that were enabled and clearing cache, but still it doesn’t show.
Familiar with it and done any testing?
]]>The plugins page since the last update (1.4.2) does this:
Array ( [deactivate] => [activate] => [details] => [delete] => [edit] => )
and then shuffles some things around on the dashboard, too. It also makes it impossible to click into Yoast on individual posts. When I turn off the plugin, everything works and errors/messages disappear. I’ve re-uploaded it, I’ve FTP’d it and via the admin dash. Nothing seems to change that issue, so I’ve turned it off for now.
Any ideas? Thanks!
]]>Hello,
How to override template without change in plugins?
Also, i got one error after activate plugin in plugins list (i see out put of “Array ( [deactivate] => Deactivate )” in plugins listing)
]]>My WordPress website is not available anymore. I get the error message:
“Database Error: Table ‘xxx.wp_gspin_shortcodes’ doesn’t exist”
]]>If a website is being optimised with lazy loading (i.e. via W3TC), the masonry layout breaks due to off-screen images only being loaded when they come into the viewport.
I can confirm adding class="skip-lazy"
to the <img />
tags in gs-pinterest-portfolio/gs-pinterest-assets/includes/templates/gs_pinterest_structure_one.php
fixes the issue.
It would be useful if the plugin could add support for a “lazyload” attribute, i.e. lazyload="1"
or lazyload="0"
, to toggle such a class on a case-by-case basis.
I had tried to find a GitHub repository to create a PR but couldn’t find one.
]]>Firstly thank you. This is a very handy plugin, thank you for sharing it.
Unfortunately when logged in as an admin the following message is displayed permanently.
This message is show at the top of ALL admin pages, including on pages for other plugins. The “Hide Now” button for this message doesn’t work. It simply causes the page to reload.
You should be aware that this non removable message technically puts your plugin in breach of the wordpress plugin rules, specifically number “11. Plugins should not hijack the admin dashboard.”
Before raising this issue here I have of course disabled all my other plugins to ensure that it is not something being caused by one of them. Unfortunately the issue appears even when no other plugins are active.
Is there a way to show more than 25 pins in a board?
]]>Clicking “Organize” on Pinterest, I can move or copy pins to a new board, or I can move or copy pins to a “Section” (a subsection) within the original board.
Doing it the first way, GS Pinterest Plugin will work. If I do it the 2nd way, can GS Pinterest Plugin work? There’s no shortcode option for filling in the Section name…. ???
Thanks
I can’t really figure this one out. I have it all set up and it works for a bit then it stops working, then it starts working and does this over and over till it stops completely, then I have to remove the widget, re-add and re-set it back up. Happens over and over again. Sometimes it works for hours or days and sometimes not at all… no rhyme or reason. Confusing.. any suggestions?
]]>Hey just wondering if the shortcode is only available for pro users?
]]>Is there a way to show just the one most recent pin, whatever it might be from any board? This is for a widget in the footer. There is not room for a display of many pins, nor do I want to have a pin that remains the same unless I update it.
I just want to show whichever pin is most recent.
Thanks,
James
P.S. This is actually my wife’s site.
]]>Hello. After installing plugin the code for Pin it has completely changed from themes default code. As seen on the linked page, should be the same icon as in the footer, because it looks ugly. On page load it briefly shows the correct icon, then changes it. The icon also remains after disabling or deleting the plugin. How to fix please? Thanks in advance.
]]>Installing the plugin loads ~40 scripts from wp-includes on every page load, due to the dependencies in gs_pin_gutenberg_boilerplate_block()
function.
The issue is in the hook
add_action( 'enqueue_block_assets', 'gs_pin_gutenberg_boilerplate_block' );
Please change to
add_action( 'enqueue_block_editor_assets', 'gs_pin_gutenberg_boilerplate_block' );
so it’s loaded only in the Gutenberg Editor.
GS Pinterest Boards widget not working on my site.
]]>I love the look of this plug in, I spent a lot of time searching for this exact thing. However it interferes with the customisation of my wordpress theme. The theme creator found the script error and sent it to me. She said there’s no way of her fixing it and that the plugin creator would need to change the plug in.
]]>