Upgraded to WordPress 6.0 and have issues? Please check the hotfix which you need to apply.

Okay
  Public Ticket #2178270
Mobile logo and top Banner
Closed

Comments

  • waheedmia started the conversation

    Hi When displaying on Mobile devices I don't have the top Black banner as your Demo with menu and logo, Instead the Logo is large and superimposed over my Slider , 

    Its not above the Slider as when I navigate to your demo site on my mobile

    https://themes.flexipress.xyz/smart-estate/


  •  101
    FlexiPress replied

    Hi,

    The issue seems to be related with WPBakery Page Builder. To fix that please edit lines 127-130 of wp-content/plugins/js_composer/include/classes/core/class-vc-base.php:

    add_action( 'wp_enqueue_scripts', array(
        $this,
        'addFrontCss',
    ) );

    and replace with the following:

    add_action( 'wp_head', array(
        $this,
        'addFrontCss',
    ), 20 );

    Kind regards,


    FlexiPress Support

    Follow on     Envato     Facebook     Twitter

  • waheedmia replied

    Tx This fixed the Problem !! :)

  •  101
    FlexiPress replied

    Glad to hear that. You're most welcome!


    FlexiPress Support

    Follow on     Envato     Facebook     Twitter