codefish
Forum Replies Created
-
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] How to change the settingsCurrently this is not supported. I did however fix this for the upcoming release which will be released this week.
The new release adds support for a shortcode, so you can add it on the homepage.
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] Broken images from secure serverI don’t exactly what goes wrong. The plugin contains a check to see if the site is running SSL. If so, it will server the https:// versions of the images. In your case this happens.
However your site is not running SSL, so the plugin should serve the images over https://. Is it possible to send the values of the following server variables:- $_SERVER[‘HTTPS’]
- $_SERVER[‘SERVER_PORT’]
This is what the plugin checks on currently.
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] Broken images from secure serveryes, I see the error. It seems the SSL certificate used is invalid, I will try reproducing it on my test site.
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] How to change the settingsWhen you add the widget to your site, you can set your username and the other settings. Does this help you?
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] Thumbnails are all shifted to the leftHello, do you still have the issue with the plugin. Can you submit the link of the actual plugin page?
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] Broken images from secure serverIs this still an issue? Can you submit the page with the error so I can investigate?
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] plugin showing as code on siteUntil further notice I’m resolving this ticket. Let me know if this is still an issue, so it may be re-opened.
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] Use of undefined constantSorry for the delay, version 1.0.4 is available as of now.
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] Only specific board images?This is not (yet) possible. I am planning this for a next version though!
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] plugin showing as code on sitecan you please post a link to your site so I can investigate?
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] Use of undefined constantjust committed the proposed fix, it will be included in version 1.0.4 available today!
No problem, glad to help out ??
It’s weird this shows up, may be related to the 3.5.1 version. You can fix this by added the following to either the plugin’s CSS or your sites:
#pinterest-pinboard-widget-container .pin_logo img { width: 16px; height: 16px; }
This should work, I will include it in the next release.
I did a lot of fixes in release 1.0.3. Can you try to upgrade, and see if the problem persists? One of the changes is that the CSS was changed from inline, to a css file. This allows for more configuration options.
Let me know when your issue is not solved!
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] [Plugin: Pinterest Pinboard Widget] more pinsSupport for opening in a new page will be added in the upcoming release 1.0.3.
Hope this helps!