This topic has 15 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
Hi,
I have installed Blance WP theme. I am facing some issues. Check this page:
http://dcautogen.com/shop
You can see that there is a great gap between product images and titles+prices. I have not changed anything and use latest theme. Can you please tell me how to correct this and look like Demo.
Thank You,
Imran
Hello,
We will fix this problem in next theme update, as a temporary fix, please add this code in custom css:
#products-grid .product-image, .product-image .img-wrapper, #products-grid .product-image:hover {
height: auto;
position: static;
width: 100%;
}
To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/blanco directory via FTP and enable it in Blanco – Theme Settings, tick “Enable Custom CSS file”.
Regards
Thank You for your reply. Your code had fixed this on the Shop page. But the issue is still their for “Related Products” on single product page. Like this:
http://dcautogen.com/product/v2-autogen-12v-controller
Looking forward for your reply.
Hello,
Please change previous code to:
#products-grid .product-image, .product-slider .product-image, .product-image .img-wrapper, .product-slider .product-image:hover, #products-grid .product-image:hover {
height: auto;
position: static;
width: 100%;
}
Regards
Thank You. It worked.
I also want to change the color and font of heading on pages like this:
http://dcautogen.com/downloads
Want to change color and size and font of heading Downloads.
It tried adding h1.entry-title and changing it. It changes font and size but dont changes color. How to change color too.
Thanks.
You’re welcome!
You can use your custom css code, simply add !important;
– http://prntscr.com/ingmbg
Regards
Thank You. It worked. Here is another issue where I need your help:
On Single products pages like this: https://dcautogen.com/product/v2-autogen-12v-controller
The thumbnails under main product image don’t have a gap between them. They are merged with each other.
While in demo all thumbnails are nicely arranged with an equal gap (https://www.8theme.com/demo/blanco-wo/shop/jewelry/brilliant-princess-diamonds/)
Thanks.
Hello,
You’re welcome!
Try to disable all 3-rd party plugins and then check single product page, if the problem won’t be solved, provide temporary wp-admin and FTP access in Private Content.
Regards
Thank You for your reply.
We had recently added “Really Simple SSL Plugin” for SSL implementation and mixed content fixing.
The plugin is now disabled. Now when we browse the product page without https: it looks fine. For example: http://dcautogen.com/product/v2-autogen-48v-controller
But when https is added the thumbnail loading animation is not working and thumbnails are mixing with each other. Also the thumbnails size become bigger and blurred.
example: https://dcautogen.com/product/v2-autogen-48v-controller
Hopefully this helps understanding the issue.
Thank You.
Hello,
Sorry, but we don’t provide support for 3-rd party plugins as it’s out of our support scope.
If you provide wp-admin and FTP access in Private Content we will check what can to done to help you.
Regards
Hi,
It is not a plugin issue. The plugin has been disabled. The product page is showing up correctly when accessing it with https (with SSL). It looks correct when accessed with http. Also on mobile version the product page does not show top menu in https.
How can I send you login info privately.
Plz check login info in private box
Hello,
The credentials to wp-admin panel are incorrect.
Please check them.
Regards
Please check below:
The problem caused by this error of the plugin – http://prntscr.com/iqj8s8 http://prntscr.com/iqj924 http://prntscr.com/iqj9bn the error persist even with the default WC theme – Storefront – https://prnt.sc/iqjdyx. You need to contact support of the plugin to solve this .js problem or set correct settings for the plugin according to WooCommerce Stripe Gateway plugin documentation.
Regards
You must be logged in to reply to this topic.Log in/Sign up