• Resolved Farcioch

    (@farcioch)


    Hey,

    after successful installation of this useful plugin I noticed that position in admin bar (wpadminbar) do something strange – jump up and down on hover.
    When I disable Easy Logo plugin everything back to normal.
    It seems to some kind of bug in function elv_easylogo_styles_front_end().
    When Easy Logo plugin is enabled but “Select Hover Effect” is “None” this:
    if( $options != false || $elv_easylogo_hover_effect !='none' ) won’t work correctly. In my case $options is array so it is NOT false – so this condition give always true!
    You can correct this by if( $options != false && $elv_easylogo_hover_effect !='none' ) or even this should be enought if( $elv_easylogo_hover_effect !='none' ).

    Could You repair it? ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User 13855214

    (@anonymized-13855214)

    Hi Farcioch,

    First of all apologies for a delayed response.

    I would like to thank you for pointing out this issue. I will be working on this and update the plugin soon.

    Cheers!

    Anonymous User 13855214

    (@anonymized-13855214)

    Hello Farcioch,

    The plugin has been updated, kindly install the updates and let me know if it resolves your issues.

    Regards,
    Varun

    Thread Starter Farcioch

    (@farcioch)

    Hello imvarunkmr,

    Thank You for update – now working fine but… please check thist:
    Easy Logo v.1.2 – headers already sent.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Jumping menu in Admin bar’ is closed to new replies.