hi, can i create a new area inside enfold. between die footer menu and the footer socket?
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