Stores List hides background Image of section with Flatsome Theme

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WC Marketplace Stores List hides background Image of section with Flatsome Theme

Viewing 9 reply threads
  • Author
    Posts
    • #117059
      office-6501
      Participant

      Hey,

      sorry for the new topic and the next question. When I insert the stores list in my homepage the Background Image of the first section dissapears.
      When I use map=”” then the background image is shown.

      Thanks for the help

      Simom

      Attachments:
      You must be logged in to view attached files.
    • #117068
      office-6501
      Participant

      Here how it should look like. When I use map=”” it works fine.

      Attachments:
      You must be logged in to view attached files.
    • #118358
      WCFM Forum
      Keymaster

      Kindly show me full home page screenshot.

    • #118754
      office-6501
      Participant

      https://onlinehofladen.1010dev.eu/

      This is the Link to the page. When I insert map=”” Then the image is visible

    • #118778
      office-6501
      Participant

      The map causes also severall other problems, as for example the cart sidebar does not open when map is enabled.

    • #118985
      Molay Das
      Keymaster

      Hi,

      Please share your website login details with us as private reply here.
      We need to check.

      Thanks,

    • #118988
      office-6501
      Participant
      This reply has been marked as private.
    • #119147
      Molay Das
      Keymaster

      Hi,

      A class named “bg-loaded” was getting removed from the banner section due to which the banner was not loading.
      I’ve added “home-hd-banner” custom class to the banner section after that added the below code under wp-admin->Flatsome->Advanced->Global Settings->FOOTER SCRIPTS.

      <script>
      jQuery(document).ready( function($) {
      $('.home-hd-banner .bg').addClass('bg-loaded');
      });
      </script>

      It’s working fine now.

      And regard the map on store page hiding the header I’ve added the below css code under wp-admin->Flatsome->Advanced->Custom CSS->ALL SCREENS.

      .header {
      z-index: 9999 !important;
      }

      Thanks,

    • #121451
      office-6501
      Participant

      Hey,

      sorry for the late reply! Thank you so much for the help! It works fine! I adjusted the Z-Index to 1010 because otherwise the shop cart sidebar was hidden!

      Cheers
      Simon

    • #135322
      Molay Das
      Keymaster

      Great.

Viewing 9 reply threads
  • You must be logged in to reply to this topic.