Hello,
Please provide your site URL.
Regards
Hello,
Please provide your site URL.
Regards
Hello,
1) Try to add this code in functions.php of child theme:
if ( wp_is_mobile() ) {
add_filter( 'loop_shop_per_page', function ($cols) {
return 20; // mobile count of products
}, 20 );
}
2) Please check our demo https://www.8theme.com/demo/woopress/boxed/ there the mobile menu is similar to your desired result.
Looks like you made a lot of changes.
Our mobile menu based on et_get_mobile_menu function (framework/theme-functions.php), css code from style.css, and code in js/etheme.js.
Regards
Unfortunately, there is no possibility to disable Responsive Design for iPad only.
Regards
Hello,
Theme Options > Responsive Design > Enable Responsive Design > Off.
Regards
Theme Options > Menu > Menu styling > Dropdown options > Dropdown background.
Theme Options > Typography > Menu > Menu 2 level > Font Color.
Regards
Please clear cache and check one more time.
Regards
You’re welcome!
Regards
I’ve disabled Stidner Shipping – Payson Checkout plugin. Please clear cache and check pages now.
Regards
.header-wrapper {
background-size: cover;
background-position: 50% 0%;
background-repeat: no-repeat;
}
Regards
You’re welcome!
Regards
You’re welcome!
Regards
Please try to use this code:
background-size: cover;
background-position: 50% 0%;
background-repeat: no-repeat;
Regards
Hello,
Did you make changes in template files?
Try to disable all 3rd party plugins to check if one on them causes the problem.
Regards
Hello,
Please try to use this custom css code:
.header-wrapper .shop-text {
font-size: 0px;
}
Regards
Hello,
In the console on your site – https://prnt.sc/ln184r Contact your hosting provider to solve the problem from the server side.
Also, try to disable Ajax “Add To Cart” in Theme Options > Single product page.
Regards
Hello,
You can try 1170×164.
Regards
Hello,
.woocommerce-account .button {
color: white;
}
Regards
Hello,
Please add this code in Global custom css:
@media only screen and (max-width: 992px) {
.banner{
margin-bottom: 30px !important;
}
}
Regards
Hello,
Please add this code in Global custom css:
.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap textarea {
width: 100%;
}
Regards
Hello,
Please add this code in Global custom css:
@media only screen and (max-width: 992px) {
.top-bar .top-links .links {
display: block;
}
.top-bar .languages-area{
display: none;
}
}
Regards
Hello,
My account page contains default WC registration form. Settings you can find in WooCommerce > Settings > Accounts & Privacy or refer to WC documentation.
Register page shows our registration form – https://www.8theme.com/demo/docs/royal/#4_registration_page It can be changed via additional customization in files. Copy et_register_form function (wp-content/themes/royal/framework/theme-functions.php – section “! Registration Form”) into functions.php of child theme and make changes there.
Regards
Hello,
Please add this code in Global custom css:
.mobile-nav .menu>li.current-menu-item >a, .mobile-nav-heading,
.mobile-nav .links li a, .mobile-nav .menu >li.current_page_ancestor >a,
.mobile-nav .menu > li > a:hover {
color: white;
}
Regards
Hello,
Please try the solution – http://prntscr.com/ln0n59 from this topic https://www.8theme.com/topic/menu-tabs-misaligned-from-center/
Regards
Hello,
Sorry for the delay due to the weekends.
Please describe the problem in more details for better understanding.
Thanks in advance.
Regards
Hello,
1) You can add css code in Theme Options > Custom css:
http://prntscr.com/ln0dpo + http://prntscr.com/ln0ds5
.content-product .product-details .button {
width: 100%;
}
.single_add_to_cart_button.button {
width: 100%;
}
2) Appearance > Customize > WooCommerce > Product Images > Thumbnail width > 280 + “Uncropped” and Regenerate Thumbnails to apply these changes.
Read more – https://docs.woocommerce.com/document/fixing-blurry-product-images/
3) Please try to use xml files to import required pages – https://www.8theme.com/documentation/xstore/theme-installation/demo-content/
Let us know if you need any further assistance.
Regards
Hello,
Have you cleared cache?
Your site under maintenance mode, so I can’t check it.
The text caption is independent of the theme. You need to find an additional plugin that will give the desired effect on your site.
Regards
Hello,
Have you tried to deactivate theme via XStore dashboard https://prnt.sc/ln09wo ?
Please provide us with temporary wp-admin access to the site where XStore theme needs to be deactivated.
Regards
Hello,
Please clear all cache (browser, plugin, server) and check one more time. Do you use CDN?
Provide us with temporary wp-admin and FTP access so we can take a closer look.
Regards
Hello,
I do not see the Top bar on your site. Have you disabled it?
Please go to Theme Options > Header > Header Style > Header text color > Dark
or provide temporary wp-admin access, so I can take a closer look.
Regards
Hello,
1) Theme Options > Typography > Menu > Menu 2 level.
2) Please check the structure of your mobile menu – http://prntscr.com/ln05ne
Regards