Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1011356

    Hi, tried to insert gravity forms module into color section but it breaks page, and continues inside socket.
    How do I solve?
    thanks
    see image here
    http://i67.tinypic.com/fyzhvq.jpg

    • This topic was modified 5 years, 8 months ago by czar.
    #1011496

    Hey czar,

    Apologies, but the screenshot above did not display for me. Can you provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1011507

    thanks Jordan, link is in private data

    #1011512

    Hi,

    Please try the following within quick css:

    .avia-builder-el-101{
    position:relative!important;
    }

    Best regards,
    Jordan Shannon

    #1011522

    Hi Jordan, this css it does not solve a problem
    thanks

    #1011541

    Hi,

    Would you be able to provide admin info in the private area so we can log in and look into this further?

    Best regards,
    Jordan Shannon

    #1011627

    Ok Jordan,login is active for the next three days

    #1012221

    Hi,

    Please try to add this code to the child theme functions.php:

    
    
    add_action('wp_footer', 'ava_auto_resize_gravity');
    function ava_auto_resize_gravity(){
    ?>
    <script>
    (function($){	
    	var int = window.setInterval(function(){
    		$(window).trigger('resize');
    		$(window).trigger('av-content-el-height-changed');
    	}, 1000);
    })(jQuery);
    </script>
    <?php
    }
    

    Best regards,
    Peter

    #1012234

    Hi Dude, i have tried this code but not work. I have this sintax error:

    Parse error: syntax error, unexpected end of file in functions.php on line 92

    #1012266

    Hi,
    Thanks the forum script cutted of the last curly bracket – please try the code I posted above again.

    Best regards,
    Peter

    #1012705

    thanks Peter, now it works perfectly
    Best regards

    #1012753

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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