-
AuthorSearch Results
-
November 15, 2017 at 5:41 pm #13287
Tks Harry but it didn’t work:( In fact now with that code the Language menu on the cell phone disappeared.:(
I wrote exactly this:
@media only screen and (max-width: 1024px) {
.qtranxs-lang-menu > a span { display: none;}
.qtranxs-lang-menu ul { display: block; padding-left: 0;}
}on the custom CSS.
Help please…
November 15, 2017 at 5:17 pm #13278Hi,
1. You can fix language on mobile by add custom css code
@media only screen and (max-width: 1024px) {
.qtranxs-lang-menu > a span { display: none;}
.qtranxs-lang-menu ul { display: block; padding-left: 0;}
}2. You can edit product attribute in Dashboard > Products > Attributes (Color, Size,..)
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioNovember 14, 2017 at 6:56 pm #13209In reply to: Different Logo for each page
Yes I know, but isn’t there a possibility to change it for one page. Only the image would change. Perhaps a code in the css could solve this problem!?
November 14, 2017 at 5:55 pm #13198In reply to: How to add to subcategories the new categories
Hi,
6. You can add custom css
.filter-trigger {position: relative;} .filter-trigger::after { content: "Filter"; margin-left: 10px; }7. Our theme doesn’t support Vkontakte we will discuss with our team to add this. Now Instagram doesn’t support social share so can’t add this to social share, for other icons you can hide by go to Claue > Theme Option > WooCommerce > Product Detail Settings > Enable Social Share > Off
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioNovember 14, 2017 at 10:49 am #13180In reply to: YITH WOOCOMMERCE ADDED TO CART POPUP PLUGIN
Hi,
Please add below code in Claue > Theme Option > General Layout > Custom CSS
.product-quickview .yith-wcbm-badge { display: none; }
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioNovember 14, 2017 at 9:37 am #13176In reply to: How to add to subcategories the new categories
Hi,
1,3. Please add custom code in Claue > Theme Options > General Layout > Custom CSS
5.a I saw you changed this
6. You can change icon with these icon at http://themes-pixeden.com/font-demos/7-stroke/ please select icon and let me know which one you choose. we will give you suggest
7. The link for social share is link of this product. When you click on social share button, the link of product will share on your social channel
8. By default WooCommerce doesn’t support enable captcha for product review form. You can enable anti-spam by go to WooCommerce > Settings > Products > General and check in Reviews can only be left by “verified owners” http://prntscr.com/ha56wn
9. Please add readmore below the text you want break content by click on icon like this screen shot http://prntscr.com/ha5816
10. You can add search on blog page by go to Appearance > Widgets > Drag search Widget to Primary Sidebar http://prntscr.com/ha58ri
11. Please go to Appearance > Widgets ang drag “Text” in Inactive Widget in to Footer Area#1 http://prntscr.com/ha5992
12. You can reduce this photo width by add more column on wrapper row.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioNovember 11, 2017 at 7:16 pm #13101In reply to: Submenu style
Hi,
You can change default style for submenu by add custom css in Claue > Theme Option > General Layout > Custom CSS
.sub-column-item .sub-column {
position: absolute;
min-width: 250px;
display: table;
background: rgba(216,216,216,0.95);
top: 120%;
opacity: 0;
visibility: hidden;
left: 250px;
transition: all .3s;
text-align: left;
z-index: 10;
padding: 0;
box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
}
.jas-menu > li > ul > .sub-column-item {
display: inherit;
}
.jas-menu ul .sub-column-item > a {
color: #878787;
text-transform: none;
font-weight: 400;
font-size: 12px;
padding: 0;
border-bottom: none;
min-width: 250px;
}
.sub-column-item .sub-column li {
padding: 10px 15px;
line-height: 30px;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioNovember 11, 2017 at 1:20 am #13080Hi,
You fix these issue by add custom css in Claue > Theme Option > General Layout > Custom CSS
.portfolio-meta { display: none;}
.widget .woocommerce-product-search,
.widget .search-form {
display: inline-block;
}input[type=”search”] {
-webkit-appearance: textfield;
border: none;
height: 40px;
line-height: 36px;
border-radius: 40px;
padding: 0;
margin-left: 15px;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioNovember 9, 2017 at 6:23 pm #13012Topic: issues with category title on category images
in forum Gecko
tekirParticipantHi! 🙂
Two questions:
- We have some long titles, which turn out to be two lines in mobile version. Then the title sits on top of the former “shop now” text. How could we send the shop now text to third line, only whenever it’s needed? (please see the image attached)
- How could we add a white and semiopaque bgcolor to these category titles on the category images?could you please provide the code to add to custom CSS?
Attachments:
You must be logged in to view attached files.November 9, 2017 at 4:30 pm #13009In reply to: Wishlist Heart Icon
Hi,
You can add custom css
.product-image .yith-wcwl-add-button a {
opacity: 1;
visibility: visible;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results