codefish
Forum Replies Created
-
If you want to fix it directly, just remove the entire
t/
directory. This does not affect the plugin in any way.Not sure what happens, but I was thinking about removing the unit tests from the release anyway. I will fix this in release 1.0.3
A new version will be released soon, which moves the CSS to an external file. This allows for better customization of the css to fit your needs.
Hope this helps!
Forum: Reviews
In reply to: [Pinterest Pinboard Widget] works well great pinterest pluginThe way I designed the plugin allows you to customize stuff like padding etc through your own CSS styles. I don’t like to add it as a setting, it’s cleaner to handle this in the CSS.
Thanks for the feedback!
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] Opening a board page?I investigated if this feature can be supported, but I did not find a way to implement it. The reason is, that from the feed that is used to display the icons, the board info is not available.
For an upcoming version I want to add support for displaying only a single board. When that is in place, it would be possible to goto the board when clicking an image, instead of to the image itself.
Hope this helps,
Regards.
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] Get Notice about undefined propertyThe first ‘is_secure’ I fixed in the code that will be released in version 1.0.3. The errors in lines 203,204 and 205 have to do with variables not being populated properly..
can tell me which pinterest user you get the errors for?
I’m adding support for opening in a new window in the upcoming version 1.0.3. I plan to release it later this week.
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] Translation?Currently the texts are hardcoded in the plugin. I did a little fix where the string are now loaded using ‘_e’ and ‘__’. This will allow you to externalize the strings in a language file I think. This fix will be in the upcoming release 1.0.3 later this week. Let me know if this will help you.
@tuna91 just checked your site, the images seem to be loaded now. Can you confirm?
@goldtop Nice, let me know when you experience more problems with the plugin!
The current version of the plugin does not allow you to set the nr. of columns for the images. You could fix it by adding the following to your theme’s CSS:
#pinterest-pinboard-widget-container .row { display: inline; }
Let me know if this works for you!
I just released the 1.0.2 version of the plugin which includes a bugfix for your issue. Can you try upgrading the plugin and see how it goes?
No problem, the 1.0.2 version is available. Try upgrading, let me know if the issue remains.
This may be something related with php. I’m using
<?= $username ?>
but it looks like this doesn’t work for your configuration. I’ve updated this to<?php echo($username) ?>
in the development version. The next release will contain the fix.