haseebayaz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [BasicStore] Single Product page width issueHello sir yes I have tried woocommerce options multiple times but no success. I have searched about it and mostly articles say that when the size isn’t working then woocommerce will just making your image quality blurred. And the size of images are functioned in the theme already it depends on them.
Forum: Themes and Templates
In reply to: [BasicStore] Product Gallery Thumbnail Size isn’t working.Hello sir, I added the following CSS code in my additional CSS and I got exactly what I wanted. Thanks for your reply. This thread should be marked as resolved. Thanks
I used the following code to my Additional CSS:
.woocommerce div.product div.images .flex-control-thumbs li {
float: right;position: relative;
left: -30%; /* or right 50% */height: 50px;
width: 50px;}
Forum: Themes and Templates
In reply to: [BasicStore] Product Gallery Thumbnail Size isn’t working.The size of Images are currently 128 x 128 I tried to check with inspect element I think it is default by the theme coders. In woocommerce settings The images are just getting blurred by 50 x 50 with hard crop and even without crop option.
- This reply was modified 8 years, 8 months ago by haseebayaz.
Forum: Themes and Templates
In reply to: [BasicStore] Product Gallery Thumbnail Size isn’t working.I tried regenerate plugin but the problem persist.
Forum: Themes and Templates
In reply to: [BasicStore] Product Gallery Thumbnail Size isn’t working.Hello sir thanks for a quick reply. I tried to put max-width code again to make the images size small because the images size aren’t working with woocommerce settings. I also set the size of padding to 0 but the space is still there.
Forum: Themes and Templates
In reply to: [BasicStore] Site title & Description not showing on pagesHHello sir, I did it wooohooo.. I just add is_shop() and it worked. Thanks
Forum: Themes and Templates
In reply to: [BasicStore] Site title & Description not showing on pagesI trid is_page() , is_page(id) , is_page (‘shop’) but no success. I also tried is_page_template() but no success.
Forum: Themes and Templates
In reply to: [BasicStore] Site title & Description not showing on pagesHello sir thanks for your reply. I removed the code in header.php on line 94
which is <?php if ( is_home() || is_front_page() ) : ?> but after removing the code this is what I got. check out the screenshot. ThanksScreenshot:
http://prntscr.com/gi4dpc