Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1172317

    Am I missing a setting that lets me ALWAYS open a page in ALB, not Blocks, instead of having to choose for each page?
    I love ALB — and would like to permanently choose IT.

    Thanks!

    #1172332

    you can insert this to your child-theme functions.php:

    function trigger_alb_on_load(){
    ?>
    <script>
    (function($){
        $(window).load(function() {
          $("#avia-builder-button").trigger('click');
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('admin_head-post-new.php', 'trigger_alb_on_load');
    #1172349

    Perfection, Guenni007!
    Thanks so much for lending your expertise…saved oodles of frustration.
    Have a great New Year’s!

    #1172367

    This wish I can only send back. Thank you very much.

    #1172490

    Hi CharlieTh,

    Great, I’m glad that @guenni007 could help you out :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1225993

    Exactly what I’d hoped. You may close now.

    #1226009

    Hi CharlieTh,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Automatically use ALB instead of Blocks?’ is closed to new replies.