Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Enfold vs Thrive Leads plugin #634340

    Hi Josue,

    Unfortunately this isn’t working, just thrown a blank front page.
    Then I thought the PHP function bracket wasn’t closed, also JS code included between <script> tags.
    This code seems working now. Thank for your help guys!

    function add_custom_script(){
    ?>

    <script>
    (function($){
    $(window).load(function() {
    if(!$(‘aside.sidebar’).parents(‘.container’).length > 0){
    $(‘aside.sidebar’).appendTo($(‘.sidebar_right .container’));
    }
    });
    })(jQuery);
    </script>

    <?php
    }

    add_action(‘wp_footer’, ‘add_custom_script’);

    in reply to: Enfold vs Thrive Leads plugin #631762

    Hi,
    Thank you for the quick reply, find the requested info below.

    Cheers,
    Zed

Viewing 2 posts - 1 through 2 (of 2 total)