Technically it’s not an error, it’s just a “Notice” from PHP, but it’s filling up the debug.log really quicky and it’s – kind of – annoying if you are searching for actual issues in the log.
In the 70th line you have $defines .= "jQuery.....
but the $defines variable is uninitialized at that point making WordPress a PHP debug notice.
Could you please change it to a simple assignment like $defines = "jQuery.....
?
Thanks
https://www.ads-software.com/plugins/cb-pinterest-image-pinner/
]]>I am using this plugin- had it working, then it stopped.
The URL is https://greekgoddess.spinbirdsandbox.com, and I can’t get the pin it button to work on the homepage images at all.
I have tried every single selector combo that I can possibly come up with, and it works great on posts, just not on home page.
Can you assist?
https://www.ads-software.com/plugins/cb-pinterest-image-pinner/
]]>Hello, getting this PHP error running the plugin each time it is called:
Undefined variable: plugin in /home/content/p3nexnas05_data03/11/2095011/html/wp-content/plugins/cb-pinterest-image-pinner/plugin.php on line 29
https://www.ads-software.com/plugins/cb-pinterest-image-pinner/
]]>Generally this plugin works great. I have an issue where all images I add are left aligned by the plugin. When I turn the plugin off, they display as expected.
Any workaround for that? Here is an example: https://www.narrowbridge.net/april-2014-earnings-and-investments-update/
(The chart and table at the bottom should both be center aligned, not left aligned)
PS – I did add the code from the FAQ page to my custom css file. Didn’t fix the issue.
https://www.ads-software.com/plugins/cb-pinterest-image-pinner/
]]>When WordPress is installed to to its own directory and wp-content is in the top level rather than the WordPress directory the plugin enqueues the incorrect URL to the stylesheet and script.
Example paths:
wp core: /home/username/www/wordpress/
wp content: /home/username/www/wp-content/
Line 34 from plugin.php: $PLUGIN_URL = get_option('siteurl') . '/wp-content/plugins/' . plugin_basename(dirname(__FILE__));
Should probably be: $PLUGIN_URL = plugins_url( '', __FILE__ );
https://www.ads-software.com/plugins/cb-pinterest-image-pinner/
]]>Just wondering if there is a way to set the plugin so that readers can still click into the photo/save it etc. without pinning it. therefore they’d have to actually click pin it to pin the image. Currently when clicking on photo it auto pulls up pinterest.
https://www.ads-software.com/plugins/cb-pinterest-image-pinner/
]]>Hi,
I like the plugin very much, and have been using it for two of my blogs. But after I had updated wordpress to 3.6 it stopped working. May I know is there a way to fix this?
Thank you
https://www.ads-software.com/plugins/cb-pinterest-image-pinner/
]]>Hello ??
While installing and using this script, I discovered about a small black dash placed before the button image (and working as a link).
I quickly found out it’s due to this (in main.js):
jQuery('#' + theID).append('<a class="cb_pin_link" href="#"> </a>');
needs of course to be removed.
Apart from this, I think the script works perfectly… I’d only wish there was the chance to include the first lines of the blog post in the pin-it description… do you know if that’s possible?
Thank you very much,
Elena
https://www.ads-software.com/extend/plugins/cb-pinterest-image-pinner/
]]>Hi
I have installed the widget but I cannot see the pinner image in any of my image. I double checked and it does not work,
Kindly advise.
Soma
https://www.ads-software.com/extend/plugins/cb-pinterest-image-pinner/
]]>I just noticed the pin button is gone at https://hq-celebrity.com/.
It used to appear at every big thumbnail on home page and single page.
I look forward hearing from you Chris.
Thanks! ??
https://www.ads-software.com/extend/plugins/cb-pinterest-image-pinner/
]]>i have some image aligned to the center of the post, when i activate the plugin, all the images are forced to left alinement.
what can i do, to solve this problem?
https://www.ads-software.com/extend/plugins/cb-pinterest-image-pinner/
]]>Line 78 in plugin.php should read:
$js_defined = ‘echo “<script type=\”text/javascript\”>’ . $defines . ‘</script>”;’;
(type=”text/javascript” is missing)
https://www.ads-software.com/extend/plugins/cb-pinterest-image-pinner/
]]>This plugin is awesome. Thank you! I am trying to figure out if there is a way to add the ‘pin it’ counter to the right of my pin button. Is this possible? If so how can I add it.
Thanks so much! I tried seven different pin it plugins before I found yours that worked! keep up the good work!
https://www.ads-software.com/extend/plugins/cb-pinterest-image-pinner/
]]>Hi there,
I’m currently running this widget as well as a category gallery widget on my Recipes page of my site (https://www.cupcakesandcoffeebreaks.com/).
Even though I’ve specified in the widget settings to not display the Pin It button on images under 300px by 300px, it still displays on my category gallery, which is inhibiting users’ abilities to click through the gallery to my actual recipes.
The weird thing is, if you refresh the recipe page so that it loads a second time, the probably usually disappears (or sometimes remains, but only on certain images).
Why is this happening? As far as I know, it shouldn’t be appearing on my gallery thumbnails.
https://www.ads-software.com/extend/plugins/cb-pinterest-image-pinner/
]]>There is a race condition in your javascript:
If an image has no size attributes and is not in cache your codes sees it as 0 x 0 and adds a pin button. However if the image is in cache and the browser knows it’s actual size you correctly detect it as too small and don’t add the button.
The net result of this is you are adding pin buttons to other buttons if the user has a cold cache.
The fix for this would be to add buttons in 2 stages: If you know the size go ahead but for any image that comes back 0 x 0 use onload() to trigger your code so that you only run when the browser actually knows how big the image is.
John
https://www.ads-software.com/extend/plugins/cb-pinterest-image-pinner/
]]>Conflict with Slider Pro Plugin. Image sliders were lost when activated. Deleted and the sliders are ok.
https://www.ads-software.com/extend/plugins/cb-pinterest-image-pinner/
]]>I’ve got the plugin installed, but it’s not set up to use with my images yet as I’ve just started work on a custom theme.
When I enabled wp_debug in the wp-config file, I saw this appear at the top of the screen in the admin area:
Notice: Undefined variable: defines in <removed>\wp-content\plugins\cb-pinterest-image-pinner\plugin.php on line 72
I don’t know anything about PHP so I’m not sure if this is a bug or how to fix it.
https://www.ads-software.com/extend/plugins/cb-pinterest-image-pinner/
]]>Hi, I installed the plugin and did not manipulate the settings. The problem is that the button shows on some images but not others of the same size. But the real problem is that the button appears where the image used to be. The button seems to make the image disappear but not all of them. It’s on a dev server right now so I can’t really show you. On my other site, https://www.makeupdelight.com, it doesn’t show at all on any images. Thanks for the support.
https://www.ads-software.com/extend/plugins/cb-pinterest-image-pinner/
]]>Hi there! I’m using this plugin and it is really awesome! Congrats for your good job, Chris.
Is it possible to make it pin the large image from galleries instead its thumbnails? I don’t want to pin the thumbnails but the source images which is showed through fancybox.
I’m able to make it works, but then I screw up my post images (which are not inside any wp gallery).
Could you help me? Here’s my usage https://goo.gl/xgDj1
Thanks a lot!
Sincerely,
Vitor Mozer
https://www.ads-software.com/extend/plugins/cb-pinterest-image-pinner/
]]>Hi – I am using this plugin to create pin buttons for my blog images, most of which have Fancybox functionality. Whenever I click the pin button, it also triggers the Fancybox for the image, which is an unexpected response. How can I remove the conflict so that the Fancybox does not activate by clicking the pin? I appreciate your help on this.
https://www.ads-software.com/extend/plugins/cb-pinterest-image-pinner/
]]>Hello,
I need to say the plugin looks great but I ran into an issue.
I only see the pin button appearing (single post) when I am logged in as an Admin user. When I log out I see no button at all.
I tried cross-browser.
Url sample: https://hq-celebrity.com/elena-santarelli-looks-hot-in-a-bikini/
I look forward hearing from you.
Thank you!
https://www.ads-software.com/extend/plugins/cb-pinterest-image-pinner/
]]>I am not getting a button on any images. I probably do not understand the JQuery selector thing properly.
I tried just putting img thinking it would get all.
I tried :image
I tried #no-grid-post img for images in that div
No luck
Site is behind maintenance plugin. happy to supply a login if needed. You can email me
gasonmark@ that google mail place
https://www.ads-software.com/extend/plugins/cb-pinterest-image-pinner/
]]>How hard would it be to use the ALT tag of the image as description.
Or perhaps use the post title as description.
This would make it a 1 click post and very handy.
But even as it is, its the best pinterest plugin out there.
thx
https://www.ads-software.com/extend/plugins/cb-pinterest-image-pinner/
]]>What’s the mechanism to specify that an image should not be pinnable?
See, for example a related issue with another Pinterest plugin: https://github.com/canha42/pinterest-pin-it/issues/12
https://www.ads-software.com/extend/plugins/cb-pinterest-image-pinner/
]]>Is there a way to alter the plugin code so when a user pins an image from the blog homepage, the post permalink is associated with the pin (not the homepage)?
Thank you!
https://www.ads-software.com/extend/plugins/cb-pinterest-image-pinner/
]]>Hello,
I really want to get this plugin working. I have installed it and checked to see if any of my other plugins are conflicting with it, but it still won’t show up.
I saw in one of the other threads that it can be a problem with the selectors, but I don’t quite understand how those should be set up.
Thanks!
https://www.ads-software.com/extend/plugins/cb-pinterest-image-pinner/
]]>With BJ Lazy Load plugin enabled lazy-loaded images are not showing on pinterest popup.
Normally loaded images are pinnable.
https://www.ads-software.com/extend/plugins/cb-pinterest-image-pinner/
]]>I’ve gone to ” Plugins”
I’ve downloaded the pinterest image pinner
I’ve activated
& I don’t see it on any of my images
What step am I missing here??
https://www.ads-software.com/extend/plugins/cb-pinterest-image-pinner/
]]>This plugin works perfectly with regularly added images, but images that are “inside” a plugin (specifically, Ziplist Recipe Plugin) shows the PinIt button, but the pinning function doesn’t work.
You can see it at my site: https://www.dontforgetdelicious.com/2012/cinnamon-swirl-buttermilk-pound-cake-lightened/
The second image in the post (3 cakes on a long plate), shows the PinIt button, but when you click it, the image is broken and if you attempt to pin anyway – it refreshes, but does not pin.
Help?
https://www.ads-software.com/extend/plugins/cb-pinterest-image-pinner/
]]>We’d like to find out if it’s possible to get the Pin button to appear on the gallery images that open via Lightbox or similar.
Here’s a site we have the plugin installed on:
https://www.galapagosexpeditions.com/blog/why-a-galapagos-adventure-is-on-my-bucket-list/
We’ve tried a few custom selectors with no luck…
#fancybox-img
#fancybox-img img
.fancybox-img
.fanctybox-img img
Not sure if the feature is not working because we don’t have the right selector syntax (or style tag?), or if it’s because it’s opening via AJAX, etc.
Would love a solution for this so the gallery images can be shared.
Thanks!
https://www.ads-software.com/extend/plugins/cb-pinterest-image-pinner/
]]>