Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter missogra

    (@missogra)

    Thanks! The problem was reselved with Alex’s code:

    jQuery(document).on('mouseenter', '.wpglobus-current-language a', function(evnt){
    	jQuery('.wpglobus-current-language ul.dropdown-menu').css({'display':'block'});
    }).on('mouseleave', '.wpglobus-current-language a', function(evnt){
    	jQuery('.wpglobus-current-language ul.dropdown-menu').css({'display':''});
    });
    Thread Starter missogra

    (@missogra)

    Hi Gregory,

    thank you very much for your answer. I changed the theme and the plugin works fine. So now I know there must be a compatibility problem. Can something like this be resolved with CSS or do I have to change from WPGlobus to another plugin? I’m sorry if the question sounds a little strange. I’ve been in charged of that site for about a week now and I don’t have previous experience with WordPress, so I just started learning.

    Regards,

    Carolina.

Viewing 2 replies - 1 through 2 (of 2 total)