Hi there! How i can post menu after my logo? I only found how to do this before logo.
]]>If you want to use the latest Polymer components try my new plugin:
wp-polymer
I decided to make a new one because Polymer now has too many different components so I had to do many changes to the my old plugin.
]]>Hi – I’m trying to add a Polymer button on the homepage, but it’s just rendering as text, not HTML. I’ve tried the shortcode and HTML, but neither one works. Is it possible to include Polymer elements on the homepage (for example in the header) or are they only available in posts and widgets?
]]>Hello, I have been installed the plug in ,so when I try to create a new page or post I can’t save and the following message appears:
Fatal error: Function name must be a string in /home/—/public_html/home/wp-content/plugins/polymer-components/polymer-admin.php on line 270
]]>Is there a simple example of using google maps with this plugin? I’ve been trying without success to get google maps working on a wordpress page using this plugin. Thanks
]]>Hello, Great to see some Material Design getting into WordPress. One of the biggest values to me is Cards as an element for organizing information. Could you give a sample of what one needs to put in the html editor to create a card using this?
I think generally a few more examples would help us novices get our heads around the usage and capabilities of this great plugin.
]]>I am using the html codes or shortcodes but unable to see any result.
Do I need to select anything in polyment components?
Trying to create a custom element with block. Not exactly sure how to import. I appreciate if you let me know what I am doing wrong.
I created a block. Named as Hello.
<polymer-element name=”hello” noscript>
<template>
<h1>Hello</h1>
</template>
</polymer-element>
Created a page. Choose Hello on the import block (blue higlighted).
On the page editor <hello></hello> did not work.
Thanks,
john
]]>I use shortcode in code
<?php while ( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
<?php echo do_shortcode("[poly paper-button raised]A green button[/poly]"); ?>
<?php endwhile; ?>
, but it not load polymer dependences.If write in the content of page, it work.
]]>Hi,
I would like to know if it’s possible to add custom polymer elements.
In fact, I create my own custom Polymer elements like paper-element on my repository and I would like to add them on my wordpress.
Did you think about a import function or other system to add them ?
Thanks
]]>Hi i am new to the shortcode for polymer. I have created the button with the shortcode below. But i am struggling to create a link to a webpage for the button. Can you guide me on that.
[poly paper-button raised style=”background: blue; color: white”]open [/poly]
for example with the button above i need to open a new page with link to https://www.softpedia.com
]]>Great plugin!
How would I (we) create options lists.
I’m trying to create a list of US states.
thanks!
I can USE plugins para esta USAR my sensitive web?
Hay some tutorial or manual in wordpress ? I did not work
]]>I just tried to add a core-animated-pages element (to be used as an image slider) to a post and got the following crash:
( ! ) Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\system\wp-content\plugins\polymer-components\polymer-components.php on line 211
Here is the code that I added:
<core-animated-pages transitions="cross-fade">
<section>
<div cross-fade>Image 1</div>
</section>
<section>
<div cross-fade>Image 2</div>
</section>
</core-animated-pages>
I also tried it with the short code, but it lead to the same result. I’m quite familiar with Polymer, but a newbie in WordPress so maybe I forgot something here.
]]>I created this plugin because I like the Polymer Project.
But I haven’t tested all the Polymer elements in my plugin so it could happen that some Polymer code doesn’t work as expected. If this happen write to me and I will find a solution.
Polymer is not a “common” Javascript library so adapt it to WordPress it’s not easy, but I think that my plugin is on the good way.
]]>I report a request that I received but mail so I can reply here to everyone interested.
“Is it possible to use your WP polymer plugin to create a page that uses the Core-Scaffold component?”
It should work, but I have tested some tags briefly.
Scaffold is a bit more complex than buttons / checkboxes / etc.
I will work on this as soon as possible.
]]>Hello, the plugin work perfectly well for all polymer elements but it would be good if polymer elements where available in widget. They work in widget only if you already used the same element in a [poly] shortcode in the same page where the widget is displayed but it’s not a good solution knowing that we can’t edit some pages ( like 404 or search page ) or if we don’t want to see this element in the page content. I already tried to manually import the element in the page’s code with the import link provided by Polymer but it didn’t work. Thanks.
I used Polymer Components 1.1.2 and wordpress 3.9.2.