codingdude
Forum Replies Created
-
I’ve got the same problem. After upgrading to 3.15.3 all my pages are screwed up, they look like they’re not made with Elementor
In edit mode, they look OK, but in live mode they don’t
what’s up?
Forum: Plugins
In reply to: [qTranslate X] qTranslate-X and Fusion Page BuilderYou don’t actually have to write a whole plugin. for a quick and dirty solution you can go to your admin console Appearance > Editor select your theme, find the functions.php of the theme on the right hand side and click on it.
Then place the code at the end of this file and save.
Please be aware that you will potentially mess up your site if something goes wrong so make a backup of the functions.php file before doing the changes.
Forum: Plugins
In reply to: [qTranslate X] qTranslate-X and Fusion Page Builderglad to be of help!
Forum: Plugins
In reply to: [qTranslate X] qTranslate-X and Fusion Page BuilderHi,
sooooooorrryyy, my mistake. There was a missing ” in the code just before the function(), add it there:
jQuery(\"input[name='save']\").hover(". " function(){
I also made the change on https://www.coding-dude.com/wp/web-design/wordpress/solved-problems-with-qtranslate-and-fusion-page-builder-avada-theme/
Forum: Plugins
In reply to: [qTranslate X] qTranslate-X and Fusion Page Builderhi webmasterSK,
your code starts with \<\?php
is that a typo? the backslashes don’t belong there, it should be simply
<?php
Forum: Plugins
In reply to: [qTranslate X] qTranslate-X and Fusion Page Builderhi guys,
I ran into the same problem and I created a fix (semi-dirty) that allows me to work with the 2. My fix was this: if the fusion page builder is active then automatically switch to the Default editor just before saving. Here’s the details and the code for the fix:
hope this helps