-
AuthorSearch Results
-
October 16, 2017 at 12:30 am #11830This reply has been marked as private.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 15, 2017 at 11:51 pm #11826In reply to: Frontpage – Quick View
Hi,
You can change by add custom css
.product-image .product-attr { color: #fff;}
and change #fff with your color
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 15, 2017 at 11:48 pm #11825Hi, Rene’
1. I help you change order of tab make sure all products have tab name “English”
2. You can use custom css code below
.wc-tabs li a {
padding: 5px 11px 5px 14px;
display: inline-block;
}
.wc-tabs li.active a {
background: #E2E8F2;
}Best regards and have a nice weekend!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 15, 2017 at 11:14 pm #11823In reply to: Frontpage – Quick View
Hi,
1.maYou can add custom css in Claue > Theme Option > General Layout > Custom CSS to fix
@media only screen and (max-width: 1024px) {.btn-quickview{text-indent: 999em;}.btn-quickview:hover {background: none !important;}}
2. For the alert text it in javascript, it now doesn’t support translate. we will find a solution to translate later.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 15, 2017 at 6:58 pm #11804In reply to: Importing Demo Content
Hi,
You can fix by add custom css
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
float: right;
}
#mega-menu-wrap-primary-menu, #mega-menu-wrap-primary-menu #mega-menu-primary-menu, #mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu, #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item, #mega-menu-wrap-primary-menu #mega-menu-primary-menu a.mega-menu-link {
text-align: right;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 15, 2017 at 4:49 pm #11799HI Harry
all is going on step by step….
is it possible to set the ENGLISH -TAB in front of the adding information tab?
How i have to set there the special css style how you wrote me to the tabs to make the size bigger and give the active one a color blue?
How can i set in the custom tabs also the blue background?
Thanks so much and best regards.
René
At moment I am working in the product “Teufelsfackel size L” to test all options.
October 15, 2017 at 9:02 am #11792In reply to: metaslider and layout
Hi,
You can use this css
@media only screen and (max-width: 736px) { .jas-action > a.db.hidden-xs { display: none;} }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 14, 2017 at 10:33 am #11746In reply to: Issues with Bundles
Hi,
1. Sorry because inconvenience, but the plugin doesn’t support display default variation the user want add bundle to cart they have to select the variation of product in bundle
2. The user have to select variation of main product and variation of product in bundle to “add all to cart”
3. you can follow this video https://www.youtube.com/watch?v=cdkCSls-9s4&list=UUMDvyPJs20jwKoFIO4XUF6w&index=18
4. You can add custom css in Claue > Theme Option > general layout > custom css
.stock.in-stock {
font-weight: bold;
}6. You can reorder by go to Products > Attributes > Size > Config terms > and drag to reorder
7. Sorry the plugin doesn’t support
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 14, 2017 at 10:12 am #11742In reply to: Blog editing: Changing appearance
Hi,
1. You need add more css
.jas-blog .post .post-thumbnail {
margin-bottom: 0;
max-width: 100%;
height: 300px;
overflow: hidden;
display: inline-block;
}
.jas-blog .post-thumbnail img {
width: auto;
min-height: 300px;
max-width: inherit;
}.jas-blog .post-action {
border: none;
padding: 8px 20px;
text-align: center;
display: block;
}.jas-blog .read-more.pr {
text-align: center;
display: inline-block;
padding: 5px 10px;
border: 1px solid;
}2. You can delete first sentences in your blog post by add read more before first sentence.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 14, 2017 at 3:27 am #11732In reply to: Blog editing: Changing appearance
Hello,
Your CSS code resolved only half of my issues in the blog.
I need to:
- Make all pictures in the blog same size like the one with house
- Eliminate Comment Number and Icon in the blog page, but not in the post
- Eliminate the first sentences of the blog text underneath the picture in the blog page
Thanks!

-
AuthorSearch Results