You’re welcome!
Regards
You’re welcome!
Regards
Hello,
I do not see the problem on the page http://prntscr.com/li9ri6 right now and you did not provide temporary wp-admin access to login.
Contact your hosting provider. Likely that problem is related to your server settings. Also, check the server error logs, probably you have some errors that could help to find out the reason.
Regards
Hello,
Here is our documentation https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
All will be fine if your translation files are placed in /wp-content/languages/themes/ folder.
Also, don’t forget to backup all the files before any update.
Regards
2. a) I do not see the border on your site http://prntscr.com/li9d6u Have you sorted out?
We appreciate your desire to make some donation.
Our PayPal is pay@8theme.com.
Regards
Hello,
1) You can delete it in Dashboard > Theme Options > Single Product Page > Custom Tab Title and content for this tab.
2)
a) wp-content/themes/royal/woocommerce folder. Please provide screenshot for better understanding what exactly needs to be changed.
b) You can use this code in functions.php of child theme to change “Add to cart” text on Single product page:
/**
* Change the "Add to Cart" text on the single product page
*
* @return string
*/
function wc_custom_single_addtocart_text() {
return "Your text";
}
add_filter( 'woocommerce_product_single_add_to_cart_text', 'wc_custom_single_addtocart_text' );
Regards
Hello,
You’re welcome!
Feel free to ask if you have any other questions.
Regards
Please update XStore theme to 5.1.1 version https://www.8theme.com/documentation/xstore/theme-installation/theme-update/ that if fully compatible with the latest woocommerce version.
Don’t keep enabled all the plugins that come bundled with XStore theme. Read about required and recommended plugins https://www.8theme.com/documentation/xstore/plugins/included-plugins/ , check what recommended plugins you really plan to use depending on options that plugins offer and then enable them. Because every additional plugin slows down a site a little bit and there is no need to keep it enabled if you don’t use its options.
Also, please watch this video about Variation Swatches in our theme – https://youtu.be/XO-PDvhPypc
Regards
Hello,
Is XStore Corre plugin activated on your site? https://www.8theme.com/documentation/xstore/plugins/included-plugins/
Please provide temporary wp-admin access so we can take a closer look.
Regards
Hello,
Please add this code in Theme Options > Custom css > Custom css for mobile:
.products-grid .product {
width: 100%;
}
Regards
Hello,
We’ve sent etheme.min.js file to your registration email. Please rename etheme.min.js file in xstore/js folder and upload the new file, then clear cache and check tabs. If all works fine, you can delete the renamed file.
Regards
Hello,
This can be done using page editor.
If you need detailed instruction, provide us with URL and temporary wp-admin access.
Regards
You’re welcome!
Regards
You’re welcome!
Regards
Hello,
Try to add this code in Global custom css:
@media only screen and (max-width: 992px) {
.header-widgets {
display: block;
}
.header-widgets span {
font-size: 12px !important;
}
}
Regards
Hello,
.product-information .product_title {
font-family: 'Oswald', sans-serif;
}
Regards
Dear @Fantasia,
I am glad that you sorted out.
Please kindly open up new topics for additional questions.
Regards
You’re welcome!
Regards
Theme Options > Typography > Main Google Font and Body Google Font.
Regards
Hello,
1) This code can be used in style.css file of your child theme:
.main-nav, .header-type-6 .main-nav .double-border {
border-color: red;
}
2)
.main-nav .menu > li .nav-sublist-dropdown .container > ul > li a:hover {
color: red !important;
}
3) + is image, so you need to change wp-content/themes/legenda/images/small-plus.png, the same for close menu icon – small-close.png.
4,5) http://prntscr.com/li61e8
6)
.mobile-nav.side-block .close-block {
color: red;
}
7) Your request is a bit unclear for me. Please provide a screenshot for better understanding.
You can use such screenshot maker as Lightshot https://prnt.sc/
Regards
Hello,
Please edit your <p> in Top bar and add margin-bottom: 0px;
<p style="margin-bottom: 0px;"><span style="color: #333333;">e-mail: ..... | phone: ..... </span></p>
add this code in style.css of child theme:
.header-type-3 .main-nav .double-border {
padding-top: 20px;
padding-bottom: 20px;
}
Regards
Hello,
1) Please go to WooCommerce > Status > Tools > Create default WooCommerce pages > Create pages.
2-3) Please describe it in more details with screenshots for better understanding.
You can use such screenshot maker as Lightshot https://prnt.sc/
Regards
Please follow documentation https://contactform7.com/recaptcha/ , if you have any question, contact author of the plugin.
Regards
Please add the code in Global custom css.
Regards
Hello,
Please use this custom css code:
.blog-post .wp-picture {
margin-bottom: 15px;
}
Font size can be changed via Theme Options > Typography > H2 or:
.post-single h2.entry-title {
font-size: 20px;
color: black;
}
Regards
Hello,
Your question is beyond our basic support scope. We can give only tips and we already made that.
Regards
Hello,
It looks like the specific behavior of Facebook so can’t be changed from our side.
Regards
Hello,
Thanks for the report. I’ve sent this information to our developers.
As a temporary solution, you can add this code in Theme Options > Custom css > Custom css for desktop:
.menu-item-has-children .nav-sublist-dropdown .item-level-3 > a {
font-family: Lato;
text-transform: capitalize;
line-height: 16px;
color: #9b9b9b;
font-size: 14px;
}
Please delete the code after the next theme update.
Regards
Please add this code in Theme Options > Custom css > Custom css for desktop:
.cart_totals table {
margin-bottom: .45em;
}
Do not forget to clear cache before checking the result.
Regards
Hello,
Yes, you can.
After updating the theme and Core plugin via FTP, your settings won’t be lost. But the styling of some parts on the site can be changed due to our improvement.
Feel free to ask if you have any other questions.
Regards
Hello,
1) These warnings relate to WooCommerce plugin, so you need to contact woocommerce support.
2) Please provide screenshot for better understanding the desired result.
3-4) It would be better to contact WC support.
Regards