Hello,
Please download XStore import files https://www.8theme.com/download-plugins/ http://prntscr.com/lek8t4 Go to Slider Revolution and import the slider.
Regards
Hello,
Please download XStore import files https://www.8theme.com/download-plugins/ http://prntscr.com/lek8t4 Go to Slider Revolution and import the slider.
Regards
You need to check permissions for your user. It is related to WordPress, not to our theme.
Also, about outdated files in your child theme, you need to compare 2 files and add the missing code to your child theme file.
Regards
Hello,
That is great thank you for letting us know.
Regards
Hello,
1. Please watch these videos https://youtu.be/OnxkixHtVLI https://youtu.be/f07MBdnFPfk
2. XStore > Theme Options > Custom css > Global custom css.
Appearance > Widgets > Shop sidebar > Product Categories widget – http://prntscr.com/lejzbx
3. http://prntscr.com/lejzqc
Regards
Have you tried to install plugins via FTP?
Regards
Hello,
Yes, you can. If you provide us with temporary wp-admin access I will help you.
Regards
Hello,
What username can I use to be able to log in?
You need to change this custom css code
.menu-wrapper .menu>li.current-menu-item>a {
color: #a67033;
}
to
.menu-wrapper .menu>li.current-menu-item>a {
color: #a67033 !important;
}
Regards
Hello,
You’re welcome. Feel free to ask if you have any other questions.
Regards
Hello,
Please provide temporary wp-admin access so we can take a closer look.
Regards
Hello @zucca,
Please add this code in style.css file of child theme:
.main-nav .menu > li > a:after {
display: none;
}
.home .page-content {
padding-top: 0px;
}
.main-nav {
margin-bottom: 0px;
}
Regards
Hello @jimjim93,
Please add this code in style.css file of child theme:
.home .page-content {
padding-top: 0px;
}
.home .main-nav {
margin-bottom: 0px;
}
https://www.8theme.com/demo/docs/legenda/#child_theme
Regards
Hello,
You need to clear cache to be able to see the effect of the custom css code.
Regards
Hello,
Thanks for the reply. Please provide dashboard access.
1) Problem with cart icons will be fixed in the next theme update that will be released within this week.
2) Please go to Plugins > Add new > install and activate the Loco Translate plugin https://wordpress.org/plugins/loco-translate/ Go to Loco Translate > Themes> select Legenda theme. Press “Add new language” http://prntscr.com/lejhr6 Translate strings http://prntscr.com/leji71 and Save.
Regards
Hello,
Please provide us with your site URL so we can take a closer look.
Regards
Hello,
You need to use custom css code. We will be able to help you with the code, once you provide URL and describe the desired result in more details.
Regards
Hello,
Please contact us once your site will be live and we will help you.
Regards
Hello,
Sorry, but your question is a bit unclear to me. Please describe the desired result in more details and provide temporary wp-admin access so we can take a closer look.
Regards
Hello,
Would you mind to rate our product:
http://prnt.sc/d256m6
https://themeforest.net/downloads
That would be much appreciated 🙂
Regards
Hello,
In theme-functions.php you may find two functions which you may change via your child-theme/functions.php
et_get_search_result
et_search_get_result
Regards
Hello,
Very likely you just need to synchronize translation files.
Try to update your translation .po file as described here http://betterwp.net/wordpress-tips/create-pot-file-using-poedit./ (the section “Updating a .po (and .mo) file”).
or
Button Sync (Loco Translate plugin https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/) allows you to synchronize your translation file with updated pot file. It means if we made any changes in template files that may affect transaltion or we added new string for the translation and you updated theme you need to synchronize your translation with updated files. Only after synchronization, you’ll be able to translate new strings or strings that were changed. You may lose only strings that were changed.
Also, don’t forget to backup all the files before any update.
Regards
Hello,
Please add this code in style.css of child theme:
body:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
z-index: -1;
display: none;
animation: slideOut;
}
.menu-item-hovered:before {
display: block;
z-index: 1002;
animation-name: fadeIn;
animation-duration: 0.2s;
}
.menu-item-hovered .page-wrapper {
z-index: auto;
}
.menu-item-hovered .header-wrapper {
z-index: 1003;
}
and this:
jQuery(document).ready(function($){
$('.menu-wrapper>.menu-main-container>.menu>.item-with-block').on('mouseover', function() {
$('body').addClass('menu-item-hovered');
});
$('.menu-wrapper>.menu-main-container>.menu>.item-with-block').on('mouseleave', function() {
$('body').removeClass('menu-item-hovered');
})
});
into etheme-child.js file
https://gyazo.com/86fb2cb17c8a326f246c8bf30edd6ab4
Regards
Hello,
If you use the latest version of WC plugin (3.5.1), you need to update the theme and XStore Core plugin – https://www.8theme.com/documentation/xstore/theme-installation/theme-update/ https://www.8theme.com/documentation/xstore/plugins/plugins-update/
Also, delete or change this custom css code:
.col-sm-6 {
display: none;
}
Regards
Hello,
1) Please describe the desired result in more details.
2) Please delete this custom css code http://prntscr.com/leizho http://prntscr.com/leizsx
add Product Categories widget in Appearance > Widgets > Shop sidebar and leave empty Title area.
3) Set settings appropriate to your needs http://prntscr.com/lej14v
also, go to Theme Options > Shop elements > Categories
Regards
Hello,
On your site, I can see our old default version. Is it ok or you want to install our new default version – https://xstore.8theme.com/ ?
Please read our documentation – https://www.8theme.com/documentation/xstore/theme-installation/demo-content/
Regards
Hello,
Please watch this video – https://youtu.be/yv4GA-PkVfE
You can add [8THEME] Twitter or [8THEME] Instagram elements, or appropriate widgets.
Regards
Hello,
Please update all required plugins to latest versions https://www.8theme.com/documentation/xstore/plugins/plugins-update/
If this doesn’t help, provide us with temporary wp-admin access so we can take a closer look.
Regards
Hello,
You can add this code in Global custom css:
.home .menu-wrapper > .menu-main-container .menu > li > a {
display: block;
}
.menu-wrapper > .menu-main-container .menu > li > a {
display: none;
}
Regards
You’re welcome!
Regards
Hello,
You use woocommerce 3.5.0 version. Here you can check our changelog – https://xstore.8theme.com/update-history/ to find out what versions of theme and WC plugin are compatible.
You need to update the theme https://www.8theme.com/documentation/xstore/theme-installation/theme-update/ and all required plugins https://www.8theme.com/documentation/xstore/plugins/plugins-update/ or downgrade WC plugin – https://wordpress.org/plugins/woocommerce/advanced/ http://prntscr.com/leib6k
If you made changes in template files, you need to move them into child theme https://codex.wordpress.org/Child_Themes https://www.8theme.com/download-plugins/ http://prntscr.com/leicaf
Regards