Hi Yaronb,
You’re welcome!
Regards
Hi Yaronb,
You’re welcome!
Regards
Hello Nicolino,
There is no such option, by default, sorry.
Regards
Hello Mladen,
Add this code also –
.et_b_header-menu .secondary-menu-wrapper .menu > li:nth-last-of-type(1) .nav-sublist-dropdown,
.et_b_header-menu .secondary-menu-wrapper .menu > li:nth-last-of-type(2) .nav-sublist-dropdown,
.et_b_header-menu .secondary-menu-wrapper .menu > li:nth-last-of-type(3) .nav-sublist-dropdown {
bottom: 0;
}
Regards
Hi Nacho,
Appearance > Widgets > add the desired widgets in Shop filters area, for example http://prntscr.com/sbpdv5
Regards
Hello Romario7710,
Thanks for contacting us.
Please watch these videos – https://www.8theme.com/documentation/xstore/video-tutotials/getting-started/
Our theme comes with 2 page builders – WPBakery and Elementor, you need to select one of them and keep another disabled.
Here is an article about WPBakery Page Builder – https://www.8theme.com/documentation/xstore/plugins/wpbakery-page-builder/ and videos – https://wpbakery.com/video-tutorials/?q=%2Fvideo-tutorials%2F&v=9025a1ae8c64 , about Elementor, you can find a lot of videos online.
Feel free to ask if you have any other questions.
Regards
Hi Manjii,
You’re welcome!
Have a nice day.
Regards
You’re welcome!
Regards
Hello Nicolino,
You’re welcome!
Have a nice day.
Regards
You’re welcome!
Regards
Hello Nacho,
Add the next code in Theme Options > Theme Custom CSS
.mobile-header-wrapper .et-off-canvas .cart_list.product_list_widget li .et-remove-type1 {
display: inline-block;
}
.mobile-header-wrapper .et-off-canvas .cart_list.product_list_widget li .et-remove-type2 {
display: none;
}
Regards
Hello,
Have you tried to compare settings on both pages?
There is a default margin for the slider element http://prntscr.com/sb3pec , but on another page, it was changed http://prntscr.com/sb3ps3
If you can’t find from where the margin was set 0px, provide us with temporary wp-admin access.
Regards
You’re welcome!
Regards
You’re welcome!
Regards
Hello Thushanka Sandeepa,
Please read this topic https://www.8theme.com/topic/additional-images/
Regards
Hello Peli,
Please provide temporary wp-admin access.
Regards
You’re welcome!
Regards
You’re welcome!
Regards
Hello Wolfatadfilm,
Please provide temporary wp-admin and FTP access, we will take a closer look and help you.
Regards
Hi Diego,
What is the URL of your Shop page where I will be able to see attributes filter?
Regards
Hello,
Custom CSS code can be used.
Please provide URL of your site, and we will give the correct code.
Regards
Hi,
1) Here is custom CSS code:
.page-wrapper .widget_product_categories {
font-weight: 600 !important;
}
.page-wrapper .widget_product_categories .widget-title {
font-weight: 900 !important;
}
2) Theme Options > Header > Cart/Wishlist http://prntscr.com/sarl0v
Regards
Hello Yaronb,
We do not see any problem on our side.
You can temporarily activate a default theme on the site and check the Status page of the WooCommerce, if shown the same value, maybe WooCommerce support will be able to give you some tips.
My opinion is that the situation should be solved on the server-side.
Regards,
Rose Tyler.
Hello,
Try to use the next code in functions.php of your child theme:
add_action('wp', 'etheme_custom_template_hooks', 70);
function etheme_custom_template_hooks() {
remove_action( 'woocommerce_widget_shopping_cart_buttons', 'woocommerce_widget_shopping_cart_proceed_to_checkout', 20 );
add_action( 'woocommerce_widget_shopping_cart_buttons', 'et_woocommerce_widget_shopping_cart_proceed_to_checkout', 20 );
}
function et_woocommerce_widget_shopping_cart_proceed_to_checkout() {
echo '<a href="' . esc_url( wc_get_cart_url() ) . '" class="button checkout wc-forward">' . esc_html__( 'Cart', 'woocommerce' ) . '</a>';
}
Regards
Hello,
We face the same problem – can’t connect to FTP, unfortunately.
Regards
Hello,
Do you use any third-party plugins that do not come bundled with our theme? Try to disable such plugins and check Theme Options then.
If this doesn’t help, provide URL and temporary wp-admin access.
Regards
Hello,
First of all, thank you for using XStore and for contacting us.
Go to Theme Options > Header builder > Multiple headers > edit or delete Header for the front page – https://prnt.sc/sar1oa
Watch this video about multiple headers – https://youtu.be/BpeXfzNwkOc
Regards
Dear,
Please check how it works on our demo – https://xstore.8theme.com/product/american-vintage/ We can guide you to achieve the same result.
It is not a problem but a predefined behavior.
Regards
Hello,
Theme Options > Styling > Dark Version > Off.
Regards
Hello Mladen,
Add the next code in Theme Options > Theme Custom CSS:
.secondary-menu-wrapper .menu > .item-design-mega-menu .nav-sublist-dropdown {
top: auto !important;
}
Regards