You’re welcome!
Have a nice day!
Regards
You’re welcome!
Have a nice day!
Regards
Hello,
One of our technicians will check it more deeply after the weekend. Please be patient
Regards
Please use custom CSS code:
.back-top {bottom: 110px;}
Regards
Theme Options > Theme custom CSS > Global
Regards
Hello,
I’ve disabled Static Blocks Cache in Theme Options > Speed Optimization. Clear cache of browser and check the Footer now.
Regards
Hello,
For Shop and Single product pages –
@media only screen and (min-width: 1300px){
.woocommerce-shop .container, .single-product .container {
min-width: 1300px;
}
}
Regards
Hello,
Please submit your request here – https://www.8theme.com/taskboard/ If it takes votes from other customers then our developers will be able to add it to the queue.
Regards
Hello,
Thanks for using our theme.
At first sight, I do not see the problem – https://prnt.sc/CEMW1nLp5o7q
Please clear cache and check one more time. Provide URL of page/product with the problem.
Regards
Hello @Eniel,
Please submit a new topic on our forum – https://www.8theme.com/forums/xstore-wordpress-support-forum/
Have you cleared a browser cache?
Provide screenshots or video of what exactly and where did you change and provide temporary wp-admin access, so we can take a closer look.
You can use Lightshot screenshot or Gyazo tool to share links to your screenshots.
Create an account via Dashboard (Users > Add new) with administrator role http://prntscr.com/s3rc9m > provide us with username and password via the Private Content area http://prntscr.com/s5mao7 You can use any email for it.
Regards
Hello,
Thanks for using our theme.
Try to add the next code in Theme Options > Theme custom CSS:
.secondary-menu-wrapper .menu .item-design-dropdown.menu-item-has-children:first-child .nav-sublist-dropdown {top: 500%;}
Regards
Hello,
Done.
Regards
Hello,
Try to upload page featured image.
Describe the desired result in more detail.
Regards
Hello,
Where did you get such sale page URL? Is it from official WC docs or from a plugin? Could you provide URL of the article?
Regards
Use the next custom CSS code:
.rmagic .rmrow .rmfield label {
color: black;
}
Regards
Hello,
1 & 2 check now, please
2. We added you a fix with custom css because automatic solution requires bad code practice which we don’t want to have in our projects.
Regards
Hello,
Theme Options > General > Enable Classic Widgets Panel > On, then go to Apearance > Widgets.
Provide temporary wp-admin access, so we can take a closer look.
Create an account via Dashboard (Users > Add new) with administrator role http://prntscr.com/s3rc9m > provide us with username and password via the Private Content area http://prntscr.com/s5mao7 You can use any email for it.
Regards
2/ Clear cache and check.
3/ Provide URL of page, please.
Regards
Hello,
Theme Options > Header builder > Header overlap > disable the overlap
Regards
Fixed. Please clear cache and check now.
If you need any further assistance, provide screenshots for a better understanding of requests. Thanks in advance.
Regards
Hello @Eniel,
How can I help you?
Regards
Hello,
1/ & 2/ https://prnt.sc/l0TsGtOCals4 – we have improved your css in Theme Options -> Theme Custom CSS -> Global CSS
6/
We can propose you next css
.et_b_header-menu #menu-item-17741 .nav-sublist-dropdown:not(.nav-sublist) {
left: auto;
right: 0;
}
The result will be next -> https://gyazo.com/aa977d992abf735551cc1edcd0f67664
if you want to make it for all menu items then use next css
.et_b_header-menu .nav-sublist-dropdown:not(.nav-sublist) {
left: auto;
right: 0;
}
The result will be next -> https://gyazo.com/f1b33f835a55f162bbee16db65aa2f3d
If you want to get another result then please, provide us details what do you want to have and we will answer you if it is possible to make.
New query answer
Use next html snippet to make load popup from any area you would like to
<div class="et-popup_toggle" data-type="newsletter" data-popup-on="click">
<span class="et-toggle button pointer">
Button
</span>
</div>
Result -> https://prnt.sc/-DaUYjYlcJ8F -> https://gyazo.com/bb004a6f3e72889fa415bd15dfe1b7af
Regards
Hello,
I passed your issue to our developers. I’ll inform you once they fix the problem.
Regards
Hello,
Fixed. The fix will be added in the next update too.
Regards
Hello,
1/ Add next code to Theme Options->Theme Custom CSS -> Global CSS
.products-loop, .products-loop .ajax-content {
display: flex;
flex-wrap: wrap;
}
.products-loop > div, .products-loop .ajax-content > div, .products-loop .content-product {
display: flex;
flex-wrap: wrap;
}
.products-loop .content-product .product-details {
align-self: flex-end;
}
2/
.carousel-area .swiper-wrapper {
align-items: unset !important;
}
.carousel-area .swiper-wrapper .swiper-slide {
height: auto;
display: flex;
}
.carousel-area .swiper-wrapper .swiper-slide .post-grid > div {
display: flex;
flex-wrap: wrap;
height: 100%;
}
.carousel-area .swiper-wrapper .swiper-slide .post-grid .grid-post-body {
align-self: flex-end;
}
6/ There are a few solutions in such cases:
1. Move your menu item closer to middle of menu and you will have not-overflowing subitems https://prnt.sc/SvY1BhN0DzHa
2. Use mega menu option in menu item ( https://prnt.sc/YYlvg_EkTs4z + https://prnt.sc/31bAM7ngBoim -> https://prnt.sc/Mh0c3QrSoqYa )
3. Resort your submenus in next way -> https://prnt.sc/31bAM7ngBoim -> https://prnt.sc/dbKJSGF8J-FJ
7/ Did you read the description of the menu item description ? https://prnt.sc/zrM5zympipAn
But with next extra code you will be able to show item description for menu item
1. PHP part (add it to your child-theme/functions.php)
add_filter('walker_nav_menu_start_el', function ($item_output, $item, $depth, $args) {
$description = '';
if ( $item->description != '' ) {
$description = '<span class="menu-item-descr">' . do_shortcode( $item->description ) . '</span>';
}
return str_replace('</a>', $description.'</a>', $item_output);
}, 10, 4);
2. css styles
.menu-item .menu-item-descr {
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
}
Regards
Hello,
Thanks for the screenshot.
I passed your issue to our developers. I’ll inform you once they fix the problem.
Regards
Hello,
There is no option to separate them.
You can upload images for categories to make them look better, or contact support of WooCommerce plugin.
Regards
Hello,
Thanks for contacting us.
As I can see, in the header on your site only the Wishlist icon has incorrect color, please provide temporary wp-admin access, so we can fix it.
Create an account via Dashboard (Users > Add new) with administrator role http://prntscr.com/s3rc9m > provide us with username and password via the Private Content area http://prntscr.com/s5mao7 You can use any email for it.
Regards
Hello,
Provide screenshots of products that should not be shown there.
Regards
Hello,
Enable Elementor editor for the Static blocks https://www.8theme.com/documentation/xstore/support/static-blocks/
After that go to Static Blocks and edit the footer static block using Elementor.
Regards