Images not showing in vendor store side bar

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!

Viewing 7 reply threads
  • Author
    Posts
    • #106743
      gettingweduk
      Participant

      I am using Zella theme and have featured items and new arrivals widgets in the vendor store sidebar. Products appear but the images are not there. Can you help please?
      Thanks

    • #107772
      WCFM Forum
      Keymaster

      Hi,

      Can you please share such a store url with me to check this once!

      Between, are these widgets working perfectly in other pages?

      Thank You

    • #108018
      gettingweduk
      Participant
      This reply has been marked as private.
    • #108674
      WCFM Forum
      Keymaster

      HI,

      Kindly add this CSS to your site –

      #wcfmmp-store ul.product_list_widget li img {
          position: relative !important;
      }
      #wcfmmp-store ul.product_list_widget li {
          padding-left: 5px !important;
      }

      Thank You

    • #108708
      gettingweduk
      Participant

      Thank you, that worked! The images are rather small though, is there any way of making these larger and perhaps the product titles smaller please? Please see the screenshot below:

      https://prnt.sc/r7bj0q

    • #108861

      Hello,

      Try this CSS to your site –

      .item-product-widget .product-meta .product-title {
      	font-size: 90% !important;
      }
      .item-product-widget .images {
          padding-right: 0 !important;
          padding: 0 !important;
      }
      .item-product-widget.row.nasa-list-type-1 .images .nasa-product-widget-image-wrap{
      	width:100%;
      }
      #wcfmmp-store ul.product_list_widget li img {
      	width:80px !important;
      	height:80px !important;
      }

      Thanks.

    • #108881
      gettingweduk
      Participant

      Thank you, I have just added that code and it didn’t work unfortunately. I did change the font size from 90% to 40% to see if that made a difference but it didn’t.
      Any help would be appreciated.
      Thanks!

      • #108883

        Hi,

        Where you have added the css? we don’t find any css was added in your site.
        Please add above mentioned css in your activated theme’s style.css (<your site folder>/wp-content/themes/<your active theme>/style.css)

        Thanks.

    • #108884
      gettingweduk
      Participant

      I’ve added it under Zella Theme Child: style.css, please see the screenshot.

      https://prnt.sc/r7tvro

      • #109011

        Hi,

        Kindly check once. The product images size are increase now.PFA

        Thanks.

        Attachments:
        You must be logged in to view attached files.
Viewing 7 reply threads
  • You must be logged in to reply to this topic.