Mat
Forum Replies Created
-
Forum: Plugins
In reply to: [Polymer for WordPress] Shortcode referenceHello.
You can do this in more than one way with Polymer, see this post:
http://stackoverflow.com/questions/24624555/polymer-core-button-linkFor example you could do this:
[poly paper-button raised style=”background: blue; color: white” onclick=”Javascript:window.location.href=’http://www.google.com/’;”]open[/poly]Good 🙂
Forum: Plugins
In reply to: [Category Featured Images] Display featured image from parent category onlyGood 🙂
Forum: Plugins
In reply to: [Category Featured Images] Display featured image from parent category onlyNils, Geo: a new update is available with the parent image loading feature
I made a quick test and it seems ok.
Could you make more tests to see if all works as expected?Forum: Plugins
In reply to: [Category Featured Images] Display featured image from parent category onlyHi Nils.
If a post has more than a category the first one assigned is used.
My plugin currently loads the image associated to a category and it doesn’t look to the parent if it is empty.
Ok. I will think about this point in the next update.Good 🙂
Forum: Plugins
In reply to: [Polymer for WordPress] Select with optionsIf you want the croissants 🙂 you can try the paper-dropdown-menu demo:
https://www.polymer-project.org/components/paper-dropdown-menu/demo.htmlReferenced from here:
https://www.polymer-project.org/docs/elements/paper-elements.html#paper-dropdown-menuAnd in the core-dropdown demo there’s an example with a list of countries:
https://www.polymer-project.org/components/core-dropdown/demo.htmlReferenced from here:
https://www.polymer-project.org/docs/elements/core-elements.html#core-dropdownForum: Plugins
In reply to: [Polymer for WordPress] Select with optionsHi click.
I could suggest you to look at the Polymer list demo:
https://www.polymer-project.org/components/core-list/demo.htmlAnd the core-list reference page:
https://www.polymer-project.org/docs/elements/core-elements.html#core-listTo get the category ID you can use:
$category->term_idHi Bowe.
I have just published a small update to add a new param “cat_id” to my function cfi_featured_image_url()
In this way you can use:
cfi_featured_image_url( array( 'cat_id' => 14, 'size' => 'thumbnail' ) )
To get the image URL of the category 14 with size thumbnail.
Try it. It should solve your problem.Forum: Reviews
In reply to: [Category Featured Images] Fast & Very Easy :)Hi Kainraziall.
Custom taxonomies… this is tricky because custom taxonomies (and anything custom in WP) has specific actions with the name of the taxonomy in the action. And my plugin requires 2 actions to connect to the category editor e to save the category extra data.Forum: Plugins
In reply to: [Polymer for WordPress] use problemsI can reply only in English.
Could you be more specific about the problems you found with my plugin?
There isn’t a tutorial to use my plugin, I have wrote some examples in the FAQ.Forum: Plugins
In reply to: [Polymer for WordPress] core-animated-pages leads to crashHi Protoss.
You were right 🙂 there was a small bug in that line (211)
I have just put a small update that should correct that warning.Forum: Plugins
In reply to: [Polymer for WordPress] Polymer scaffoldThe code in the JS editor is inserted in the head tag of the post/page. So you can virtually do anything there.
Currently I didn’t include AngularJS library, it would be “Off-Topic” for my plugin. But I’ll think about it, it could be useful to have it.
I mark this thread as solved.Forum: Plugins
In reply to: [Polymer for WordPress] Polymer scaffoldHehe, I think the same. That’s why I decided to put a JS editor and a CSS editor in posts / pages. Also the docs links help.
Angular is nice, I was thinking to make a plugin for it but I saw that someone else has already done it.
Did you try scaffold now?
Yesterday I updated the plugin again to introduce Polymer 0.5.1