Woo Image display

Posted in: Newspaper
Post count: 125

Dear support,
I am using a Woocommerce Multivendor Plugin for my vendors. I discovered the header image banner on the vendor store is visible, but nothing shows up on the mobile.
See link and pics for better understanding.

https://www.screencast.com/t/Gdtwmq50
https://www.screencast.com/t/NxTNTTpNf
https://w.warrimarket.com/store/wealth-transfer-network/

I will appreciate a solution to make the mobile view visible.
Thanks

Post count: 20688

Hi,

That happens because there is a condition that hides the image on mobile
https://www.screencast.com/t/eEQS1YeLEj
Maybe there is a reason why it is not supposed to appear. You could make it display with a code like this, but it may require more modifications as the text is not visible anymore
https://www.screencast.com/t/kVU6Ud6c

@media (max-width: 767px) {
.store-header-wrapper .store-image {
display: block;
}}

Thanks

Post count: 125

Simion,
I decided to chose the second option called double box so that the image banner will stand alone, and the banner text will also stand alone.
However, my banner image is not covering the entire width of my desktop screen, thereby leaving white space to the write.
See pix below:
https://www.screencast.com/t/URtoRPHv
https://www.screencast.com/t/nfok25Dn0

How can I set my banner to fill the full width of my desktop window.
Note: I am using 732X460 pixcel.

Thanks

Post count: 20688

Hi,

The website seems to be in maintenance at the moment. Without inspecting it, I could not provide a solution. Try inspecting it with the browser inspector and maybe identify what needs to be done. Check the CSS on the image. Maybe that is the natural size of the image, and it is displayed as it is.

Thanks

Post count: 125

Kindly take a look, maintenance mode is now temporary disable.

Post count: 23312

Hello pstgibson,

Your website seems to be in maintenance mode -> https://www.screencast.com/t/T2JpoWvsz3d

Thanks for the message!

Post count: 125

I have removed it from maintenance mode for your action.
Thanks

Post count: 125

Catalin,
Kind reminder on this pending ticket.
Thank you.

Post count: 23312

Hello,

I have inspected your website and I saw that you are using a short image, the theme does not stretch it and that’s why you bring this results as you can see here -> https://www.screencast.com/t/TJKO5sGCfmjo. Try to use a bigger image than this, clear all the caches and check the results -> https://www.screencast.com/t/RbPLnmzu9fmO

Thanks for your understanding!

Post count: 125

Catalin,
Could you be so kind to give a recommended image width that can fill up the window space for the image banner.
Thanks.

Post count: 22421

Hello,

The content size if you use a sidebar is 696 pixels while if you do not use any sidebar, it will be 1068 px wide.

Thank you!

Viewing 11 posts - 1 through 11 (of 11 total)
The forum ‘Newspaper’ is closed to new topics and replies.