Hi,
1. Please go to JanStudio > Theme Option > Header > Logo Retina and upload your logo
b. Because your map is landscape mode on desktop and on mobile it in portrait mode so it can’t work same as on desktop
2. Please go to Appearance > Widgets > and change Footer#1-Footer#5
3. a. Please go to JanStudio > Theme Option > Header > Menu Icon and upload your photo to replace 3 lines
b. Please add below code to change icons color
@media only screen and (min-width: 1025px) {
.jas-action a {color: #fff}
}
4. Please go to Theme Option > WooCommerce > Product Listing Setting > and change hover style
you can remove quick view by add custom code in JanStudio > Theme Option > General Layout > Custom CSS
.btn-quickview { display: none !important;}
5. Please install one more Autoptimize
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi
Thank you for choosing our theme.
Unfortunately, it now doesn’t have option to click on quick view redirect to product detail page. You can hide quick view button by add custom CSS code in JanStudio > Theme Option > General Layout > Custom CSS
.product-button.flex > .btn-quickview {display: none;}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Thanks! I added the code but the arrows are still there.
I have another question too. I would like to remove or hide the product image hover. I can’t find this particular one in the forum. Do you have a css code for me?
Best,
Geraldine
It’s the newer version ClaueVersion: 1.4.0
Can you please look again our site CSS
Attachments:
You must be
logged in to view attached files.
yes, whatever you have at this url (https://claue-dev.myshopify.com/products/roxy-andie-jacket-201-womens) seems to work just fine but WHATEVER is uploaded to themeforest as v.1.06 results in the continued mishandling of the variants as demonstrated by my attached files in the previous posts.
again, fresh install, no modifications to CSS, liquid, js, or html and it does not work as your claue-DEV example above does.
I have accepted your request for access and modified it to be ‘complete access’ but obviously what you will be working in is my highly customized nearly complete website NOT the unmodified fresh install of 1.06. I just did that to test if the clean install still replicated the same errors I was getting in my modified site and I did.
And Chris bailed – had to buy a different template because whatever was released as the last update did NOT correct anything. I’m in too deep. I need this one to work.
Thanks,
Ryan
Hi,
Password Remember Box not displaying properly on my site -> http://www.websitename.com/my-account ( check attachment image file )
Any CSS Solution ? Please mention the CSS code snippet to fix the issue.
You can log in to my site add CSS code snippet to WP Customizer !
Love your theme. Best Regards,
Attachments:
You must be
logged in to view attached files.
Hey all – not sure if any of you have added enough products in your backend to discover the search functionality problem but you can view it here on the Claue demo:
https://claue-from-janstudio.myshopify.com/
type the word “shirt” after clicking the magnifying glass on the demo site and you can see that the search results box expands vertically off the viewport in both directions.
not sure if the Claue development team is going to do anything to clean that up but I requested that they do so a month ago and they have not so here is how you can at least make what they have sold us at least somewhat usable:
go into claue.scss.liquid and add the following CSS under .search-result – (the second occurrence of it – NOT under “&.loading”) – so that it looks like:
.search-result {
max-height: 70vh;
overflow-y: scroll;
.flex {
padding: 10px 15px;
&:hover {
background: #f6f6f8;
}
}
}
That will cap the vertical height of your search results window so it doesn’t spill off screen and it will also allow a customer to scroll down in the box to see all of the search results – neither of which is possible in the default Claue package.
Another issue is that if you search for something they have default pagination set to return 10 results… which is fine, you can change it to whatever you want, but then when you click the “View All Results” button it only shows you the first 10 on the search results page with no pagination visible. So if you have say 40 “shirts” on your site the default template is only going to display the first 10 with no option to page through and see more. To correct that add this bit of html to the page.liquid file right before the {% endpaginate %} tag:
These are very basic fixes that I have made to an otherwise unedited copy of v1.06 – obviously the search function still needs a lot of formatting help to look pretty and for my site I will likely heavily edit the html and make other improvements so, for example, the search results page shows images, does NOT show product descriptions, etc.
I just wanted to share this with whomever is interested so that after making those quick edits you will have at least a semi-usable search function for now.
Best,
Ryan
Hi,
I’m sorry it can’t control with CSS code. You have to use plugin for this by default WooCommerce doesn’t support sort by featured products.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Now it works perfectly.
Is there any .CSS line of code to make the featured products appear in the top positions of the product categories?
It can be done with a plugin but I do not want to use too many.
Thank you very much for your help.
Hi!
It is not a color selector, they are only links to the other available colors.
The code (only HTML and CSS), is on product page and is the same for both languages.
Thanks!!
Attachments:
You must be
logged in to view attached files.