Hi,
1. The issue on homepage because you don’t activate plugin BakeryPage Buidler
2. Could you tell me step one by one when you update theme. This have issue with WordPress when user change theme, they have to re-arrange widgets
3. I move wishlist next to add cart in code to easy control position with css
9. We override function of Wishlist plugin to match with design so you can’t use setting option after thumbnail, after description
9.b I check with our theme it still work http://take.ms/sqwX9
9.c Please add below code
.product-type-gift-card .yith-wcwl-add-to-wishlist {display: none;}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.products .star-rating {margin: 0;}
and add below code to claue-child > functions.php
add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_rating', 7 );
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.
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
@media screen and (max-width: 800px)
.product-info ul {display: none;}
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
TNParticipant
Getting this error when trying to install theme on a fresh server
Installing Theme from uploaded file: themeforest-15863658-gecko-powerful-ajax-woocommerce-theme.zip
Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme installation failed.
Hi,
Please add below code to Theme Customize > Theme Settings > Custom Code > Custom CSS
.form__atc--action.flex {
flex-direction: column;
}
.form__atc--action .quantity,
.form__atc--action .button--atc-ajax,
.form__atc--action .quantity input.quantity__input {
width: 100%;
margin-right: 0;
}
.form__atc--action .button--atc-ajax {
margin-top: 15px;
background: #000;
border-color: #000;
}
.form__atc--action .button--atc-ajax:hover {
background: #000;
border-color: #000;
}
and change #000 with your color
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Dear Harry,
We had a hack attack and needed to re-install Claue. Since you did not manage to fix infinite scroll issue yet, we cannot install latest version v1.4.0.
Can you kindly attach a clean copy of version V1.3.3 files (Both Claue + child theme as we have customizations in child). This is a new server and hence we need to upload both child + main calue + any other file if needed.
Please let me know when you have a solution for the scroll issue as new site with latest theme would actually be the best (http://support.janstudio.net/forums/topic/minor-css-and-some-bugs/page/2/)
Have a nice week ahead 🙂
Best Regards,
Team Artk
Hi again,
I’ve still got an alignment issue.
Are you able to provide the CSS to get the Qty & AddToCart button back in line under the total/grandtotal?
Thank you 🙂
Attachments:
You must be
logged in to view attached files.
This reply has been marked as private.
Hello.
I use Max Mega Menu Pro plugin in my site.
I had problems with icons that were solved.
On line 2035 of style.css there is this:
.mega-menu-wrap li > a:before {
position: absolute !important;
color: #fff !important;
font-size: 9px !important;
padding: 1px 7px 0 !important;
border-radius: 50px;
line-height: 16px !important;
font-family: ‘Poppins’, sans-serif !important;
}
.mega-menu-wrap ul li.hot > a:before,
.mega-menu-wrap ul li.sale > a:before,
.mega-menu-wrap ul li.new > a:before {
right: -3px !important;
top: 5px !important;
}
I think this needs to be changed to:
.mega-menu-wrap ul li.hot > a:before,
.mega-menu-wrap ul li.sale > a:before,
.mega-menu-wrap ul li.new > a:before {
position: absolute !important;
color: #fff !important;
font-size: 9px !important;
padding: 1px 7px 0 !important;
border-radius: 50px;
line-height: 16px !important;
font-family: ‘Poppins’, sans-serif !important;
}
.mega-menu-wrap ul li.hot > a:before,
.mega-menu-wrap ul li.sale > a:before,
.mega-menu-wrap ul li.new > a:before {
right: -3px !important;
top: 5px !important;
}
Can you insert this solution in core?
I have received such information from Max Mega Menu Pro support.
It solves the problem of icons.
Regards!