Hello,
Could you please provide wp-admin and FTP access in Private Content for both sites?
Regards
Hello,
Could you please provide wp-admin and FTP access in Private Content for both sites?
Regards
1. Please use this custom css code:
.header-wrapper .navbar-header .et-wishlist-widget .wishlist-count {
background-color: #ff0000;
}
2.
.menu-wrapper .menu-main-container .menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
Regards
Thanks for the explanation. This can’t be done using css code. You need to edit php code: xstore/framework/shortcodes/carousel.php
http://prntscr.com/irgagm > http://prntscr.com/irgavi
wp_is_mobile()
After the next theme update, you will be able to rewrite required function via child theme. Presently, you need to make changes in the parent theme.
Regards
Hello,
Thanks for screenshots.
Please use this custom css code:
.footer, .copyright {
background-color: #000000 !important;
}
Regards
Hello,
Please add this code in custom.css file:
.rtl .top-bar .languages-area {
float: right;
margin-right: 30px;
}
.rtl .top-bar .top-links {
float: left;
margin-right: 0;
margin-left: 40px;
}
.rtl .top-bar .wishlist-link {
right: auto;
left: 0;
float: left !important;
}
.rtl .links li.my-account-link, .rtl .links li.logout-link, .rtl .links li.login-link,.rtl .links li.register-link, .rtl
.links li.checkout-link {
margin-right: 20px;
margin-left: 0;
background-position: right center;
}
.rtl .wishlist-link i {
float: left;
}
.rtl .shopping-cart-widget .cart-summ .price-summ {
margin-right: 5px;
}
.rtl .shopping-cart-widget .cart-bag {
display: flex;
}
.rtl .shopping-cart-widget .cart-summ > .cart-bag:before {
margin-right: 0;
margin-left: 10px;
top: 5px;
}
.rtl .search .et-mega-search form .button {
right: auto;left: 6px;
}
.rtl .footer .vc_column_container {
float: right;
}
.rtl .copyright .span6 {
float: right;
}
.rtl .copyright .footer-sidebar-widget .textwidget p {
text-align: left;
}
.rtl .copyright .footer-sidebar-widget .textwidget img {
float: right;
}
Regards
In this case, you can use custom css code:
.main-nav {
background-color: black;
}
.main-nav .menu > li .nav-sublist-dropdown {
background-color: black !important;
}
Please watch this tutorial – https://www.youtube.com/watch?v=Qok2zRedRMY.
Regards
Hello,
We’ve sent wp-instagram-widget.php file to your registration emails.
You need to replace this file in xstore/framework/widgets/ folder and wait for 2 hours when instagram cache will be updated.
Regards
Hello @phssaddlery,
Please see screenshot – http://prntscr.com/irfw14 You may ignore the message about outdated files until new theme version will be released. This won’t make an effect on your site. Before update any plugin you need to be sure that theme and other plugins that you use are compatible with the new version.
Regards
Hello,
Please delete this code https://prnt.sc/irft1x from style.css file of the parent theme https://prnt.sc/irfv5m
.shop-full-width .products-grid.row-count-4 .product:nth-child(3n+1) {
clear: none !important;
}
We will fix it in next theme update.
Regards
Hello,
You’re welcome!
We are glad that problems were solved. This topic will be closed. Please kindly open up new tickets for additional questions.
Regards
Hello,
Great.
You’re welcome!
Have a nice day.
Regards
Hello,
Theme Options > Footer > Footer Type > select 1 type. Did you create footer as a static block? If yes, you can use VC editor here. To enable VC editor for static blocks go to wp-admin panel > Visual Composer > Role Manager > Post Types > Custom > tick “static block”,
Please read our documentation https://www.8theme.com/demo/docs/legenda/#!/footer and watch – https://www.8theme.com/videos/ (Legenda WordPress Theme – How to create footer).
Feel free to ask if you have any other questions.
Regards
Hello,
Theme Options > General > Fixed navigation > Off
Regards
Hello,
Theme Options > Typography > Main Menu Font and Mobile menu font
Regards
Hello,
You need to update WPBakery Visual Composer and Ultimate Addons for Visual Composer plugins – https://www.8theme.com/download-plugins/ (to update premium plugins, connect to your server using FTP. Copy extracted plugins folders into wp-content/plugins/)
Regards
Hello,
Thank you for letting us know.
Have a nice day.
Regards
Hello @hdowthwaite, @riddlezitindustries, @PMC, @chatchanon.c@gmail.com
Please check email. You need to replace this file in xstore/framework/widgets/ folder via FTP.
Regards
Hello,
Please try to activate theme now.
You may use the 1 license for the 1 dev domain and 1 live domain. But keep in mind that you can use our theme license for 1 end product only https://themeforest.net/licenses/standard
To activate the theme on new site you need to deactivate it (via Theme Options) on old site.
Feel free to ask if you have any questions.
Regards
Please add this code In Theme Options > Styling > Custom css:
table.cart .product-price .amount, table.cart thead th, table.cart .product-subtotal .amount,
.woocommerce-MyAccount-navigation a, .woocommerce-MyAccount-content a, .woocommerce-MyAccount-title,
.cart-popup-container .product_list_widget > p, .cart-widget-subtotal .small-h, .cart-widget-products a {
color: #A48640;
}
Regards
Thanks for screenshots.
Could you please provide temporary wp-admin access in Private Content so we can take a closer look?
Regards
Theme Options > General > Mobile Header Settings > Mobile header text color > White https://prnt.sc/ir5kfz
Regards
Hello,
Please check now http://prntscr.com/ir5c1d (http://prntscr.com/ir5c9w + http://prntscr.com/ir5cqm)
Regards
Hello,
Thank you for purchasing our theme and for reaching us.
Please provide a screenshot for better understanding the desired result. You can use such screenshot maker as Lightshot and provide links of screenshots in Private Content.
Regards
Hello,
You can use this code:
.single-product .product-information .fixed-product-block {
min-height: unset !important;
}
.single-product .product-content > .row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.single-product .product-content > .row .product-information {
align-self: center;
}
.single-product select,.single-product .select2-container--default .select2-selection--single {
background-color: #f8f8f8;
}
Regards
Hello,
I am glad that you prefer our carousel element.
Let us know if you need any further assistance.
Regards
Hello,
Do you use latest theme version? Please provide us with your website URL.
Regards
Hello,
Please provide a screenshot for better understanding the desired result.
Also, read this article https://docs.woocommerce.com/document/configuring-woocommerce-settings/#inventory-options
Regards
Hello,
Thank you for purchasing our theme and for reaching us.
Could you please describe the problem in more details?
Regards
Hello,
a. Single product image size was changed in Woocommerce > Products > Display > Product images http://prntscr.com/ir3mu4
b. I’ve changed image size in http://prntscr.com/ir3n76 but to fix the problem we need access to FTP.
Regards
Hello,
You can use this custom css code:
.header-type-16 .top-bar > .container {
width: 80%;
}
Regards