Hello,
You can import required pages using .xml files https://www.8theme.com/documentation/xstore/theme-installation/demo-content/ (Tools > Import > WordPress) https://www.8theme.com/download-plugins/ (XStore XML files v 4.24).
Regards
Hello,
You can import required pages using .xml files https://www.8theme.com/documentation/xstore/theme-installation/demo-content/ (Tools > Import > WordPress) https://www.8theme.com/download-plugins/ (XStore XML files v 4.24).
Regards
Hello,
What PHP version do you use?
Please provide us with temporary wp-admin access.
Regards
Hello,
Thanks for the topic.
Please describe the desired result in details and provide some screenshots, we will help you with custom css classes and code.
Regards
Hello,
You’re welcome!
2. Please clear cache and check one more time – https://gyazo.com/51380be72dbc6dc04bdd4b8d47141b96
Regards
Hello,
If you use latest theme version, the wedding demo can be imported via Theme Options > Import/Export. Please read more – https://www.8theme.com/demo/docs/royal/#!/demo_data_installation
Note that royal and xstore are 2 different themes. If you have any questions about the royal, please post them here – https://www.8theme.com/forums/royal-wordpress-support-forum/
Be attentive, such pages as Shop, Cart, Checkout, My account etc are WooCommerce pages and should be provided for you after WooCommerce plugin activation. If you didn’t install them automatically, create pages via Woocommerce > Status > Tools – http://prntscr.com/jcn0me https://docs.woocommerce.com/document/woocommerce-pages/
Regards
Hello,
1. Looks like there is our bug with settings. We will fix it in next theme update.
You can use this custom css code as a temporary solution:
.category-grid .categories-mask h4 {color: #f26107;}
.category-grid .categories-mask .count {color: #f2792e;}
2. Content of Shop sidebar can be changed in Appearance > Widgets. Read more – https://www.8theme.com/documentation/xstore/support/widgets-custom-widget-areas/
3. Please read our documentation – https://www.8theme.com/documentation/xstore/plugins/mail-chimp-form-custom-styles/
Edit code of the form http://prntscr.com/jcnrtq > http://prntscr.com/jcns38
4. You can activate the main theme on site, but we recommend to use the child theme. Please read – https://www.8theme.com/documentation/docs/child-theme/ https://codex.wordpress.org/Child_Themes
5. Please read our documentation – https://www.8theme.com/documentation/xstore/plugins/plugins-update/ https://www.8theme.com/documentation/docs/activation-and-purchase-codes/
Regards
Hello,
1. Please check “Custom navigation” option in [8theme] Layout options on Home page.
2. Provide us with temporary wp-admin access in the Private Content area.
Regards
Hello,
1. http://prntscr.com/jcnbwg and http://prntscr.com/jcndam
+ delete this custom css http://prntscr.com/jcncsg + change or delete this – http://prntscr.com/jcnd1h
2. Have you sorted out? http://prntscr.com/jcne4i
Delete or change this code http://prntscr.com/jcnehh – http://prntscr.com/jcnf87 (“Return to previous page” font color can be changed in Theme Options > General > Breadcrumbs)
3. Delete or change this code – http://prntscr.com/jcng1j
4-6. Have you sorted out? http://prntscr.com/jcngk4
We have 3 types of buttons on our site – light (for example http://prntscr.com/hdcwhy), dark (for example http://prntscr.com/hdcwxi), active (for example http://prntscr.com/hdcx3r). You may use Theme Options > Styling -> Content > Customize buttons to change styles of your buttons.
7. Please set “Inputs background color” in Theme Options > Styling > Content.
Regards
Hello,
Have you added the carousel element successfully? If you need help, please describe the desired result in details and provide us with temporary wp-admin access in the Private Content area.
Regards
Hello,
We are glad that the problem was solved.
Regards
Hello,
Please see screenshot http://prntscr.com/jcn3tk
Or provide us with temporary wp-admin and FTP access in the Private content area and we will help you.
Regards
Hello,
Please read this article https://docs.woocommerce.com/document/woocommerce-pages/ – http://prntscr.com/jcn0me
Regards
Hello,
This looks like Massive Addons for WPBakery Page Builder plugin specific issue with PHP version that you use http://prntscr.com/jcmz9i, therefore it is harder for us to find the issue and fix it.
Can you downgrade PHP version to 7.1 because Revolution Slider and Visual Composer does not fully support it and produce errors?
Regards
Hello,
To activate on new site, you need to deactivate it on old site (via Theme Options).
Note that 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. Read more – https://themeforest.net/licenses/standard
Regards
You’re welcome!
Regards
You’re welcome!
Have a nice day 🙂
Regards
Please change this code:
.single-product .tabs-nav {
text-align: center;
}
to
.single-product .tabs-nav, .single-product .tab-content-inner{
text-align: center;
}
Regards
Hello,
Please try this code:
.footer .wpcf7-validates-as-email, .footer .wpcf7-submit {
height: 40px !important;
}
.footer .wpcf7 input[type="submit"] {
background-color: #dfa17c !important;
border: 1px solid #dfa17c;
}
http://prntscr.com/jbz5bc
Also, you can use MailChimp form – https://www.8theme.com/documentation/xstore/plugins/mail-chimp-form-custom-styles/
Regards
Don’t forget to create a backup of your files and database before starting update process.
Also, I would not recommend you to update the theme and all plugins on production from start to avoid problems after the update. It would be better to create a staging site first and make the theme update there, make sure that everything is ok and only after that update everything on the production.
Regards
Hello,
Please use this custom css code:
.single-product .tabs-nav {
text-align: center;
}
Regards
Hello,
What theme version do you use? The option was added in 4.4 theme version https://themeforest.net/item/royal-multipurpose-wordpress-theme/8611976
Regards
Hello @manitamang,
3.
.header-wrapper.header-advanced .menu-wrapper .menu > li > a, .header-wrapper.header-advanced .secondary-title {
padding: 1em 1.07em;
}
.header-wrapper.header-advanced .header-search.act-default input[type="text"]{
height: 40px;
}
.header-wrapper.header-advanced .header-search.act-default div.fancy-select div.trigger {
height: 40px;
font-size: 14px;
line-height: 3;
}
.header-wrapper.header-advanced .header-search.act-default [role="searchform"] .btn {
height: 42px;
}
4.
.footer .footer-widget .widget-title {
border-color: white;
}
Please read our documentation – https://www.8theme.com/documentation/xstore/plugins/mail-chimp-form-custom-styles/
or use this custom css:
.footer .mc4wp-form input[type="submit"] {
position: absolute;
top: 57px;
right: 15px;
height: 37px;
background-color: black;
color: white;
border: none;
}
.footer .mc4wp-form input[type=email] {
width: 100%;
}
5. Please check settings of Slider revolution http://prntscr.com/jbykzm
Regards
Hello,
Theme Options > General > Disable default Open Graph meta tags > On.
Regards
“Buttons hover” and “Hover Color Scheme” can be changed in Theme Options > E-commerce > Products Page Layout.
Also, you may use custom css code, for example – http://prntscr.com/jby243 Please describe the desired result and we will provide css code.
Regards
Please provide some screenshots.
Regards
Hello,
Theme Options > Blog Layout > Sidebar position > Widhout sidebar, Theme Options > Products Page Layout > Layout > Widhout sidebar. Also, you can disable/enable sidebar in Page Layout – http://prntscr.com/jbxuvy
Regards
Hello,
You’re welcome.
Regards
Hello,
You can add WP Search element in page content
or create a custom widget area (Appearance > Widgets) > add search element inside this area > display the area on page via Widgetised Sidebar element.
Feel free to ask if you have any other questions.
Regards