Mat
Forum Replies Created
-
Forum: Plugins
In reply to: [Polymer for WordPress] Polymer scaffoldGood 🙂
New update to improve the Scaffold feature.
Here are the news:
– core-scaffold worked also in the previuos version but autop() WordPress function can break it beacause it adds <p> and
when a newline is found… that’s why I disabled autop by default and I added an option to re-enable it per post/page
– core-scaffold works better in “fullscreen” so I’m trying this new way: an option that will override the theme template, when enabled a special template inside my plugin will be used – that’a s big override for WP structure but I think that it can help a lot a create “real” Polymer apps
Made your tests. Some points perhaps need refinement.Forum: Reviews
In reply to: [Polymer for WordPress] Everything workThank you for your review eternialz
Forum: Reviews
In reply to: [Polymer for WordPress] Seems fineGood
Forum: Plugins
In reply to: [Polymer for WordPress] Polymer in WidgetWidget added and improved auto-import feature.
No JS editor currently for widgets.
Just made some tests and seems ok.Forum: Plugins
In reply to: [Polymer for WordPress] Polymer in WidgetGood point. I will work on this.
Forum: Plugins
In reply to: [Category Featured Images] WordPress 4.0 compatible?The Home Page (as Blog posts) can contain more than a category so when you call my functions they don’t know which category to use.
If your Home Page point to a Category page (you have to create a special page and change the Home to static page) my functions will show the featured image.Forum: Plugins
In reply to: [Category Featured Images] WordPress 4.0 compatible?cfi_featured_image_url() returns the current featured image URL.
I have just tried it with Twenty Fourteen theme and it works as expected.
I can’t reproduce the problems you talk about, it could be something not related to my plugin.Forum: Plugins
In reply to: [Category Featured Images] WordPress 4.0 compatible?Yes, it works on WordPress 4.0
My website has WP 4.0 and my plugin is active: http://blocknot.es/
I have also tested it with WP 4.0 + Twenty fourteen theme.Did you set the category featured image?
Are you sure the post has that category set?
If you open that single post, do you see the category featured image?Forum: Plugins
In reply to: [WooCommerce] Problem with some translations…I found the problem… it’s related to PolyLang plugin.
When I disable it WooCommerce works as expected.Forum: Reviews
In reply to: [Category Featured Images] Just what I was looking forGood 🙂
Forum: Plugins
In reply to: [Category Featured Images] Display featured image from parent category onlyParent category… that’s tricky.
Aqua Resizer… ok, with this new version I added a new PHP function: cfi_featured_image_url – it should work with Aqua
Forum: Reviews
In reply to: [Category Featured Images] Works perfectlyYou are welcome 🙂
Forum: Reviews
In reply to: [Category Featured Images] Exactly What I Was Looking ForI created this plugin for the same reason.
Thank you for the good review 🙂Forum: Plugins
In reply to: [Category Featured Images] Display wrong imageHi Juan.
Are you calling the PHP function outside the WordPress post loop?
BTW, with the next version I should improve that part.
I add a check to see if the function (or shortcode) is called in a single post or inside a category archive page.Forum: Plugins
In reply to: [Category Featured Images] feature image only on front pageIt depends on the theme you are using.
A theme developer chooses where to show the featured image of a post.
You can try setting a featured image in a post and to search where it appears.