Woo Commerce Product Page with Huge Gap

Posted in: Newsmag
Post count: 6

Hi guys,
I’m having a problem with woocommerce product page…
https://goo.gl/9FTw7D

How can i solve it?

Post count: 6535

Hi

Are you referring at the 404 Page not found error: http://screencast.com/t/KeBEo2YH0 ? If so try to save the permalinks under Settings > Permalinks: http://screencast.com/t/gDoX6vMdHlH6 and test again. If this is not what you mean please provide more specific details so I can duplicate the situation on my side.

Thanks!

Post count: 6

Hi, sorry about that. You can check any of the product page here https://kafeinsiz.com/destek-magazasi/

Post count: 6535

Hi

For some reason the header warp have a height by 900px on the product post page, that’s why appear that blank space. Try to deactivate plugins except Visual Composer and Woocommerce, clear all caches and test again. if the problem persist try this custom css in theme panel custom css: http://screencast.com/t/mOPfX2IMQ

.td-header-wrap {
height: auto!important;
}

Let me know ho it goes.
Thanks!

Post count: 6

Well.. i tried de-activating plugins but it didnt work. When i add that css in my panel product page return to normal but Featured image on posts doesn’t show up where it should be. It moves to background.

Post count: 6535

Hi

Sorry about that.
Please replace the previous css with this one, I’ve targeted only the product page:

.single-product .td-header-wrap {
height: auto!important;
}

Let me know how it goes.
Thanks!

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