External shortcodes in tag div builder

Posted in: Newspaper
Post count: 8

HI i have question how to inster external shortcodes into tag div builder. Iam migrating site for my client that use DIVI / Extra heavy modified with alot additional plugins

in current site i was using this plugin than i inserted directly via header.php

<?php echo do_shortcode (“[show-logos orderby=’rand’ category=’partnerzy-komercyjni’ activeurl=’new’ style=’normal’ interface=’hcarousel’ tooltip=’false’ description=’false’ limit=’0′ padding=’10’ filter=’false’ ]”); ?>

or directly with [show-logos orderby=’rand’ category=’partnerzy-komercyjni’ activeurl=’new’ style=’normal’ interface=’hcarousel’ tooltip=’false’ description=’false’ limit=’0′ padding=’10’ filter=’false’ ] inside divi builder

it worked also without php code direcly in divi builder …

another plugin is https://pl.wordpress.org/plugins/vimeography/ that create [vimeography id=”1″] shortcode –

puting shortcode as raw html row results prining shortcode not the plugins content

https://prnt.sc/mkf6bs

is any ueasy way to add similar funcionality native with Newspaper ( logo carousel maybe ) or making shortcode work ?

  • This topic was modified 7 years by damadorpl.
Post count: 20688

Hi,

Shortcodes can be entered in text elements while editing a page with the composer
http://prntscr.com/mkhx3v
This would be the recommended method to use shortcodes in the composer while editing pages/cloud templates.

Thanks

Post count: 8

it works now like a charm

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.