Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #440296

    hi, can i create a new area inside enfold. between die footer menu and the footer socket?

    #440305

    Hey alfaweb2!

    Please go to Appearance > Editor and open Footer.php file and find following line

    <footer class='container_wrap socket_color' id='socket' <?php avia_markup_helper(array('context' => 'footer')); ?>>

    and add your element right above it as following

    <?php echo do_shortcode( "[gallery]" ); ?>

    Instead of [gallery] you need to insert your partners shortcodes.

    You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
    You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.