-
AuthorPosts
-
September 18, 2018 at 3:42 pm #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 7 years, 1 month ago by
czar.
September 18, 2018 at 8:41 pm #1011496Hey 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 ShannonSeptember 18, 2018 at 9:17 pm #1011507thanks Jordan, link is in private data
September 18, 2018 at 9:29 pm #1011512Hi,
Please try the following within quick css:
.avia-builder-el-101{ position:relative!important; }Best regards,
Jordan ShannonSeptember 18, 2018 at 9:48 pm #1011522Hi Jordan, this css it does not solve a problem
thanksSeptember 18, 2018 at 10:57 pm #1011541Hi,
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 ShannonSeptember 19, 2018 at 7:05 am #1011627Ok Jordan,login is active for the next three days
September 20, 2018 at 11:45 am #1012221Hi,
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,
PeterSeptember 20, 2018 at 12:18 pm #1012234Hi 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
September 20, 2018 at 12:49 pm #1012266Hi,
Thanks the forum script cutted of the last curly bracket – please try the code I posted above again.Best regards,
PeterSeptember 21, 2018 at 10:34 am #1012705thanks Peter, now it works perfectly
Best regardsSeptember 21, 2018 at 12:58 pm #1012753 -
This topic was modified 7 years, 1 month ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
