-
AuthorPosts
-
January 16, 2014 at 5:11 pm #210750
I added the following code for the “debug mode” within the “functions.php” file from within WordPress Admin –> Appearance –> Editor …
add_action('avia_builder_mode', "kriesi_set_debug"); function kriesi_set_debug() { return "debug"; }
===================
What happened to the HTML – WYSIWYG Editor window that used to appear simultaneously below the Avia Layout Builder window in version 2.0.1 ?
This is missing in version 2.4.5. Where is it ?
Or how do we get both editor windows to appear at the same time like they did in the previous version ?Here is a link to see a screen shot of where this used to be within version 2.0.1…
http://www.thehairdebate.com/v3/1_screenshot/missing_html_editor.jpg
===================
Secondly, when you click on the blue “Default Editor” button there is NO HTML code is being displayed.
===================
Look forward to your help.
Thanks in advance.- This topic was modified 10 years, 10 months ago by turner2f.
January 17, 2014 at 7:58 am #211069Hi Anthony!
There is no HTML editor on the avia builder debug mode. You can only see the actual shortcode when you set the Advance Layout Builder to debug. Note that you need to choose between the Default Editor or the Advance Layout Editor. You can’t switch to both editors and expect to see the content of one to the other.
Regards,
IsmaelJanuary 17, 2014 at 8:14 am #211078That’s odd because in version 2.0.1 you could see both simultaneously by adding the following code to the functions.php file…
add_action('avia_builder_mode', "kriesi_set_debug"); function kriesi_set_debug() { return "debug"; }
===================
Here is a link to see a screenshot of where this used to be within version 2.0.1…
http://www.thehairdebate.com/v3/1_screenshot/missing_html_editor.jpg
==================This was also addressed and resolved in a prior support ticket. Please see…
https://kriesi.at/support/topic/html-editor-is-mising-in-version-2-1/=================
But the WORST part is when you click on the blue “Default Editor” button there is NO HTML is code being displayed at all..
================Please help.
- This reply was modified 10 years, 10 months ago by turner2f.
January 17, 2014 at 8:42 am #211099Hey!
We have version 2.4.5 now. Please download the theme again on your themeforest account the update it via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/64927356
Edit functions.php again, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
Updating the theme will remove the modifications that you made unless you’re using a child theme.
Regards,
IsmaelJanuary 17, 2014 at 9:07 am #211110Excellent! It worked.
It now shows both editors simultaneously.
AND BEST OF ALL, I can now see the HTML code within the “Default Editor”.
================
1) Will this issue be resolved in Version 2.4.6 so that if I update to version 2.4.6 in the future, it will not overwrite the debug code within the “functions.php” file ?
In other words, will you please add this “debug” code to the functions.php file into version 2.4.6 on forward ?
===============
Thank you so much.
- This reply was modified 10 years, 10 months ago by turner2f.
January 17, 2014 at 9:09 am #211113Hi!
Yes, you need to add it every time you update the theme unless you created a child theme. Please watch this video on how to set up a child theme: https://vimeo.com/channels/aviathemes/67221517
Best regards,
IsmaelFebruary 16, 2014 at 6:42 pm #224554I have seen other theme have both functionality available at the same time by default. I fail to see the reason why Enfold does not allow you to do this?
February 17, 2014 at 2:05 am #224709It may be a bit confusing for novice users :)
Cheers!
Josue -
AuthorPosts
- The topic ‘HTML Editor is missing in Version 2.4.5’ is closed to new replies.