Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #796570

    Yesterday I updated Enfold to the newest version. Since then the tab selection on the main page doesn’t work properly.
    It is only one element. Which exactly is described below. I already tried to move it around & recreate it. But without success. I can’t select it.
    I tested it on Safari & Internet explorer. Same problem

    #796889

    Hey lewy9,
    Does your droplogin password protect your Admin directory with .htaccess?
    I ask because I helped with a Ajax issue when the Admin directory was password protected with .htaccess.
    I believe the tab issue your are describing is a Ajax issue.
    The solution was this:

    
    Open the .htaccess file located in your /wp-admin/ folder (This is NOT the main .htaccess file).
    In the wp-admin .htaccess file, paste the following code:
    <Files admin-ajax.php>
        Order allow,deny
        Allow from all
        Satisfy any 
    </Files>

    http://www.wpbeginner.com/wp-tutorials/how-to-password-protect-your-wordpress-admin-wp-admin-directory/
    I’m not sure how droplogin works, but it might be worth the look.

    Best regards,
    Mike

    #797472

    I will check this option, but I don’t think it is where the issue came from, because:

    1. The droplogin is an general login which is there because the site is unofficial atm
    2. It worked perfectly before the update & other people have similar issues

    I will check your option with dropnet but could you also look for other solutions.

    Thanks

    #798545

    Hi,

    Can you please let us know if you tried it, so we can know and keep the process going please?

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.