-
AuthorPosts
-
May 9, 2014 at 12:44 pm #262321
With WordPress 3.9.1 and Enfold 2.7.1 remains the default editor empty.
May 9, 2014 at 2:50 pm #262379Hi AGC!
Please try deactivating all active plugins and flush browser cache to see if that helps. If not, please create a temporary admin login and post it here privately
Cheers!
YigitMay 9, 2014 at 3:05 pm #262383This reply has been marked as private.May 9, 2014 at 4:36 pm #262439Hi!
I didn’t see any issues when checking your site just now. Try using a different browser and/or fully clearing your browser cache. If its happening on a specific page or content area we can try checking again but checking posts and pages I wasn’t getting any issues.
Regards,
DevinMay 9, 2014 at 4:41 pm #262442This reply has been marked as private.May 9, 2014 at 11:27 pm #262630Hey!
The default editor is blank because you are using the Advanced Layout Builder in most of your Pages.
Regards,
JosueMay 9, 2014 at 11:53 pm #262649This reply has been marked as private.May 9, 2014 at 11:55 pm #262652Hey Jörn!
If you want to be able to edit the code produced by the ALB, simply add this to your functions.php file:
add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug(){ return "debug"; }
Best regards,
JosueMay 10, 2014 at 12:05 am #262657This reply has been marked as private.May 10, 2014 at 12:16 am #262661This reply has been marked as private.May 10, 2014 at 12:22 am #262666Hey!
You need to put the code inside the theme functions.php (at the end), not the WP functions.php.
Regards,
JosueMay 10, 2014 at 12:27 am #262670This reply has been marked as private.May 12, 2014 at 5:07 am #263116Hey!
Thank you for the update.
When you use the Advance Layout Builder to create the page, you can’t switch to the default editor. The debug mode will show the actual shortcode below the avia builder.
Regards,
IsmaelMay 12, 2014 at 10:55 am #263235This reply has been marked as private.May 12, 2014 at 11:09 am #263238This reply has been marked as private.May 13, 2014 at 8:45 am #263790Hi!
You can use Josue’s code here: https://kriesi.at/support/topic/standard-editor/#post-262652 to activate the “debug screen” which will appear underneath the advanced layout editor: http://www.screenr.com/92MN . Then use this raw code to copy/paste it into the “Standard Text” editor.
Regards,
PeterMay 15, 2014 at 1:52 am #265012Peter,
I am having the same problem with my Enfold Theme – No Visual Editor Display after updating to WordPress 3.9. WordPress is telling me that the theme (Enfold) should be updated to work with 3.9 and above since this is not happening on the vast majority of their installs and is a theme related issue. Will you be creating an update or patch to fix this problem? The main reason I selected Enfold was because it was a robust theme that required no programming knowledge to implement – and everything worked great until we upgraded to 3.9!!!
Thanks
May 15, 2014 at 8:55 am #265181Hey!
You can download the latest version of Enfold (version 2.7.1) for free from themeforest.net. It’s fully compatible with WP3.9. You can use ftp: https://vimeo.com/channels/aviathemes/67209750 to install the update.
Best regards,
PeterJune 24, 2014 at 1:39 pm #283002This reply has been marked as private.June 24, 2014 at 1:45 pm #283004Hey!
@jluetgen Enfold version 2.8.1 is available, please firstly update the theme via FTP – http://vimeo.com/67209750
That should solve the issue you are havingCheers!
YigitJune 24, 2014 at 2:04 pm #283014This reply has been marked as private.June 24, 2014 at 2:08 pm #283017Hi!
Login credentials you have posted earlier are not working for me, could you please check them once again?
Regards,
YigitJune 24, 2014 at 2:10 pm #283022This reply has been marked as private.June 24, 2014 at 2:18 pm #283029Hi!
Please review your website now. I have successfully added the code Josue posted here – https://kriesi.at/support/topic/standard-editor/#post-262652 to Functions.php file and now you can see shortcodes in Standard editor
Cheers!
YigitJune 24, 2014 at 2:20 pm #283032This reply has been marked as private.June 24, 2014 at 2:28 pm #283036Hey!
Please add following code to Appearance > Editor > Functions.php file as well
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery(‘img’).removeAttr(‘title’); }); </script> <?php } add_action('wp_footer', 'add_custom_script');
Regards,
YigitJune 24, 2014 at 2:58 pm #283053This reply has been marked as private.June 24, 2014 at 3:01 pm #283057June 24, 2014 at 3:03 pm #283058This reply has been marked as private.June 24, 2014 at 3:10 pm #283062This reply has been marked as private. -
AuthorPosts
- The topic ‘Standard Editor’ is closed to new replies.