instant
Forum Replies Created
-
I disabled stars next to the title and added the shortcode to the corousel plugin, like this
<?php echo(do_shortcode( [yasr_visitor_votes size=”medium” postid=”‘.$postid.'” readonly=”yes”]));
Stars appearing, but greyed out.
Do i need to add additional scripts if this is running inside aonther plugin?Thanks
Hi Dario,
there is no special code.
I set the
Enable stars next to the title?
to yes.
Thats all.
best
MForum: Plugins
In reply to: [Language Switcher for Elementor] Polylong Shortcodes not Workingso true, my fault. Posted wrong.
Forum: Plugins
In reply to: [Custom Content Type Manager] php errors on custom fieldsfyi
downgraded to PHP 5.3.10 … error messages are gone.Forum: Plugins
In reply to: [Custom Content Type Manager] Shortcode in wrong place in a pageok,
found a solution.
Dont know if thats the proper way, but its working.Install
https://ww.wp.xz.cn/plugins/allow-php-in-posts-and-pages/and then insert the fields like this into the Editor
[php]print_custom_field('artikelnummer_intern:wrapper', array('<span class="my_class"><strong>myfield</strong>:','</span>') );[/php]cheers
Forum: Plugins
In reply to: [Custom Content Type Manager] Shortcode in wrong place in a pagehey silviog,
i have exactly the same problem.
Even if i put it it in a table like this<table border="1"> <tbody> <tr> <td><strong>Artikelnr.:</strong> [custom_field name="artikelnummer_intern" filter="wrapper"]<span class="my_class">[+content+]</span>[/custom_field]</td> </tr> </tbody> </table>its still stays on top of the content.
Did you already sort this problem out?cheers
instant