Hi,
Do you have a way to hide the address and phone numbers of the venodrs on their shop pages?
I have done CSS for the address but need a quick bit of CSS for the phone number?
Thank you
Attachments:
You must be
logged in to view attached files.
Hi,
To add the min-height for quick view description please use this custom CSS code
.product-quickview > .jas-row > .jas-col-md-5 { min-height: 400px !important; /* Change 400 */ }
This reply has been marked as private.
This reply has been marked as private.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Thank you, I added this css, but I still can not bid using the +/- buttons. When I click on the button, it changes to a number, and when I try to add a bid, displays a warning message as in the attachment (the first post). It works only when I write the amount myself.
Tell me how can I restore the default message positions (at the top)?
Hi,
You can add custom CSS in Claue > Theme Option > General Layout > Custom CSS
.auction-ajax-change .quantity input.input-text[type=”number”] {width: 60px;}
.auction-ajax-change input:not([type=”submit”]):not([type=”checkbox”]) {
background: none;
border: none;
color: #222;
font-size: 24px;
}
I checked your site and saw it required login to bid, we move message to bottom to clear for user.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
I have run numerous optimisations for images, html, css, php, enabled a caching plugin and reduced the site size as much as I can. I have then run numerous speed tests on the site and there is an ongoing issue with load times for the homepage – sometimes I get a normal page load time of about 2-4 seconds, but more often than not I get page load times of anywhere from 30-50 seconds.
I am wondering if this is a similar issue to my add to cart button taking 30 seconds to load (which is now fixed)?
Please can someone take a look and let me know.
https://www.yaheestore.co.uk/
Just to update this – it was definitely GoDaddy’s hosting that was causing the problem with slow load times and wordpress.
I can only advise anyone to use a different webhost if you have an e-Commerce WordPress site – I can highly recommend SiteGround – since upgrading to them I have experienced up to 50% faster load times and no hangups on pages.
Hi,
We will release update this bug soon or you can add custom code in Claue > Theme Option > General Layout > Custom CSS
span.badge .db:before { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can hide search icon by add custom css in Claue > Theme Option > General Layout > Custom CSS
.jas-action .sf-open { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
This reply has been marked as private.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio