Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1240655

    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

    #1240664

    Hi! We are experiencing exactly the same problem.
    We run:
    WP 5.5
    Enfold 4.7.6.3
    PHP 7.3.19

    #1240840

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    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

    #1240858

    See login credentials in private data :)

    #1240865

    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

    #1240877
    This reply has been marked as private.
    #1240898
    This reply has been marked as private.
    #1240956

    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

    #1241258

    amazing thank you!

    #1241338

    Hi Extreme Cabarete,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘WP5.5, Enfold 4.7.6.3, PHP, 7.4.9, advanced layout editor, can't select elements’ is closed to new replies.