Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

the sidebar is not displayed

WCMp Advanced Frontend Manager

Resolved
Viewing 18 reply threads
  • Author
    Posts
    • #129865
      francesco ranno
      Participant

      hi, I’m having the following problem the sidebar is not displayed.
      it’s a compatibility issue with Avada theme but i can’t change theme

    • #129893

      Hello thank you for getting in touch with us ,
      Can you please create a staging site and share the admin FTP access so we can check.
      While sharing the access don’t forget to mark the response as private.

    • #129897
      francesco ranno
      Participant
      This reply has been marked as private.
    • #129935

      HI,

      We have fixed your end by adding below code. Kindly Checkout the image – https://scrnli.com/PM0C63FBSmUZHg

      add_action('wp_print_styles', 'my_remove_scripts', 9999999999999999999999);
      
      function my_remove_scripts(){
          if(is_user_logged_in()){
              $uid = get_current_user_id();
              if( is_vendor_dashboard() && is_user_wcmp_vendor($uid) ){
                  wp_dequeue_style( 'fusion-dynamic-css' );
              }
          }   
      }
      Copy

      Regards,

    • #129942
      francesco ranno
      Participant
      This reply has been marked as private.
    • #129980

      Hi,

      Please add above code in the function.php of the current active theme.

      Regards,

    • #130152
      francesco ranno
      Participant

      hi the problem persists only on mobile now

    • #130187

      Hi,
      I have checked your site, can’t found any issue regarding mobile view.
      Kindly Checkout the video – https://app.vmaker.com/record/0Lw9eVhJ7kqT0lb8

      If you facing any issue then please share a video.

      Regards,

    • #130188
      francesco ranno
      Participant
      This reply has been marked as private.
    • #130191

      Hi,
      kindly create a clone site of your live site. where i can found this issue.

      Then share the admin, vendor access and FTP.

      Regards,

    • #130196
      francesco ranno
      Participant
      This reply has been marked as private.
    • #130258

      Hi, thank you for sharing the admin access.
      Kindly share the ftp access also.

    • #130279

      Hi,
      I have checked this and can’t found any issue. Checkout the video -https://app.vmaker.com/record/ICE9I6PpIwpW0Qvs.

      Regards,

    • #130280
      francesco ranno
      Participant
      This reply has been marked as private.
    • #130281
      francesco ranno
      Participant
      This reply has been marked as private.
    • #130301

      Our team is checking.
      We will keep you posted.

    • #130367

      Hi,

      We have fixed this issue. Kindly Checkout the video – https://app.vmaker.com/record/28INXk4MF3b6E9AR

      Please add this code in the function.php of the current active theme :

      add_action('wp_print_styles', 'my_remove_style',999999);
      
      function my_remove_style(){
          if(is_user_logged_in()){
          	$uid = get_current_user_id();
              if( is_vendor_dashboard() && is_user_wcmp_vendor($uid) && is_user_logged_in() ){
              		wp_dequeue_style( 'avada-max-sh-cbp-woo-quick-view' );
              		wp_dequeue_style( 'avada-min-sh-cbp-woo-quick-view' );
              		wp_dequeue_style( 'avada-max-1c' );
              		wp_dequeue_style( 'avada-max-2c' );
              		wp_dequeue_style( 'avada-min-2c-max-3c' );
              		wp_dequeue_style( 'avada-min-3c-max-4c' );
              		wp_dequeue_style( 'avada-min-4c-max-5c' );
              		wp_dequeue_style( 'avada-min-5c-max-6c' );
              		wp_dequeue_style( 'avada-min-shb' );
              		wp_dequeue_style( 'avada-min-shbp-header-legacy' );
              		wp_dequeue_style( 'avada-max-shbp' );
              		wp_dequeue_style( 'avada-max-shbp-header-legacy' );
              		wp_dequeue_style( 'avada-max-sh-shbp' );
              		wp_dequeue_style( 'avada-max-sh-shbp-header-legacy' );
              		wp_dequeue_style( 'avada-min-768-max-1024-p' );
              		wp_dequeue_style( 'avada-min-768-max-1024-p-header-legacy' );
              		wp_dequeue_style( 'avada-min-768-max-1024-l' );
              		wp_dequeue_style( 'avada-min-768-max-1024-l-header-legacy' );
              		wp_dequeue_style( 'avada-max-sh-cbp' );
              		wp_dequeue_style( 'avada-max-sh-sbp' );
              		wp_dequeue_style( 'avada-max-sh-640' );
              		wp_dequeue_style( 'avada-max-shbp-18' );
              		wp_dequeue_style( 'avada-max-shbp-32' );
      
              		wp_dequeue_style( 'avada-min-sh-cbp' );
              		wp_dequeue_style( 'avada-max-640' );
              		wp_dequeue_style( 'avada-max-main' );
              		wp_dequeue_style( 'avada-max-cbp' );
              		wp_dequeue_style( 'avada-max-sh-cbp-cf7' );
              		wp_dequeue_style( 'avada-max-sh-cbp-eslider' );
              		wp_dequeue_style( 'avada-max-sh-cbp-social-sharing' );
              		wp_dequeue_style( 'fb-max-sh-cbp' );
              		wp_dequeue_style( 'fb-min-768-max-1024-p' );
              		wp_dequeue_style( 'fb-max-640' );
              		wp_dequeue_style( 'fb-max-1c' );
              		wp_dequeue_style( 'fb-max-2c' );
              		wp_dequeue_style( 'fb-min-2c-max-3c' );
              		wp_dequeue_style( 'fb-min-3c-max-4c' );
              		wp_dequeue_style( 'fb-min-4c-max-5c' );
              		wp_dequeue_style( 'fb-min-5c-max-6c' );
              		wp_dequeue_style( 'avada-max-sh-cbp-woo-tabs' );
              		wp_dequeue_style( 'avada-min-768-max-1024-woo' );
              		wp_dequeue_style( 'avada-max-sh-640-woo' );
              		wp_dequeue_style( 'avada-max-sh-cbp-woo' );
              		wp_dequeue_style( 'avada-min-sh-cbp-woo' );
              	
               		/*wp_deregister_script( 'jquery-ui-mouse' );*/
              }
          }   
      }
      Copy

      Regards,

    • #130373
      francesco ranno
      Participant

      thanks

    • #130412

      Hi, we are happy to help.

      We would love it if you shared your experience by giving us 5/5 review here : https://wordpress.org/support/plugin/dc-woocommerce-multi-vendor/reviews/#new-post
      Seeing glowing reviews from existing customers makes others more comfortable knowing they’ll get the support they need should an issue with our services arise.

Viewing 18 reply threads

The topic ‘the sidebar is not displayed’ is closed to new replies.