Hello,
You can find code for “Posts Slider” element in wp-content/themes/woopress/framework/vc.php (line 677).
I can’t tell you the exact time, it depends on a developer, it may take 1-2 days.
Best regards,
Jack Richardson.
Hello,
You can find code for “Posts Slider” element in wp-content/themes/woopress/framework/vc.php (line 677).
I can’t tell you the exact time, it depends on a developer, it may take 1-2 days.
Best regards,
Jack Richardson.
Hello,
Please refer to this article how to translate Wishlist plugin:
http://yithemes.com/docs-plugins/yith-woocommerce-wishlist/04-localization.html
You can translate “RETURNS & DELIVERY” tab in Theme Options > Single Product Page > Custom Tab title.
Best regards,
Jack Richardson.
Hello,
WooCommerce has removed the feature with “plus/minus” icons in the recent update and replaced it with the number input type. And now there is no overrides in Woopress theme for this.
Our demo site has such feature because old Woocommerce version is used there.
Please use this code in custom.css for the tabs issue:
.tabs.accordion .tab-title {
border-top: none;
}
Best regards,
Jack Richardson.
Hello,
Please use this code in custom.css:
.payment_methods li label img {
display: block;
}
Best regards,
Jack Richardson.
Hello @Christian.
And also check why Option Tree is also showing a blank popup window.
Please clarify where you’re checking Option Tree. Please show a screenshot for better understanding.
Best regards,
Jack Richardson.
Hello,
Ok, looking forward to your reply.
Best regards,
Jack Richardson.
Hello,
Please provide us with FTP credentials in private content.
Best regards,
Jack Richardson.
Hello,
1. I’ve added “!important” to the code.
Please check the page now.
2. Sorry, but there is no such option in Post Grid element.
3. I’ve also added this code in child style.css:
.vc_icon_element.vc_icon_element-outer {
font-size: 10px !important;
}
Please check posts display.
4./5./6. Please take our apologies but it requires a lot of additional customization and it’s beyond our basic support scope.
7. Sorry, but you have to contact some developers to make such customization you need.
Thank you for understanding.
Best regards,
Jack Richardson.
Hello,
Sorry for a delay.
Please try to send emails via SMTP using one of these plugins:
https://wordpress.org/plugins/easy-wp-smtp/
https://wp-ecommerce.net/easy-wordpress-smtp-send-emails-from-your-wordpress-site-using-a-smtp-server-2197
https://wordpress.org/plugins/wp-smtp/
Best regards,
Jack Richardson.
Hello,
The credentials are incorrect. Please check them. Also we need FTP login details.
Thank you.
Best regards,
Jack Richardson.
Hello,
Please add this code in custom.css file:
.products-grid .product-title {
height: 50px;
}
Best regards,
Jack Richardson.
Hello,
I’ve changed slider height to 900px:
http://storage8.static.itmages.com/i/15/0915/h_1442305648_8584108_5e0a89a24d.png
and commented this code in parent style.css to fix the issue with arrows:
.rev_slider_wrapper .tparrows {
background-image: none;
width: 45px;
height: 45px;
background-color: transparent;
border-radius: 100%;
border: 2px solid #fff;
text-align: center;
font-size: 0;
font-style: normal;
text-indent: 0;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.rev_slider_wrapper .tparrows:before {
font-family: FontAwesome;
font-size: 30px;
position: absolute;
color: #fff;
line-height: 41px;
display: block;
width: 100%;
height: 100%;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.rev_slider_wrapper .tparrows:hover {
background-color: #fff !important;
opacity: 1;
}
.rev_slider_wrapper .tparrows:hover:before {
color: #252525 !important;
}
.rev_slider_wrapper .tparrows.tp-leftarrow.default {
left: -40px !important;
top: 50% !important;
}
.rev_slider_wrapper .tparrows.tp-leftarrow.default:before {
content: "\f104";
left: -1px;
}
.rev_slider_wrapper .tparrows.tp-rightarrow.default {
right: -40px !important;
top: 50% !important;
}
.rev_slider_wrapper .tparrows.tp-rightarrow.default:before {
content: "\f105";
right: -1px;
}
.rev_slider_wrapper:hover .tparrows {
opacity: 1;
}
.rev_slider_wrapper:hover .tp-leftarrow.default {
left: 40px !important;
}
.rev_slider_wrapper:hover .tp-rightarrow.default {
right: 40px !important;
}
We’ll fix it in the next theme update too.
Please check slider now.
Best regards,
Jack Richardson.
Hello,
Please provide us with FTP and WP Dashboard credentials in private content.
Best regards,
Jack Richardson.
Hello,
Please clear browser cache and check Visual Composer editor now.
Best regards,
Jack Richardson.
Hello,
Sorry for a delay.
Now you can try to import demo data.
The issue has been fixed.
Best regards,
Jack Richardson.
Hello @jonesgemma,
Please try to use this code in custom.css file:
.products-grid .product-title {
height: 50px;
}
After that check products display.
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Best regards,
Jack Richardson.
Hello @tasakaal,
Please use this css code:
a.btn.border-grey.product_type_simple {
color: blue !important;
background-color: white;
border-color: blue;
}
Best regards,
Jack Richardson.
Hello,
I’ve enabled “Put JS Includes to Body” in the slider settings > Problem Handlings section:
http://storage7.static.itmages.com/i/15/0915/h_1442299722_7927543_38aea78912.png
Now slider is loading.
Please check.
Best regards,
Jack Richardson.
Hello,
Please add this code in custom.css file:
.fixed-header-area .collapse {
width: 55%;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Best regards,
Jack Richardson.
Hello,
In this case you need translate your site and then edit the file wp-content/themes/classico/headers/parts/top-bar.php and edit the links
<li class="active">EN</li>
<li><a href="#">FR</a></li>
<li><a href="#">GE</a></li>
Write url to the specific language instead of #.
Best regards,
Jack Richardson.
Hello,
I’ve changed buttons color in 8Theme Options > Styling > Woocommerce.
Please check Shop page now.
Best regards,
Jack Richardson.
Hello,
Please add this code in Custom CSS for mobile:
#sc_chat_box {
display: none;
}
Best regards,
Jack Richardson.
Hello,
Please use this code in Custom CSS for mobile:
.owl-images-carousel.owl-carousel.owl-theme img {
width: 100%;
}
Best regards,
Jack Richardson.
Hello,
You’re welcome.
Best regards,
Jack Richardson.
Hello,
To change url for logo image you need edit the file wp-content/themes/classico/framework/theme-functions.php in lines 178, 179 and change the code <?php echo $logo_src; ?> and <?php echo $logo_fixed_src; ?> to https://kustom-tees.com/wp-content/uploads/2015/08/logo.png.
Best regards,
Jack Richardson.
Hello @kaha,
FTP credentials are incorrect.
Please check them.
Best regards,
Jack Richardson.
Hello @tasakaal,
You can translate them in .po file in wp-content/themes/royal/languages directory.
https://www.8theme.com/demo/docs/royal/#!/1_how_to_translate
Best regards,
Jack Richardson.
Hello @tasakaal,
Please use this css code:
a.btn.border-grey.product_type_simple:hover {
color: white !important;
background-color: black;
border-color: blue;
}
Write your color values.
Best regards,
Jack Richardson.
Hello,
1. For example, as I see you added this code in Global Custom CSS:
.product-categories > li > a {
padding-top: 8px !important;
padding-bottom: 8px !important;
}
and it’s working on the site:
http://storage3.static.itmages.com/i/15/0914/h_1442236742_9026572_90ba4cfd81.png
The reason that you don’t see changes may be cache plugin that you installed. Content is cached and time is needed for it to be refreshed.
2. FTP credentials are incorrect. Please check them.
3. Please refer to this article:
https://www.wphub.com/how-to-customize-the-wordpress-tag-cloud/
Best regards,
Jack Richardson.
Hello,
Please provide us with FTP and WP Dashboard credentials in private content.
Best regards,
Jack Richardson.