• Hi there!
    I wish I could put the testimonials at the bottom of the main page.
    How can I insert “the shortcode” on the main page to see the different testimonials?
    Thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    Wher you want testimonial? On the above of “Moltes gràcies per confiar amb nosaltres!” ??

    If yes then firstly make a child theme of the theme you have.

    1) Copy footer-callout.php file from the main theme to the child theme directory.
    2) Then open the footer-callout.php file in the child theme directory and add your shortcode in the top of the file like this –

    <?php $wl_theme_options = weblizar_get_options(); ?>
    
    <?php echo do_shortcode('[name_of_shortcode]'); ?>
    
    <div class="enigma_callout_area">

    insert the shortcode name in the place of “name_of_shortcode” and save the file.

    Let me know if need help.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Testimonials’ is closed to new replies.