Hello,
You can try to add images with different sizes. Do not forget to optimize them – https://tinypng.com/
I would recommend you to set Background Size – Cover in Theme Options > Breadcrumbs > Breadcrumbs background.
Regards
Hello,
You can try to add images with different sizes. Do not forget to optimize them – https://tinypng.com/
I would recommend you to set Background Size – Cover in Theme Options > Breadcrumbs > Breadcrumbs background.
Regards
Hello,
Please do some additional customization in files on your child theme.
1) Add this code in xstore-child/js/etheme.js
$(document).ready(function(){
let navbar = $('.navbar-header');
navbar.on('click', '.login-link > a', function(e){
e.preventDefault();
let _this = $(this).parents('.login-link'),
sub = _this.find('.menu-main-container');
if ( (e.target).closest('.login-link .menu-main-container') ) return;
sub.toggleClass('active');
});
});
2) xstore-child/functions.php – add –
function etheme_enqueue_scripts_custom() {
wp_enqueue_script('etheme-child', get_stylesheet_directory_uri().'/js/etheme.js',array(),false,true);
}
add_action( 'wp_enqueue_scripts', 'etheme_enqueue_scripts_custom');
3) xstore-child/style.css
.login-link:hover > .menu-main-container:not(.active) {
opacity: 0;
visibility: hidden;
}
.login-link > .menu-main-container.active {
opacity: 1;
visibility: visible;
}
Let me know the result.
Regards
Hello,
Try to upload Featured Image for a page.
Regards
Hello,
Please see screenshots from our demo – http://prntscr.com/mgxx1y http://prntscr.com/mgxx96 http://prntscr.com/mgxxga http://prntscr.com/mgxybd
<h3 style="color: white; text-align: center; font-weight: 900; line-height: 1.1; font-size: 1.55rem;">JOIN XSTORE NEWSLETTER</h3>
<p style="color: rgba(255,255,255,0.7); text-align: center; line-height: 1.4;">You can be always up to date with our company news!</p>
<p style="text-align: center; color: white; font-weight: 900;">[mc4wp_form]</p>
<p style="color: rgba(255,255,255,0.7); text-align: center; line-height: 1.4;">*Don’t worry, we won’t spam our customers mailboxes</p>
Read more – https://www.8theme.com/documentation/xstore/plugins/mail-chimp-form-custom-styles/ and watch this video – https://youtu.be/Q00y7QCcdqg
Regards
Hello,
Please add this code in Theme Options:
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-bg {
background-color: transparent;
cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-content {
display: none;
}
Regards
My pleasure.
Have a nice day.
Regards
Hello,
Please add this code in CUstom css for page http://prntscr.com/mgukf3
.mfp-zoom-out-cur, .mfp-bg {
background-color: transparent;
}
.mfp-image-holder .mfp-content {
display: none;
}
.mfp-zoom-out-cur {
cursor: auto;
}
Regards
Hello,
You need to add this shortcode http://prntscr.com/mgui4q on the page.
Please read more – https://contactform7.com/getting-started-with-contact-form-7/
Regards
Hello,
You need to copy cart-empty.php file (xstore/woocommerce/cart folder) into xstore-child/woocommerce/cart/ folder and make changes according to these screenshots
http://prntscr.com/i4xrzq
http://prntscr.com/i4xs77
<?php echo esc_url( home_url( '/' ) ); ?>
Regards
You’re welcome!
Have a nice day.
Regards
You’re welcome!
Have a nice day 🙂
Regards
Hello,
Please use the Private Content area http://prntscr.com/mgu238 to provide any private information, like access to your site.
1) I am glad that you sorted out.
2) Theme Options > Blog > Single Post > Show about author block > Off.
3) Please provide URL of page where the position of the sidebar is not correct.
4) Add this ocde in Custom css for page https://prnt.sc/mgu6l1
.rev_slider_wrapper a:hover {
color: red;
}
Regards
You’re welcome!
Regards
You can update the theme and Core plugin to latest versions. Please read our changelog https://xstore.8theme.com/update-history/ and documentation
https://www.8theme.com/documentation/xstore/theme-installation/theme-update/
https://www.8theme.com/documentation/xstore/plugins/plugins-update/
Regards
Please delete this code from Theme Options.
Go to Edit page and add code in Custom css for page area https://prnt.sc/mgtzeo
.content-page {
padding-bottom: 0;
}
@media (min-width: 993px) {
.mobile-menu-wrapper .menu>li .sub-menu .menu-show-all a, .menu-wrapper>.menu-main-container .menu>.current-menu-item>a {
color: white !important;
}
}
Do not forget to clear cache before checking the result.
Regards
Please upload it in languages/loco/plugins folder (rename the downloaded file – wp-plugins-woocommerce-dev-de.mo file to woocommerce-de_DE.mo).
Let me know the result.
Regards
Hello,
Please add this code in Theme Options > Custom css > Custom CSS for desktop:
.mobile-menu-wrapper .menu>li .sub-menu .menu-show-all a,
.menu-wrapper>.menu-main-container .menu>.current-menu-item>a {
color: white !important;
}
Regards
Hello,
Thanks for contacting us.
Please refer to Slider Revolution documentation – https://www.themepunch.com/faq/slider-revolution-responsive-tutorial-5-0/ https://www.themepunch.com/revslider-doc/slider-setup/#custom-grid-sizes
If you need further assistance with this, provide URL of your site and temporary wp-admin access, please.
Regards
Please provide temporary wp-admin access or disable the maintenance mode on your site, so I can take a closer look.
Thanks in advance.
Regards
Hello,
You need to do some additional customization to achieve the desired result.
To change the width of the fixed header, please add this code in Theme Options > Custom css > Custom CSS for desktop area:
.fixed-header-area .fixed-header > .container {
width: 85%;
}
To change the content of the fixed header, copy header.php file (wp-content/themes/woopress folder) into your child theme and edit it there.
Also, do not forget to provide your site URL in topics on the forum, please. To make it private, please add the URL into this area http://prntscr.com/mgt3ek
Regards
Hello,
Thanks for contacting us.
Your site under maintenance mode, so I can’t check it. Please provide temporary wp-admin access or disable the maintenance mode.
You can use such screenshot maker as Lightshot https://prnt.sc/
Try to change “Fixed menu links colors (hover, active)” in Theme Options > Typography > Menu.
Waiting for your reply.
Regards
Hello,
You can change this text in Settings of WooCommerce – http://prntscr.com/mgswqh
Also, please read this article https://docs.woocommerce.com/document/woocommerce-localization/ to sort out how to upload ready translation files of WC https://translate.wordpress.org/projects/wp-plugins/woocommerce
Regards
Hello,
Please copy center3.php file from themes/xstore/headers into your child theme (xstore-child/headers folder) and change https://prnt.sc/mgstlt <span class="et-icon et-burger"></span> to desired content , for example image https://www.w3schools.com/html/html_images.asp
Regards
Hello,
Could you provide URL of the site, please?
Regards
Hello,
Please add this code in Theme Options > Custom css:
.footer-product .yith-wcwl-add-to-wishlist {
display: none;
}
.footer-product .show-quickly {
width: 100%;
text-align: center;
}
Regards
Hello,
I am glad that you sorted out.
Feel free to ask if you have any other questions.
Regards
Hello,
You’re welcome!
Regards
You’re welcome!
Here is a screenshot of correct settings – https://prnt.sc/mgs1fw (Settings > Permalinks).
Regards
Hello,
It looks like, problems were related to cache. Please check now.
Regards
Hello,
There is no such possibility, by default. Maybe I will be able to help if you describe the desired result in more details.
Regards