Hello,
You can edit it in Slider Revolution settings, for example http://prntscr.com/ecsato
Regards
Hello,
You need to edit your static block. You can to use Visual Composer editor, please, read documentation https://wpbakery.atlassian.net/wiki/display/VC/Visual+Composer+Pagebuilder+for+WordPress
https://wpbakery.atlassian.net/wiki/display/VC/Element+Design+Options
Regards
Hello,
What way have you used to update theme FTP or Setup Wizard? Had you before update the child theme?
Sorry, but we don’t provide support for 3-rd party plugins as it’s out of our support scope.
Place file with translation into languages folder /wp-content/themes/xstore/languages (ru_RU.po and ru_RU.mo). Please, also, read our documentation https://www.8theme.com/demo/docs/xstore/#translation
Regards
Hello,
Could you please provide wp-admin and FTP access in Private Content so we could check it?
Regards
Hello,
Unfortunately, there is no such option to shown popup only on a home page.
You can try to add this code in custom css:
#etheme-popup, .mfp-bg, .mfp-wrap {
display: none;
}
.home #etheme-popup, .home .mfp-bg, .home .mfp-wrap {
display: block;
}
Regards,
Rose Tyler.
Hello,
We’re glad to hear that your issue was solved.
Have a nice day!
Regards,
Rose Tyler.
Hello,
Could you please provide the link to your site?
Regards,
Rose Tyler.
Hello,
You can add this code in Custom CSS:
.woocommerce-breadcrumb {
display: none;
}
.back-history {
display: none;
}
Regards,
Rose Tyler.
Hello,
You can add this code in custom.css file:
.header-type-4.transparent .main-nav {
background-color: rgba(0, 0, 255, 0.25);
}
Regards,
Rose Tyler.
Hello,
We’re glad to hear that your issue was solved.
Have a nice day!
Regards
Hello,
1. Please, add this code in Custom CSS for desktop:
.header-wrapper.header-two-rows .header-logo {
width: 33.33%;
}
.header-wrapper.header-two-rows .right-wrap {
width: 33.33%;
}
.header-wrapper.header-two-rows .left-wrap {
width: 33.33%;
}
2. Please, ude this code in Global Custom CSS:
.recentCarousel.slider .wp-picture.blog-hover-zoom{
width: 100%;
}
3. Try to chande it in VC settings for page or provide wp-admin access in Private Content so we could check it.
4. Go to Settings > Reading > Blog pages show at most.
5. Blog Layout Grid use masonry grid, so unfortunately it’s not possible.
6. Could you please provide wp-admin access in Private Content so we could check it?
Regards
Hello,
Seems it works fine now.
Is this problem solved?
Regards
Hello,
I’ve added this code:
.mfp-wrap{
display: none;
}
Please, check it now.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You’re welcome!
If there are any questions feel free to contact us.
Have a nice day.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
We’re glad to hear that your issue was solved.
Have a nice day!
Regards
Hello,
We’re glad to hear that your issue was solved.
Have a nice day!
Regards
Hello,
Oh, I see. It will be fixed in changelog on Themeforest and in new theme version.
If you want, you can delete this file now, without any effect on theme functionality.
Sorry for inconveniences.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Have a nice day!
Regards,
Rose Tyler.
Hello,
You are right. I mean images.php. Thank you for the notice.
Regards,
Rose Tyler.
Hello,
Also, you can add this code:
.product-categories>li>a {
padding-left: 15px;
}
You can change style of different elements if you have css skills.
Please, read article and watch the video: https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/
Regards,
Rose Tyler.
Hello,
Please read this topic https://www.8theme.com/topic/how-i-edit-single-product-page/
You can set size in Woocommerce > Settings > Products > Display. Use hard crop if you want to crop images. Then regenerate thumbnails https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Rose Tyler.
Hello,
Please, check your custom css: http://prntscr.com/ecc4a6
You need to use this code:
@media only screen and (min-width: 768px){
.header6 .logo {
width: 1200px !important;
text-align: center;
}
}
@media only screen and (max-width: 980px){
.home .header .menu-icon {
left: 0px !important;
}
.home .menu-icon i {
left: 0;
}
}
Regards,
Rose Tyler.
Hello,
I’ve checked our files of theme 3.0.3 and found image.php file, in the new version it was deleted.
You can delete Product Images Width and Height in Theme Option, then go to Woocommerce > Settings > Products > Display and change the settings. Use hard crop if you want to crop images. Then regenerate thumbnails https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Rose Tyler.
Hello,
We’re glad to hear that your issue was solved.
Have a nice day!
Regards,
Rose Tyler.
Hello,
Could you please provide wp-admin access in Private Content so we could check it?
Regards,
Rose Tyler.
Hello,
Please, try to add this code:
.header .cart-bag {
padding-right: 33%;
}
.header .badge-number {
margin-right: 30%;
}
Regards,
Rose Tyler.