Please update XStore Core plugin https://www.8theme.com/download-plugins/
Regards
Please update XStore Core plugin https://www.8theme.com/download-plugins/
Regards
Please go to Theme Options > Styling > Custom css http://prntscr.com/h2pqvx
Regards
Hello,
Sorry, but it is a bit unclear for me. Please explain your problem in details with screenshots.
Also, you use old theme version. For now, the latest theme version is 2.0 http://prntscr.com/h2p3wk. Instruction for theme update you may find here – https://www.8theme.com/reply/171485/.
Regards
Hello,
Try to disable all 3-rd party plugins (means the plugins that are not included in the theme package are not in the list of required plugins), clear cache and then check.
Could you please provide wp-admin access in Private Content?
Regards
You’re welcome!
Regards
You’re welcome!
Regards
You’re welcome!
The Hide option works fine, It was needed to change padding and margin values. You had set padding for row, I deleted it and set the same values in column and element settings, also I unchecked “Full height row?” that had created a problem in this situation.
Regards
Hello,
You’re welcome!
You can change shop page banner in WP Dashboard > Theme Options > Shop > Product Page Banner http://prntscr.com/gvz5zu.
Regards
You’re welcome!
Regards
Please check now.
Regards
Try to use Hide on mobile option http://prntscr.com/h2mz6p
https://wpbakery.atlassian.net/wiki/spaces/VC/pages/524299/Responsive+Settings
Regards
Hello,
Please try:
.open-video-popup {
background: url(image_link) no-repeat;
background-position: 50% 50%;
background-size: cover;
border-radius: 0;
}
.open-video-popup:before {
content: none;
}
Regards
Hello,
Please try to delete this code in your custom css http://prntscr.com/h2mt3j > http://prntscr.com/h2mtdv
Regards
Hello,
Can’t check because of http://prntscr.com/h2mqln Please leave the page so I could check page content settings.
Regards
Hello,
Fixed. Please check.
In case if the problem will repeat add this code in custom css:
.field-level-0, .field-level-1, .field-level-2, .field-level-3, .field-level-4 {
display: block !important;
}
then check http://prntscr.com/h2mgtr of new menu items and make sure that there is no 0 value, after that you may delete the code.
Regards
Hello,
I am glad that you sorted out.
You may use the 1 license for the 1 dev domain and 1 live domain. But keep in mind that you can use our theme license for 1 end product only https://themeforest.net/licenses/standard.
If you will face any activation limit problem, simply contact us, we will check your purchase code and help activate the theme.
Regards
Hello,
To replace demo footer with yours, you need to disable it in Theme Options > General > Footer > Show footer demo blocks > Off. Then add “8theme – Static Block” widget in Appearance > Widgets > Footer 1 or Footer 2 area and select the block you created. Please see screenshots http://prntscr.com/h2m44c > http://prntscr.com/h2m4d8
Read more in our documentation https://www.8theme.com/documentation/docs/widgets-custom-widget-areas/
Also, go to Appearance > Widgets > add necessary content in Right/Left Copyrights widget area.
Regards
Hello,
In our changelog https://themeforest.net/item/royal-multipurpose-wordpress-theme/8611976 you may find information about update Admin Panel Module in 2.0 version, so in your case, you need to re-set options manually.
Regards
Hello,
1. You can add Wishlist link in Appearance > Widgets > Left Side top bar area (add your content in Text widget).
2. Please read our documentation https://www.8theme.com/demo/docs/royal/#!/9_footer
You may disable Show footer demo blocks option in Theme Options > Footer and leave Footer 1 area empty.
3. Please read VC documentation https://wpbakery.atlassian.net/wiki/spaces/VC/pages/524341/Developers+How+To+s
To get VC editor shown for static blocks go to wp dashboard > Visual Composer > Role Manager > Post Types > Custom > tick “static blocks” http://prntscr.com/h2lqrd
4. Try to add this code in Theme Options > Custom css:
.products-grid .product {
width: 50% !important;
}
Regards
Hello,
Do latest version of theme work when parent theme is activated? If problem relates to child theme you need to check changes that you made there in files.
Please explain the problems with products and static blocks in detail.
Did you see any error notice on site after activate debug mode?
Regards
Hello,
Please try this code:
.price_slider_wrapper .price_slider_amount {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.price_slider_wrapper .button {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-moz-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
margin-left: auto;
}
Regards
Hello, @scorleo,
You’re welcome!
Regards
Hello,
What version of theme do you use?
Could you please provide wp-admin access in Private Content?
Regards
Hello,
I am glad that you sorted out.
Regards
Hello,
You’re welcome!
Regards
Hello,
To disable logo you may add this code in Theme Options > Custom css:
.header-logo {
display: none;
}
or
.navbar {
display: none;
}
Regards
Hello,
You may add this code in Theme Options > Styling > Custom css:
.tax-product_tag .page-heading {
background-image: none;
}
Go to Appearance > Widgets > After the products area https://www.8theme.com/documentation/docs/widgets-custom-widget-areas/
Regards
Hello,
Go to Theme Options > Single product page > Show Product Title > On.
Regards
You’re welcome!
Regards
Hello,
You may try some plugin or add more tabs by custom development https://docs.woocommerce.com/document/editing-product-data-tabs/
Regards