You’re welcome!
Regards
You’re welcome!
Regards
Please enable Top bar in Theme Options > header settings > Top bar and then check.
Regards
Hello,
1. Thanks for the URL.
Privacy policy for contact form can be changed in Theme Options > Contact Form & Registration.
Also, you can use Loco Translate plugin https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
1) Please use Loco Translate to change these strings.
2) Yes, you need to create variable products. Please read more – https://docs.woocommerce.com/document/variable-product/
Regards
You’re welcome!
Please disable “Just Catalog” in Theme Options > E-Commerce > Shop.
Regards
Hello,
1) Please provide me URL of your page where the contact form needs to be changed.
Thanks in advance.
2) Theme Options > Shop > http://prntscr.com/kyicpy
Go to edit Shop page > Page Layout > Breadcrumbs Style – Disable
3) Please describe in details what exactly need to be changed.
Thanks in advance.
Regards
Thanks for letting me know.
Please change this previous code:
@media only screen and (max-width: 768px){
.single-product .carousel-area .owl-nav {
display: block !important;
}
}
to:
@media only screen and (max-width: 768px){
.carousel-area .productCarousel .owl-nav {
display: block !important;
}
}
Regards
Hello @EE Eric,
Please describe the desired result in more details and provide URL so I can take a closer look.
Regards
Please try to delete this code: http://prntscr.com/kyhijl
Regards
Hello,
I am glad that you sorted out.
Regards
You’re welcome!
Regards
You’re welcome!
Regards
Hello,
Please add this code in Theme Options > Styling > Custom css > Custom css for mobile:
.back-top {
display: none;
}
Regards
Hello,
Go to edit page > http://prntscr.com/kyfsc9 = http://prntscr.com/kyfsi5
Your Footer Column 4 area is empty – http://prntscr.com/kyfszv I would recommend you to create footer content using static block then set 1 here – http://prntscr.com/kyfu2g and set your static block in Appearance > Widgets > Footer Column 1.
Regards
http://prntscr.com/kyfhh0 – please set 0 px
Regards
You need to set 0px http://prntscr.com/kyfase http://prntscr.com/kyfbmw
+ http://prntscr.com/kyfbxj
Regards
Hello,
Please check this tutorial https://www.themepunch.com/faq/slider-revolution-responsive-tutorial-5-0/
You need to enable Custom Grid Size for different devices http://prntscr.com/kye8pv
Regards
Hello,
Thanks for contacting us.
1. Is the problem solved http://prntscr.com/kye5yp ?
2. Appearance > Widgets https://www.8theme.com/documentation/xstore/support/widgets-custom-widget-areas/
3-4. Please describe problems in more details. You can use such screenshot maker as Lightshot https://prnt.sc/
Unfortunately, I can’t log in: http://prntscr.com/kye7zk Please check.
Regards
Hello,
You’re welcome!
Regards
You’re welcome!
Have a nice day.
Regards
Hello,
Sorry for the delay in answering.
This code http://prntscr.com/kyd8fx will show you the swither on mobile http://prntscr.com/kyd8r2 > http://prntscr.com/kyd93t
Regards
Hello,
Thanks for the reply.
Please add this code in Theme Options > Custom css or in style.css file of child theme:
.fixed-header .menu-main-container:last-child {
display: none;
}
Regards
Please see screenshot http://prntscr.com/ky4w3k
Regards
Hello,
Please see screenshots from our demo – http://prntscr.com/ky477c http://prntscr.com/ky47op http://prntscr.com/ky47up http://prntscr.com/ky481k
Regards
Hello,
Theme Options > E-commerce > Single Product Page > Slider direction – Horizontal and Number of slides per view – 4.
Regards
Hello,
http://prntscr.com/ky3xxb – Theme Options > E-commerce > Products Page Layout > Product content elements.
If you are looking for something else, please provide some screenshots for better understanding.
Regards
Hello,
There is no such possibility by default, so your question requests additional customization which is beyond our basic support scope.
If you want to edit header type 14 you can customize the wp-content/themes/woopress/headers/header-structure-5.php file. Make changes using a child theme https://codex.wordpress.org/Child_Themes to prevent losing them after theme update.
If you don’t have the necessary skills you can submit customization request to WPKraken team.
Regards
Please change the previous code to:
@media only screen and (max-width: 992px){
.menu-wrapper {
display: block !important;
}
.menu-wrapper>.menu-main-container>.menu>li a {
font-size: 12px;
}
.navbar-toggle {
display: none !important;
}
.header-logo {
float: left;
}
.menu-wrapper {
width: 100% !important;
}
.menu-wrapper {margin-top: 1%;}
}
@media only screen and (max-width: 480px){
.menu-wrapper>.menu-main-container>.menu>li {
padding: 0px 10px;
margin-right: 25px !important;
}
}
Regards
Very likely you reached the Max Input Vars limit because of menu items number and your WP can’t save all the settings of your menu. So, if you choose the option, save menu but then you’ll see that option is not saved then increase max input vars limit to 5000 or 8000. You can contact the hosting provider and ask for help with increasing. Read more http://sevenspark.com/wordpress/menu-item-limit
Regards
Hello,
Please add this code in Theme Options > Styling > Custom css > Global custom css:
/* header */
@media only screen and (max-width: 992px){
.header-xstore .menu-wrapper {
display: block !important;
}
.menu-wrapper>.menu-main-container>.menu>li a {
font-size: 12px;
}
.header-wrapper .navbar-toggle {
display: none !important;
}
.header-xstore .header-logo {
float: left;
}
.header-xstore .menu-wrapper {
width: 100% !important;
}
.header-xstore .menu-wrapper {margin-top: 1%;}
}
@media only screen and (max-width: 480px){
.menu-wrapper>.menu-main-container>.menu>li {
padding: 0px 10px;
margin-right: 25px !important;
}
}
Regards
Hello,
There is no such possibility, by default.
Please provide us with your site URL so we can check if the desired result can be achieved using custom css code.
Regards