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
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
thanks Jordan, link is in private data
Hi,
Please try the following within quick css:
.avia-builder-el-101{
position:relative!important;
}
Best regards,
Jordan Shannon
Hi Jordan, this css it does not solve a problem
thanks
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
Ok Jordan,login is active for the next three days
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
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
Hi,
Thanks the forum script cutted of the last curly bracket – please try the code I posted above again.
Best regards,
Peter
thanks Peter, now it works perfectly
Best regards