Hello,
You’re welcome!
WooCommerce > Settings > Advanced > Account endpoints.
Also, you can create own menu Appearance > Menus > http://prntscr.com/mr9wn0
Regards
Hello,
You’re welcome!
WooCommerce > Settings > Advanced > Account endpoints.
Also, you can create own menu Appearance > Menus > http://prntscr.com/mr9wn0
Regards
You’re welcome!
Regards
Hello,
Please change this code
.main-nav .menu > li .nav-sublist-dropdown ul li {
background-color: black;
}
to
.main-nav .menu > li .nav-sublist-dropdown {
background-color: black !important;
}
Regards
Hello,
Have you cleared cache?
Please provide URL of your site.
Regards
You’re welcome!
Regards
Hello,
Have you checked this – https://prnt.sc/mr8pyb https://contactform7.com/faq/i-get-an-error-message-with-an-orange-border-even-though-i-dont-use-akismet/ ?
Regards
Hello,
I would recommend you to contact support of the plugin to get help in solving the error https://prnt.sc/mqbl3p
Regards
Hello,
You’re welcome!
Regards
As I can see, the product is in stock – https://prnt.sc/mr8fz2 http://prntscr.com/mr8h9a
Latest theme version is 5.1.6.1, Core – 1.2.
Regards
You need to enter the desired link here https://prnt.sc/mr8e0d
Regards
Hello,
Please change the previous code to:
.list-arrow li,
.list-arrow li:before {
line-height: 2;
}
Regards
You’re welcome!
Regards
Hello,
Make sure that “Hide out of stock products” is activated in settings of the Products element http://prntscr.com/mr7x1v
Clear cache and check products one more time.
Update Xstore theme https://www.8theme.com/documentation/xstore/theme-installation/theme-update/ and Core plugin https://www.8theme.com/documentation/xstore/plugins/plugins-update/ to latest versions.
Regards
Hello,
I can’t check bellemme.com because it is under maintenance mode http://prntscr.com/mr7qgo
Try to compare settings of Stripe plugin on both sites. Make sure that settings of the plugin are correct on leshopdescoquettes.fr
Regards
Hello,
In this case, you need to use custom css code. For example,
.content-product .product-title {
font-size: 1.5rem;
}
Regards
Hello,
You can use this code:
.list-arrow li {
line-height: 2;
padding: 0;
}
or
.list-arrow li {
line-height: 1.6;
}
Regards
Hello,
Please provide screenshots or video for better understanding the problem and the desired result.
Also, provide temporary wp-admin access.
Regards
Hello,
1) Try to disable all the third-party plugin that you have, keep enabled only required bundled plugins https://www.8theme.com/documentation/xstore/plugins/included-plugins/ to check if one of additional plugins causes the problem on your site.
2) Are related products enabled on your site (Theme Options > Single product > Related products)?
3) How many products do you have in every category? Do you have at least 2 products in the category to display them in related products section if related products option is enabled?
4) What version of XStore theme do you use? Go to Appearance > Themes > Theme Details http://prntscr.com/mr717i > http://prntscr.com/mr71bf to check it.
What version of Core plugin do you use?
5) Are you using a child theme? Did you make changes in template files?
6) What PHP version do you use?
You can use such screenshot maker as Lightshot https://prnt.sc/
Regards
You’re welcome!
Regards
Hello,
To update premium plugins, connect to your server using FTP. Copy extracted plugins folders into wp-content/plugins/ . The latest versions of plugins you can find here – https://www.8theme.com/downloads/
Regards
You’re welcome!
“Sidebar position on mobile” you can select in Theme Options – http://prntscr.com/mqw7kx
Regards
You’re welcome!
Have a nice day.
Regards
You’re welcome!
Regards
Hello,
1)
.slide-item .product .product-name, .products-grid .product .product-name {
font-family: Georgia;
}
2)
.slide-item .product .product-name, .products-grid .product .product-name,
.slide-item .product .products-page-cats, .products-grid .product .products-page-cats,
.slide-item .product .add-to-container, .products-grid .product .add-to-container {
text-align: center;
}
3) Try to add code from this article into functions.php of child-theme – https://businessbloomer.com/disable-variable-product-price-range-woocommerce/
https://codex.wordpress.org/Child_Themes
https://www.8theme.com/downloads/ http://prntscr.com/mqv3r0
Regards
Theme Options > Header > Header styles > Header paddings > http://prntscr.com/mqufkc then go to Theme Options > Menu > Menu Styling > Main menu links > Menu links > Paddings > http://prntscr.com/mqugyc
Regards
You’re welcome!
Have a nice day too.
Regards
Hello,
To make a block full width you need to open Row settings > Row stretch > http://prntscr.com/mqtyhb
To change the width of page content, you need to use custom css code. This code can be applied for all pages on site:
@media only screen and (min-width: 1290px) {
.container {
width: 70%;
}
.header1 .logo, .header1 .search-left {
width: auto;
}
}
by adding in custom.css file or for a separate page only – http://prntscr.com/mqu3ow
Feel free to ask if you have any other questions.
Regards
Hello,
Please add this code in style.css file of your child theme or in custom.css of the main theme:
.main-nav, .main-nav .double-border {
border: none;
}
.home .main-nav {
margin-bottom: 0px;
}
Please watch this video – https://youtu.be/Qok2zRedRMY
Regards
You’re welcome!
Have a nice day.
Regards