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

    Dear kriesi

    1. how can i add an image of whatsapp in the frontpage menu
    2. how can i open social media as a new page
    3. how can i change the background of front page

    thanks and regards

    #1133762

    Hey infinitymedical2017,

    Thank you for using Enfold.

    1.) You can add a new social icon in the Enfold > Social Profiles panel.

    2.) Use this script to add a target attribute to the social icon links and set its value to “_blank”.

    add_filter('wp_footer', 'avf_social_attr', 10);
    function avf_social_attr() { ?>
    <script>
    (function($){
        $(document).ready(function(){
    		$(".social_bookmarks li a").attr("target", "_blank");
        });	
    })(jQuery);
    </script>
    <?php
    }

    3.) Which background? Are you referring to the slider?

    Best regards,
    Ismael

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