Tagged: advanced-layout-editor, php
Hi,
my website runs on WP5.5, Enfold 4.7.6.3, PHP, 7.4.9,
and I can’t select elements with advanced layout editor.
Please and thank you for your help
Hi! We are experiencing exactly the same problem.
We run:
WP 5.5
Enfold 4.7.6.3
PHP 7.3.19
Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.
Best regards,
Nikko
See login credentials in private data :)
Hi mb,
I tried to login but I got this error:
Feil: Passordet du la inn for brukernavnet gurotest er ikke korrekt.
Best regards,
Nikko
Hi Extreme Cabarete,
It’s fixed now on your site, I have created a child theme, and added this code in it:
function avia_builder_fix() {
echo '<style>
#avia_builder {
float: none;
}
</style>';
}
add_action('admin_head', 'avia_builder_fix', 99);
@mb, I tried to add the code in your child theme but it’s not writeable, please add it to your child theme’s functions.php code.
Best regards,
Nikko
amazing thank you!
Hi Extreme Cabarete,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko