Tagged: advanced layout builder
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!
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');
Perfection, Guenni007!
Thanks so much for lending your expertise…saved oodles of frustration.
Have a great New Year’s!
This wish I can only send back. Thank you very much.
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
Exactly what I’d hoped. You may close now.
Hi CharlieTh,
We’re glad to hear that :)
Thanks for using Enfold and have a great weekend!
Best regards,
Nikko