Hello,
Make sure that you set the correct settings in Infinite Scroll plugin settings https://www.8theme.com/documentation/xstore/plugins/woocommerce-infinite-scroll-and-ajax-pagination-settings/
Regards
Hello,
Make sure that you set the correct settings in Infinite Scroll plugin settings https://www.8theme.com/documentation/xstore/plugins/woocommerce-infinite-scroll-and-ajax-pagination-settings/
Regards
Hello,
If you don’t want to crop images choose it in settings http://prntscr.com/inn6pf
And regenerate thumbnails using Regenerate thumbnails plugin to apply changes.
Regards
Hello,
Image size settings you can change via Appearance > Customize > WooCommerce > Product Images https://www.8theme.com/documentation/xstore/woocommerce/product-images/
I recommend to use a graphics editor and prepare product and category images (make them the same size) before uploading it to your media gallery.
Regards
You’re welcome!
You may copy etheme_search_form_modal function (woopress/framework/theme-functions.php) to functions.php of your child theme and edit there.
If you want to change text of the form, it can be done via translation (Loco translate plugin http://prntscr.com/ktg0sj).
Regards
Hello,
You may use this custom css code (Theme Options > Styling > Custom css > Global custom css):
.fixed-header .header-logo, .fixed-header .menu-wrapper {
width: 100% !important;
position: absolute;
}
.fixed-header .navbar-header {
width: auto;
}
.fixed-header .header-logo {
left: 47.5%;
top: 8px;
}
.fixed-header {
padding-bottom: 90px;
}
.fixed-header .menu-wrapper {
bottom: -200%;
}
@media only screen and (max-width: 1400px) and (min-width: 1200px){
.fixed-header .header-logo {
left: 46%;
}
}
@media only screen and (max-width: 1201px) and (min-width: 992px){
.fixed-header .header-logo {
left: 45%;
}
}
@media only screen and (max-width: 991px){
.fixed-header .header-logo {
left: 44%;
}
.fixed-header {
padding-bottom: 65px;
}
}
@media only screen and (max-width: 768px){
.fixed-header .header-logo {
left: 41%;
}
}
@media only screen and (max-width: 480px){
.fixed-header .header-logo {
left: 35%;
}
}
Regards
Hello,
Thanks for contacting us.
Do you get the problem on a particular page or on all pages of the site? Make sure that you use not old version of the browser.
Regards
Hello,
Make sure you have checked all the server requirements before the installation https://www.8theme.com/documentation/xstore/theme-installation/xstore-theme-requirements/
Please provide us with temporary wp-admin and FTP access and we will help you with electronics demo installation.
Regards
Dear @Immograf,
Please provide us with temporary wp-admin and FTP access to your site and we’ll do our best to help you.
Regards
Hello,
Try to add this code in Theme Options > Custom css or in style.css of your child theme:
.header-search .et-search-trigger:before {
content: "Search";
font-size: 16px;
margin-right: 10px;
font-family: 'Raleway', sans-serif;
font-weight: bold;
}
.header-search {
margin-top: 0px;
}
Regards
Hello,
Theme Options > Blog & Portfolio > Blog Layout > Display featured image on single post > Off.
Try to change Large size in Settings > Media. Do not forget to regenerate thumbnails to apply changes for images https://wordpress.org/plugins/regenerate-thumbnails/
Regards
Hello,
Please provide a screenshot for better understanding.
Regards
You’re welcome!
Regards
Hello,
You can copy etheme_breadcrumbs function (lifestyle/framework/theme-functions.php) into functions.php of child theme and make changes there.
Regards
Hello,
You’re welcome!
Regards
Hello,
You need to use custom css code. Please provide us with temporary wp-admin access so we can take a closer look and provide an example of the code.
Regards
Hello,
You may enable/disable the top panel via Theme Options > General > Header Settings.
Please read more about widgets https://www.8theme.com/documentation/xstore/support/widgets-custom-widget-areas/
There is no detailed description in the documentation for Theme Options, but you may ask here and our team will gladly assist you.
Regards
Hello,
I am glad that you sorted out.
Feel free to ask if you have any other questions.
Regards
Hello,
.header-type-3.slider-overlap {
background-color: #c59b6b5c;
}
Regards
Hello,
You’re welcome!
Regards
You’re welcome!
Regards
Hello,
My pleasure.
Feel free to ask if you have any other questions.
Regards
Hello,
I’ve removed some demo custom css code.
Is the button fine now or you want to change the styling of it?
Regards
Hello,
Thanks for the reply.
Please add this code in Theme Options > Styling > Custom css > Global custom css:
.single_add_to_cart_button.button {
border: 2px solid;
}
and Custom css for mobile:
.single_add_to_cart_button.button {
display: block;
margin-top: 20px;
}
Let me know the result.
Regards
I do not see the problem on my mobile.
Have you cleared cache of browser on your mobile? Try to check from another device.
Regards
Hello,
I’ve temporarily disabled MailChimp for WooCommerce plugin and this solves the problem.
This problem appears in the console http://prntscr.com/kt67ar If you did not edit this js file, it would be better to contact the plugin author about this problem.
Regards
Hello,
Please add this code in Theme Options > Custom css:
.footer .widget-title span, .footer li a, .footer a {
color: white;
}
You may change Footer Background Color in Theme Options > Footer > Footer styling.
Regards
Hello,
If you face the white screen or similar problem, try to enable WP debug mode to find out what error appears on your site, it will point you in the right direction what needs to be fixed.
Regards
Hello,
1. Add this code in custom css:
.fixed-header-area {
background-color: rgba(0, 0, 0, 0.6);
border-bottom: none;
}
and set Fixed header color scheme > Light in Theme Options.
2. I do not see the problem with fonts.
Please, clear cache then check one more time and provide screenshots.
3. Try to use this custom css code:
@media (min-width: 992px){
.header-type-3 .tbs, .header-type-3 .header-logo {
width: 100%;
display: inline-block;
position: absolute !important;
}
.header-type-3 .tbs {
padding-top: 50px;
}
.header-type-3.slider-overlap .header {
padding-bottom: 60px;
}
.header-type-3 .header-logo {
left: 50%;
transform: translateX(-50%);
}
.header-type-3 .tbs {
left: 18%;
}
}
4. Add this code in Custom css for Home page http://prntscr.com/kt4azk
.page-content {
margin-bottom: 0px;
}
Regards
Hello,
I do not see the problem.
Have you changed access?
Regards