-
AuthorSearch Results
-
November 15, 2017 at 11:11 pm #13341
In reply to: add to cart popup with abandonded cart email popup
Hi,
Thank you for your video. Please try to use the custom CSS code below
.wcap-atc-modal-open .mfp-ready { display: none; }
Cheers,
FosterNovember 15, 2017 at 10:47 pm #13335In reply to: Hide share buttons
Thanks for the custom CSS code
Have already solved this problem yesterdayNovember 15, 2017 at 9:31 pm #13312In reply to: Hide share buttons
Hi,
I’m sorry for the late. To hide social share please use the custom CSS code below
.jas-single-blog .social-share { display: none; }
And hide the blue box, please use this code
.bbp-the-content-wrapper + .bbp-template-notice { display: none; }
Regarding the issue to integate plugin, I have anwered in other topic.
November 15, 2017 at 5:41 pm #13287Tks 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=janstudio -
AuthorSearch Results