Hi Harry,
Thank you so much for your help. <3
Harry with the code you gave me, the author box on the author’s pages, comes after the all posts at the end of the page: https://prnt.sc/rk448n
I moved the line 49 to 31, and now it’s really what I want: https://look.ir/author/ceo/
But the problem is, for having this box at the top of the page, I should not hide this setting: https://prnt.sc/rk462o
otherwise, I will not have the box at the top.
But with this setting, I will have the author’s box after every post!
Is there any chance to hide them with CSS? or give a dedicated class to your code?
Regards.
Rahim Vaziri
CEO & Founder at Look.ir
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.woosb-products .woosb-product .woosb-qty input {
width: 100px !important;
}
Kind regards
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
.jas-menu > li > ul > .sub-column-item {
display: inherit;
}
.jas-menu > li.menu-item-has-children > ul.sub-menu > .sub-column-item > a {
color: #878787;
text-transform: none;
font-weight: 400;
font-size: 14px;
padding: 0;
border-bottom: none;
}
.sub-column-item .sub-column {
position: absolute;
min-width: 250px;
display: table;
background:rgba(255, 255, 255, 0.95);
top: 120%;
opacity: 0;
visibility: hidden;
transition: all .3s;
text-align: left;
z-index: 10;
box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
}
.sub-column-item .sub-column > li {
padding: 10px 15px;
}
.jas-menu li ul.sub-menu li:hover .sub-column {
opacity: 1;
visibility: visible;
}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Please add below code to JanStudio > Theme Option > General Layout > Custom CSS
.widget .dgwt-wcas-search-wrapp {
min-width: 100%;
max-width: 100%;
width: 100%;
}
Btw, your support expired. Please renew your support at https://themeforest.net/downloads that will help us continue develop new features and improve our theme.
Thanks and regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
I updated to the last version of my Gecko theme but now the SSL certificate is not working properly in the catalog page!
Also I use your Gecko Child theme with AJAX Search for WooCommerce plugin – (https://wordpress.org/plugins/ajax-search-for-woocommerce/)
In the lates version of AJAX Search for WooCommerce (v1.6.2) they have changed the search form on the frontend (CSS, HTML etc.).
Could you check it and update your CSS if necessary?
Attachments:
You must be
logged in to view attached files.
This reply has been marked as private.
This reply has been marked as private.
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) {
.shop-top-sidebar .woocommerce {
min-width: 1050px;
}}
And increase 1050 to your number when the sub-menu in one line.
Kind 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.
Rahim Vaziri
CEO & Founder at Look.ir