I am using x theme. On woocommerce shop page breadcrumbs are not visible once i slide down the page and slide up on desktop. Please provide a solution. I tried in different browsers and its same.
Hi There,
To fix this issue, please add this custom CSS under Theme Options > CSS:
body.x-navbar-fixed-top-active .x-navbar-wrap {
height: auto;
}
In case you want to learn CSS please watch the videos below.
Thanks
Thanks @thai that fixed the issue.
can you please provide the settings for the integrity shop demo as shown in this url http://demo.theme.co/shop-integrity/ . I tried with this solution https://theme.co/apex/forum/t/having-issues-to-get-similar-layout-to-demo/16024, but is not getting same color scheme
Also i want all image on my shop index page to resize to a fixed size. Is there an option, since in customizer i have below settings

I tried all options but the thumbnails on shop page is not even .
Hi @gopia,
Ah, that’s because you set it to Uncropped
, you should choose 1:1. That means it will be 300x300. Then regenerate your thumbnails again using Force Regenerate Thumbnails plugin.
With uncropped and you uploaded a 600x900 image, it will just become 300x450 ( 600 / 300 = 2, hence 900 / 2 = 450 )
Thanks!
@Rad thanks.
can you please provide the settings for the integrity shop demo as shown in this url http://demo.theme.co/shop-integrity/ . I need my shop page with the same color scheme and layout
Hi @gopia,
You’re welcome! And you can download it here https://www.dropbox.com/s/y1s4gfrz4lxzjng/integrity-1.json?dl=0. Please make sure to back up your existing configuration by exporting it before importing this one.
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.