Hello, @Agatha
Please check email.
Regards
Hello, @Agatha
Please check email.
Regards
Hello,
Please try to disable all 3-rd party plugins and check if the problem will be solved.
In case the problem persists, please provide us with temporary access to your site.
Regards
Hello,
Thanks for the topic.
Please try to disable all 3-rd party plugins and check if the problem will be solved.
Regards
You’re welcome!
Have a nice day.
Regards
Hello,
You may add a custom class for every rows, columns of which you want to change on mobile, http://prntscr.com/i25pks et-mobile-columns
and add this code in Theme Options > Custom css > Global Custom css:
@media only screen and (max-width: 768px) {
.et-mobile-columns .vc_col-sm-4 {
width: 33.33%;
float: left;
}
.et-mobile-columns .vc_col-sm-3,
.et-mobile-columns .vc_col-sm-2,
.et-mobile-columns .vc_col-sm-6 {
width: 50%;
float: left;
}
}
OR
use responsive options of columns http://prntscr.com/i25r0u
https://wpbakery.com/video-academy/responsive-column-control-width-offset-param-usage-explained/
Regards
Hello,
Please change this code
.header .logo img {
max-width: 827px !important;
width: 827px;
}
to
@media only screen and (min-width: 768px) {
.header .logo img {
max-width: 827px !important;
width: 827px;
}
}
Regards
Hello,
To update the file, switch to your server with FTP. Copy wp-instagram-widget.php file into wp-content/themes/xstore/framework/widgets/ folder on your server.
Regards
You’re welcome!
Have a nice day.
Regards
Hello, lucy_hinchliffe@hotmail.com
Please try to disable all 3-rd party plugins and check if the problem will be solved.
Also, create a new topic for this problem https://www.8theme.com/forums/xstore-wordpress-support-forum/ – http://prntscr.com/i24975
Regards
Please change the previous code to:
@media only screen and (max-width: 992px) {
.template-container .mobile-menu-wrapper .menu > li .open-child {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
top: 10px;
height: 100%;
-ms-flex-line-pack: center;
align-content: center;
}
}
then clear cache and check arrows.
Regards
Hello,
1. Could you please provide temporary wp-admin access so we could check your slider settings?
2. Please try to add this code in Theme Options > Styling > Custom css > Custom css for mobile:
.home .footer {
padding-top: 0;
}
Regards
Hello,
Please try to add this code in Theme Options > Styling > Custom css:
@media only screen and (max-width: 992px) {
.template-container .mobile-menu-wrapper .menu > li .open-child {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
top: 0;
height: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
Regards
Hello,
To open next level menu on mobile you need to click on arrow http://prntscr.com/i23a9y. This is not a bug and you may see on our demo the same behavior https://www.8theme.com/demo/classico/variant1/.
Regards
My pleasure.
Let us know if you need any further assistance.
Regards
Hello,
You may change static block that will be shown in prefooter via Appearance > Widgets > Pre Footer area, and of course you may edit all static blocks, which you have, according to your needs using VC or even create new blocks.
Also, you may use such options as “Use custom pre footer for this page/post” and “Use custom footer for this page/post” in settings of a page > [8theme] Layout options.
Let us know if you need any assistance.
Regards
Hello,
Go to Theme Options > E-commerce > Promo Popup > Popup background.
Regards
Hello,
.top-bar .container {
width: 100%;
}
.top-bar .links li {
border-left: 1px solid #e6e6e6;
padding-left: 5px;
padding-right: 2px;
}
.topbar-widget.etheme_widget_socials {
margin-left: 3px;
}
if you want such result http://prntscr.com/i227g5
– also add this code:
.top-bar .links {
position: absolute;
left: 275px;
border-right: 1px solid #e6e6e6;
padding-right: 3px;
}
Regards
Hello,
Thanks for the topic.
Please provide in Private Content area links to pages where you want to set 2 columns on mobile.
Regards
Hello,
1. Have you sorted out http://prntscr.com/i21t1p ?
2. I do not see the problem http://prntscr.com/i21tjr
Feel free to ask if you have any other questions.
Regards
Hello,
We’ve sent wp-instagram-widget.php file to your registration email.
You need to replace this file in xstore/framework/widgets/ folder and wait for 2 hours when instagram cache will be updated.
Regards
Hello,
Make sure that you selected Image hover effect > Swap in Theme Options > E-commerce > Products Page Layout.
Regards
On product pages with the problem.
Regards
Hello,
Please try to add this code in custom.css or in style.css file of child theme:
.payment_box .wc-authorize-net-aim-new-payment-method-form p {
clear: both;
}
Regards
Great. Have a nice day.
Regards
You’re welcome!
Have a nice day.
Regards
Please also use this code:
.single-product .woocommerce-product-gallery .main-images .owl-item.active:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
Regards
Hello,
The product categories widget is a default widget of Woocommerce, so if you want to change the functionality of this, it would be better to contact woocommerce support.
Feel free to ask if you have any other questions.
Regards
Hello, @finleydesign
Please check email.
Regards