Banner Logo

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

CSS changes not showing up

WCMp Advanced Frontend Manager

Resolved
Viewing 16 reply threads
  • Author
    Posts
    • #135665
      Tim Kerremans
      Participant

      Hi there,

      I’m working on the vendor dashboard but it seems like the css changes added via WCMP -> Vendor -> Vendor frontend are not showing up. Changes made in the functions.php file do show in the vendor dashboard. Could this be a caching issue?

      I’m using Siteground optimizer for caching and already tried every tools that are provided by this plugin to clear cache, I also tried to clear the cache from the WCMP plugin (WCMP -> General -> Tools) & cleared cache from the specific dashboard pages in cloudfare.

      Below you can find some examples of css that I’m adding to custom css section and is not showing up:

      /*Verwijderen van order notes sectie in op order pagina van vendor dashboard*/
      div#wcmp-order-details .row .col-md-4 {
      display: none;
      }

      /*Verwijderen van alle refund opties in orders sectie*/
      .wcmp-order-actions.wcmp-order-data-row-toggle button.button.refund-items.btn.btn-default, .wcmp-order-actions.wcmp-order-data-row-toggle button.button.refund-items.btn.btn-default, .panel.panel-default.panel-pading.pannel-outer-heading.cust-refund-request, .panel.panel-default.panel-pading.pannel-outer-heading.order-action {
      display: none;
      }

      /*remove phone field in shop settings*/
      form.wcmp_shop_settings_form.form-horizontal .panel.panel-default.panel-pading.pannel-outer-heading .panel-body.panel-content-padding .wcmp_form1 .form-group:nth-of-type(5){
      display: none;
      }

      /*remove timezone field in shop settings*/
      form.wcmp_shop_settings_form.form-horizontal .panel.panel-default.panel-pading.pannel-outer-heading .panel-body.panel-content-padding .wcmp_form1 .form-group:nth-of-type(8){
      display: none;
      }

      /*remove message from store location field in shop settings*/
      form.wcmp_shop_settings_form.form-horizontal .panel.panel-default.panel-pading.pannel-outer-heading .panel-body.panel-content-padding .wcmp_form1 .form-group:nth-of-type(9) {
      display: none;
      }

    • #135675
      This reply has been marked as private.
    • #135687
      Tim Kerremans
      Participant

      Hi,

      It seems like all pages from the vendor dashboard are affected, I tried adding CSS to following pages:
      https://www.holymowly.com/dashboard/
      https://www.holymowly.com/dashboard/storefront/
      And then also individual order pages like this one: https://www.holymowly.com/dashboard/vendor-orders/91316/

      This is the plugin I’m using: https://nl.wordpress.org/plugins/sg-cachepress/

      I already reached out to siteground and they have clear cache from the server.

      Thanks for helping me out.

    • #135694
      Tim Kerremans
      Participant

      Hi, it seems like the issue exists on all the vendor dashboard pages from the advanced frontend manager, below you can find a list of the pages I tried editing with CSS:
      https://www.holymowly.com/dashboard/
      https://www.holymowly.com/dashboard/storefront/
      Individual order pages: https://www.holymowly.com/dashboard/vendor-orders/91316/

      This is the plugin link: https://nl.wordpress.org/plugins/sg-cachepress/

      I already asked the hosting provider to clean cache on server but no luck either.

    • #135926
      Tim Kerremans
      Participant

      Hi,

      Can someone follow up please? Thx

    • #135970

      Hi, please do 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.

    • #135971
      Tim Kerremans
      Participant
      This reply has been marked as private.
    • #136175
      Tim Kerremans
      Participant

      Hi,

      Can someone follow up?

      It seems like some of my responses on this forum are published after several days and not immediately, just saying 🙂

    • #136179

      Thank you for sharing the access. Our team will get back to you.

    • #136192
      This reply has been marked as private.
    • #136194
      Tim Kerremans
      Participant
      This reply has been marked as private.
    • #136233
      This reply has been marked as private.
    • #136236
      Tim Kerremans
      Participant

      Hi,

      Sorry, it seems like there was indeed a mistake on my side in the added custom css.

      Have you also been able to look at my other issue? -> https://multivendorx.com/support-forum/topic/distorted-vendor-store-list-on-desktop/

      This is the page url with the vendor store list:
      https://www.copy.holymowly.com/store-listing/
      https://www.holymowly.com/store-listing/

    • #136257

      @Tim Kerremans, as I can see from your previous work, our custom team has fixed the issue.

      Please do contact them, as they are aware of these issues.

    • #136280
      Tim Kerremans
      Participant

      Hi,

      The vendor list has always been distorted, also before the customer work so it has nothing to do with it.

      As I can see on the forum I’m not the only one experiencing this issue, even your own demo website has this issue:
      https://multivendorx.com/support-forum/topic/vendor-list-shortcode-layout-broken/
      http://wcmpdemos.com/all-in-one-demo/vendors/

    • #136422
      Tim Kerremans
      Participant

      Hi,

      Any updates?

    • #136443

      TIm, add this css in the style.css of your theme to fix the vendor list issue:

      .wcmp-store-list.wcmp-store-list-vendor .wcmp-vendorblocks .wcmp-vendor-details .wcmp-productImg {
          position: absolute;
          top: 231px;
      }
      Copy
Viewing 16 reply threads

The topic ‘CSS changes not showing up’ is closed to new replies.