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

    Yoast SEO prevents the usage of ALB elements – no more drag and drop nor click. Must be new – I have used Yoast SEO before and never observed it. Must have caused one of the last updates ( Enfold or Yoast ).
    Can anyone else here confirm this? As I said, everything is up to date.

    #1250525

    Hey Guenter,

    I’m running the latest version of Yoast on a local installation without any problems, can we see and reproduce the problem you are having somewhere maybe?

    Best regards,
    Rikard

    #1250600

    i found a solution on that – don’t know why it is on that page only – because i tested it on another installation –
    on that page mentioned above the container for the SEO settings overlaps the top containers
    a :
    this css had to be inserted to admin_head so only functions.php will do the job:

    function admin_head_mod() {
      echo '<style type="text/css">
    	#advanced-sortables { display: inline-block;}
    	#normal-sortables { z-index: 10;}  // this as alternative to above rule
      </style>';
    }
    add_action('admin_head', 'admin_head_mod');

    solved the problem
    Thanks

    #1250779

    Hi Günter,

    Great, I’m glad that you found a solution and thanks for sharing :-)

    Best regards,
    Rikard

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