Viewing 30 posts - 1 through 30 (of 32 total)
  • Author
    Posts
  • #262321

    With WordPress 3.9.1 and Enfold 2.7.1 remains the default editor empty.

    #262379

    Hi 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!
    Yigit

    #262383
    This reply has been marked as private.
    #262439

    Hi!

    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,
    Devin

    #262442
    This reply has been marked as private.
    #262630

    Hey!

    The default editor is blank because you are using the Advanced Layout Builder in most of your Pages.

    Regards,
    Josue

    #262649
    This reply has been marked as private.
    #262652

    Hey 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,
    Josue

    #262657
    This reply has been marked as private.
    #262661
    This reply has been marked as private.
    #262666

    Hey!

    You need to put the code inside the theme functions.php (at the end), not the WP functions.php.

    Regards,
    Josue

    #262670
    This reply has been marked as private.
    #263116

    Hey!

    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,
    Ismael

    #263235
    This reply has been marked as private.
    #263238
    This reply has been marked as private.
    #263790

    Hi!

    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,
    Peter

    #265012

    Peter,

    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

    #265181

    Hey!

    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,
    Peter

    #283002
    This reply has been marked as private.
    #283004

    Hey!


    @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 having

    Cheers!
    Yigit

    #283014
    This reply has been marked as private.
    #283017

    Hi!

    Login credentials you have posted earlier are not working for me, could you please check them once again?

    Regards,
    Yigit

    #283022
    This reply has been marked as private.
    #283029

    Hi!

    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!
    Yigit

    #283032
    This reply has been marked as private.
    #283036

    Hey!

    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,
    Yigit

    #283053
    This reply has been marked as private.
    #283057

    Hey!

    Done. Please review your website

    Cheers!
    Yigit

    #283058
    This reply has been marked as private.
    #283062
    This reply has been marked as private.
Viewing 30 posts - 1 through 30 (of 32 total)
  • The topic ‘Standard Editor’ is closed to new replies.