Title: codingdude's Replies | WordPress.org

---

# codingdude

  [  ](https://wordpress.org/support/users/codingdude/)

 *   [Profile](https://wordpress.org/support/users/codingdude/)
 *   [Topics Started](https://wordpress.org/support/users/codingdude/topics/)
 *   [Replies Created](https://wordpress.org/support/users/codingdude/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/codingdude/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/codingdude/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/codingdude/engagements/)
 *   [Favorites](https://wordpress.org/support/users/codingdude/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Custom extension stopped working all of a sudden](https://wordpress.org/support/topic/custom-extension-stopped-working-all-of-a-sudden/)
 *  [codingdude](https://wordpress.org/support/users/codingdude/)
 * (@codingdude)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/custom-extension-stopped-working-all-of-a-sudden/#post-17005389)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate X] qTranslate-X and Fusion Page Builder](https://wordpress.org/support/topic/qtranslate-x-and-fusion-page-builder/)
 *  [codingdude](https://wordpress.org/support/users/codingdude/)
 * (@codingdude)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/qtranslate-x-and-fusion-page-builder/page/2/#post-6079632)
 * [@multimobile](https://wordpress.org/support/users/multimobile/)
 * You 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate X] qTranslate-X and Fusion Page Builder](https://wordpress.org/support/topic/qtranslate-x-and-fusion-page-builder/)
 *  [codingdude](https://wordpress.org/support/users/codingdude/)
 * (@codingdude)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/qtranslate-x-and-fusion-page-builder/page/2/#post-6079622)
 * glad to be of help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate X] qTranslate-X and Fusion Page Builder](https://wordpress.org/support/topic/qtranslate-x-and-fusion-page-builder/)
 *  [codingdude](https://wordpress.org/support/users/codingdude/)
 * (@codingdude)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/qtranslate-x-and-fusion-page-builder/page/2/#post-6079619)
 * Hi,
 * 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 [http://www.coding-dude.com/wp/web-design/wordpress/solved-problems-with-qtranslate-and-fusion-page-builder-avada-theme/](http://www.coding-dude.com/wp/web-design/wordpress/solved-problems-with-qtranslate-and-fusion-page-builder-avada-theme/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate X] qTranslate-X and Fusion Page Builder](https://wordpress.org/support/topic/qtranslate-x-and-fusion-page-builder/)
 *  [codingdude](https://wordpress.org/support/users/codingdude/)
 * (@codingdude)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/qtranslate-x-and-fusion-page-builder/page/2/#post-6079612)
 * hi webmasterSK,
 * your code starts with \<\?php
 * is that a typo? the backslashes don’t belong there, it should be simply
 * <?php
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate X] qTranslate-X and Fusion Page Builder](https://wordpress.org/support/topic/qtranslate-x-and-fusion-page-builder/)
 *  [codingdude](https://wordpress.org/support/users/codingdude/)
 * (@codingdude)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/qtranslate-x-and-fusion-page-builder/#post-6079607)
 * hi 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:
 * [http://www.coding-dude.com/wp/web-design/wordpress/solved-problems-with-qtranslate-and-fusion-page-builder-avada-theme/](http://www.coding-dude.com/wp/web-design/wordpress/solved-problems-with-qtranslate-and-fusion-page-builder-avada-theme/)
 * hope this helps

Viewing 6 replies - 1 through 6 (of 6 total)