I’m trying to display an unordered list of each of the Platform Names, linking to the corresponding Platform URL using the following shortcode. While it’s displaying the correct number of list items, each list item is just displayed text of “[listening_platforms.field=’platform_name’]” and links to “[listening_platforms.field=’platform_url’]”.
How can I fix this?
[pods name="guest_appearance"]
<ul>
[each listening_platforms]
<li><a href="[listening_platforms.field='platform_url']" target="_blank">[listening_platforms.field='platform_name']</a></li>
[/each]
</ul>
[/pods]
]]>I am using your plugin and I’m very happy with it, thank you.
I encountered a problem, which is your plugin does not parse shortcodes when rendering excerpts. This might not be a problem for most people, but in my case I use a shortcode to display a custom/dynamic text value at the very beginning of certain posts/products.
I modified line 59 of includes/template/elements/class-excerpt.php in your plugin directory. In the public function render, instead of this:
$output = wp_kses_post( $output );
I wrote this:
$output = wp_kses_post( do_shortcode($output) );
I have had to disable your plugin updates so my modification isn’t overwritten; however I would really like to keep updating your plugin.
Do you mind making this small alteration in your own code, please?
Thank you and kind regards
]]>I am using Woocommerce shortcodes to display products into my site for example:
[products ids= ‘111,222,334,211’ columns=’3′ limit=’12’ pagination=’yes’]
there is more than 4000 products we have in our site. i pull those ids pass that into ids parameter like this.
Ex:
$arr = array(111,222,334,211,312,534,345,113,555,333,865,884,765) //etc
$str = implode(‘,’,$arr);
[products ids= ‘$str’ columns=’3′ limit=’12’ pagination=’yes’]
Its not displayed products, its shown error ‘No products were found matching your selection’
Please advise product ids has any limitation ? or it there any rule i need to follow to display product via woocommerce shorcode ?
]]>At the top of the page, after the heading “Admission in Festan?a”, I am trying to make it work a tabs system widget. It works for all the stuff I put in, less for a shortcode. There are 4 tabs, Just click in one the first 3 tabs, and then click on “Get the admission kit”. You will see an image down (which is only the top of the shortcode), and the rest of the shortcode content is not loading, strangely! But if you open a new browser tab (really in the browser), and then comeback again to the page “I need help” tab, the rest of the shortcode content will load… Very strange.
DOes anybody know what is going on and how to solve the problem? Thank you!
]]>The Plugin “Simple Membership Form Shortcode” appears to be abandoned (updated December 6, 2018, tested to WP 5.0.11).
Type: Plugin Abandoned
Is this something that needs an update to be safe? Should I look for a different plugin to manage this? Or is it OK to keep?
Thanks!
]]>When using the woocommerce shortcode to add a product to the landing page, “add to cart” shows when editing in elementor, but not on the live site.
I have tried disabling all plugins except woocommerce, problem persists.
I am assuming the theme I am using (Astra) is causing the issue, but I am not sure how to troubleshoot it.
]]>Also, how do we hide the month. The client wants to just show the year.
And lastly shortcodes. Is there any shortcodes right in the WP editor to look at or do we have to ducktape them together by tooling around on your site? Very hard to find what we need.
Apprecaite the help because this looks awesome!
]]>