Hello @rafeekcj,
Please check now.
You did not provide wp-admin access. Please check what php version do you use, I would recommend to update it to PHP 7.2.
Regards
Hello @rafeekcj,
Please check now.
You did not provide wp-admin access. Please check what php version do you use, I would recommend to update it to PHP 7.2.
Regards
Hello,
You need to create variable products https://docs.woocommerce.com/document/variable-product/ and enable Variation swatches in Theme Options.
Please follow our video tutorial – https://youtu.be/XO-PDvhPypc
Regards
Hello,
You can install Loco translate plugin https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/ and delete it after finish translation.
OR
The translation file xstore.pot is in the Translation Files folder in the theme package. Edit the .po file using POEdit, and use the translation field to make replacements.
From the file menu, save the file with your language name and xstore theme suffix, e.g xstore-de_DE.po. It will generate both a .po and .mo files for your translation. Place these files into the languages /wp-content/languages/themes/ folder.
Regards
Hello,
1. Please see screenshots http://prntscr.com/l4abot http://prntscr.com/l4abs1
<div class="et-mailchimp dark"><p>
<input type="email" name="EMAIL" placeholder="Your email address" required />
<input type="submit" value="Sign up" />
</p>
</div>
Also, some css code needs to be used in Theme Options > Custom css:
.mc4wp-form .et-mailchimp input[type="email"] {
border: 2px solid rgba(250,250,250,0.3)
}
.mc4wp-form .et-mailchimp input[type="submit"] {
border-radius: 50% !important;
background-color: transparent;
border: none
}
.footer .et-follow-buttons a {
padding: 12px;
margin: 0 5px
}
.footer .et-follow-buttons a,.et-mailchimp input[type="email"] {
border-radius: 30px
}
.mc4wp-form .et-mailchimp input[type="submit"] {
right: 5px
}
This code can be different on different sites depends on the position of the form on site.
2. Inside full theme package, you can find XStore_import_files or XML_files folder with slider archive http://prntscr.com/l4ae48 that you can import manually.
Feel free to ask if you have any other questions.
Regards
You’re welcome!
Regards
You’re welcome!
Regards
Hello,
Please provide us with temporary wp-admin access.
Regards
Please add this code in Theme Options > Custom css or in style.css of your child theme:
.product_cat-vivarium-kits .product-images {
display: none;
}
.product_cat-vivarium-kits .product-information {
width: 100%;
}
(this code will work for all products of vivarium-kits category)
Regards
Hello,
Please provide us with temporary wp-admin and FTP access.
Regards
Hello,
You can activate Variant hamburger in Theme options > Header > Header layout. If this is not what you are looking for, describe the desired result in more details.
Regards
Please provide temporary wp-admin access.
Regards
Is this what you are looking for http://prntscr.com/l403aw ? If not, provide screenshots for better understanding.
You can use such screenshot maker as Lightshot https://prnt.sc/
Regards
As I see, the code works fine. Please clear cache and check one more time http://prntscr.com/l4016h
Position of this code needs to be changed also
.copyright.copyright-3, .copyright.copyright-2 {
background: #000;
border-top: 1px solid #000;
color: #000;
}
Regards
.single-product .product-content h1.product_title {
font-size: 30px;
color: red;
}
.single-product .product-content .price {
font-size: 2rem;
color: black;
}
.single-product .product_meta .products-page-cats a {
font-size: 16px;
color: red;
}
Regards
Hello,
1. Please try to disable all 3-rd party plugins, clear cache and check if one of them causes the problem.
Did you make changes in template files?
2. It is normal behavior. There is a limit to show 3 products in cart popup.
Regards
Hello,
Please add this code:
.footer-widget ul.menu > li > a {
padding: 0px;
line-height: 2em;
}
and let us know if this is what you are looking for.
What browser do you use?
Regards
Hello,
Please try to change Breadcrumbs Style in Theme Options > Header settings and remove http://prntscr.com/l3zguj
Regards
Please describe desired result in more details.
Regards
You need to change position of this code http://prntscr.com/l3z48z in the custom.css. It is inside media query @media(min-width: 1200px) { }, so try to put it here http://prntscr.com/l3z5ec
Also, make sure that the media query was closed in correct place of code. Likely your code for the alert message inside of the query also.
Regards
You need to change “Sale label size” in Theme Options > Shop elements > Sale & Out of Stock (for example 2.25×2.25).
Regards
Hello,
You’re welcome!
Regards
Please add this code in Theme Options > Custom css > Custom css for desktop:
.fixed-header .header-logo img.logo-fixed {
max-height: 70px;
}
.fixed-header > .container {
padding-top: 5px;
padding-bottom: 5px;
}
Regards
Hello,
.sale-value {
font-size: 1rem;
}
Regards
Please open custom.css file and delete
.footer-top.footer-top-3, .footer.footer-bottom-3, .footer.footer-bottom-2 {
background: #1a1a1a;
color: #1a1a1a;
}
then change this code:
.footer-top.footer-top-3, .footer.footer-bottom-3, .footer.footer-bottom-2 {
background: #404040;
color: #8b8b8b;
}
to
.footer-top.footer-top-3, .footer.footer-bottom-3, .footer.footer-bottom-2 {
background: #1a1a1a;
color: #1a1a1a;
}
Let me know result.
Regards
You’re welcome!
This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.
Have a nice day.
Regards
Hello,
Paddings for header http://prntscr.com/l3w8nc you can change in Theme Options > Header > Header styles. These paddings http://prntscr.com/l3w9wk can be changed via Theme Options > Menu > Menu styling > Main menu links > Customize > Paddings.
Regards
This custom css code was added inside media query http://prntscr.com/l3w68y so it works on desktop only, this one http://prntscr.com/l3w754 works for all other devices. Please check.
Regards
Hello,
Please try to use this code:
.fixed-header > .container {
padding-top: 0px;
}
Regards
Hello,
Please provide temporary wp-admin access so we can take a closer look.
Regards