hi,
Just replace the single.php, single-product.php and single-product-content.php files with originals that you can get from downloaded theme folder
hi,
Just replace the single.php, single-product.php and single-product-content.php files with originals that you can get from downloaded theme folder
Hi!
check following this URL https://www.8theme.com/documentation/xstore/plugins/included-plugins/
then check your site did you plugin any third party URL which is not listed here
if it is have please disable and try
http://www.wpallimport.com/documentation/custom-fields/theme-plugin-fields/
– check this helps or not
Hi!
we don’t understand your query . please provide more details regarding this issue and what do you mean by “want to change this wide” in the screen shot ?
Hi !
it’s not possible to have add to cart button for a variable product.
simply you can understand why user can’t add a product when it has attributes like color size ..etc without selecting them .
so it’s a default option in woocommerce to select attributes before adding it to the cart when it is the variable product.
Regards,
Hi,
The plugins included with our theme are external. We have purchased an Extended License for each of these plugins. They are fully functional and should run perfectly.
The latest plugin versions are always available. You can find them in the theme folder, and you can get them directly from us. Simply login to your account on our site ( https://www.8theme.com/my-account/), go to the https://www.8theme.com/download-plugins/ page, enter your purchase code, and you’ll be granted access to the appropriate archives.
Registering these plugins registration is not necessary. They will function perfectly without any need for activation.
The plugin activation option was added only for those who need to get automatic updates and support directly from plugin developers. If you need this option, you will first need to purchase and register the plugin.
Hi,
it is not possible by default.
you have to edit some php files for this which is beyond the support policy.
https://wpkraken.io/– here you can find the assistance for the customization
Hi,
Is it possible to delete the whole site and install it freshly?
before that make sure your hosting plan meets this requirements: https://www.8theme.com/documentation/xstore/theme-installation/xstore-theme-requirements/
if not contact your hosting provider and ask them to increase the server configuration
Regards,
Hi,
you can set the fonts for menus in 8theme options > typography > navigation
Regards,
Hi,
you can find that in 8theme options > general > header settings > header custom HTML
Regards,
We could not check your site for other changes because your sit is under maintenance mode.
send us screenshots or temporary login details for better understanding and we will give you the correct code.
Hi,
Add to cart button on product page
.single-product .single_add_to_cart_button:hover { background-color: #f00 !important; border-color: #f00 !important;}
In checkout, payment button
.woocommerce-checkout .form-row.place-order input[type="submit"]:hover { background-color: black; color: white; border-color: black; }
Hi,
you can just import it in 8theme options > import/export > dummy and scroll down to the section ‘import additional pages’
Select the contact page from the dropdwon menu and import it.
Regards,
Hi,
Your problem have solved.
now your site is working fine.
Regards.
you are welcome.
do not hesitate to ask if you have any other questions (in new topic / post)
Regards,
Hi,
You can upload it just how you upload other format logos. it should work.
let me know your site login details to check this.
You are welcome.
if you have any other question related to the theme do not hesitate to ask it (in a new topic/post)
Regards,
Hi,
add this css code in 8theme options > styling > custom css > global custom css
body { background-repeat: repeat; background-attachment: fixed; background-image: url(https://www.8theme.com/demo/xstore/jewellery/wp-content/uploads/sites/20/2016/09/pattern-jewellery.png);}
change the image path and image with your own image.
Regards,
you Can be divided into two categories in your menu setting
refer the screen shots:
https://prnt.sc/hdmbiq
http://prntscr.com/hdmbv2
Regards.
Hi,
we are using WPML for that..
it is paid plugin..
WPML Language switcher:
To change the styles of WPML language switcher go to WPML > Languages > Edit the language switcher widget colors: http://prntscr.com/dbkhfl
If you use WPML you should also install and use WooCommerce WPML plugin that includes currency switcher option.
If you are looking for free plugins you may try qTranslate and currency switcher plugins
Regards,
Hi,
Massive AddOn has conflict with Visual Composer front end editor.
this should be fixed by either Massive AddOn or Visual Composer team.
For there are 2 ways to work with this.
disable the Massive AddOn and use the Visual Composer front end editor.
After finish with Visual Composer front end editor re enable the Massive Addon
or just simply use the visual composer BACKEND editor
Regards.
Glad you sorted out this
if you have any other question do not hesitate to as (in a new topic / post)
Regards,
Glad you sorted out this
if you have any other question do not hesitate to as (in a new topic / post)
Regards,
Hi,
go to pages>>shop page and edit and scroll down
there is a option for page background
then remove the image.
Do the same to your single product page.
Regards.
hi,
add this css code in 8theme options > styling > custom css > global custom css
@media only screen and (max-width: 1030px){
.top-bar {
display: block !important;
}
.top-bar .languages-area {
display: block;
max-width: 100%;
text-align: center;
width: 100%;
float: none;
}
.top-bar .top-links .topbar-widget {
display: inline-block;
}
.top-bar .top-links {
display: none;
}
.top-links ul {
float: none;
}
.languages-area>div:first-child {
border: none;
padding-right: 0;
margin-right: 0;
}
}
Regards,
Hi guys,
thanks for the updates.
glad you all found the solution.
if you have any other question do not hesitate to ask (in a new topic/post)
Regards,
if yes, delete them one by one and check
try with these steps https://youtu.be/sUI-XUD6WUY and if you still have the issue get back to us with your site login details..
Hi,
are you using any third party plugins that are not listed here? : https://www.8theme.com/documentation/xstore/plugins/included-plugins/
Hi,
The problem is your price text color and backgroud color are same as black.
Now I have added the following CSS code in your custom CSS area>>global custom CSS
.price ins .amount {
color:#b2b2b2 !important;
}
if you want to change the color just change the color code.
Regards,