codefish
Forum Replies Created
-
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] Broken images from secure serverI was hoping the protocol relative urls would fix this issue, but it doesn’t. The SSL certificate used by Pinterest is not valid for the domain it is serving the images from (sorry for the dutch error):
media-cache-ak0.pinimg.com gebruikt een ongeldig beveiligingscertificaat.
Het certificaat is alleen geldig voor de volgende namen: *.akamaihd.net , *.akamaihd-staging.net , a248.e.akamai.net (Foutcode: ssl_error_bad_cert_domain)As far as I know, the only way to fix this properly is if Pinterest would fix the SSL certificate. Another (workaround) would be to use the https:// version also from SSL, however this will trigger a warning in most browsers. Yet another solution would be to remove the Pinterest widget completely for SSL pages to prevent the error from showing.
Hope this helps!
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] Broken images from secure serverDo you have a link where I can view the issue?
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] Thumbnails are all shifted to the leftI see the CSS for .row is not set correctly in the plugin. Try this:
#pinterest-pinboard-widget-container .row { width: 195px; height: 65px; padding: 0px; margin: 0px; }
That should fix your issue. I will release it in the upcoming version.
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] update breaks 3×3 gridI released version 1.0.6 which should fix the broken layout. Let me know if you still have issues!
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] update breaks 3×3 gridFor now I’ll revert the CSS change I made. Was trying to fix the shortcode but it seems this needs a little more thinking before it’ll work properly.
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] update breaks 3×3 gridDid you use the plugin before, or did it go wrong after the update?
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] Thumbnails are all shifted to the leftLet me know if I can help out, for now I’m closing this thread.
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] update breaks 3×3 gridwhat is the link to you website?
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] How to change the settingsIf you want to render the shortcode from PHP code, you can use:
echo do_shortcode('[pinterest_pinboard username="pinterest" rows=3 cols=3]');
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] How to change the settingsYou can just use the shortcode in your page. Some samples are in the FAQ:
https://www.ads-software.com/plugins/pinterest-pinboard-widget/faq/
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] log.pinterest.comOK. Let me know if I can be of any help. For now I’m closing this thread.
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] Crop images for thumbnailsThis has to do with how the plugin currently works. I’m hoping to fix this in an upcoming release..
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] Broken images from secure serverI released a fix for this issue in 1.0.5 available for download now; the plugin uses protocol relative urls for the thumbnails so SSL issues should not happen any longer.
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] log.pinterest.comI’ve not seen this before. What version are you running and do you have a link to your site?
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] How to change the settingsRelease 1.0.5 is available for download!