You’re welcome!
Have a nice day.
Regards
You’re welcome!
Have a nice day.
Regards
Hello,
Try to disable all the third-party plugins that do not come bundled with our theme and check how the quick view works then.
Let us know the result and provide temporary wp-admin access.
Regards
Hello,
You’re welcome!
Regards
The problem is caused by this custom CSS code – https://prnt.sc/oyp87b , just delete it.
Regards
Hello,
I do not have access to Role manager on your site – http://prntscr.com/oyp1kd
Please go to WPBakery Page Builder > Role manager > Post types > select Custom > http://prntscr.com/oyp2a6
Read more – https://www.8theme.com/demo/docs/woopress/Plugins/WPBakery_Page_Builder_Settings https://www.8theme.com/demo/docs/woopress/Troubleshooting/How_to_create_Footer
Regards
You’re welcome!
Let us know if you need any further assistance.
Regards
Hello,
Add this code in functions.php of the royal-child theme:
remove_action( 'init', 'et_create_brand_taxonomies', 0 );
add_action( 'init', 'et_create_brand_taxonomies_custom', 0 );
function et_create_brand_taxonomies_custom() {
$labels = array(
'name' => _x( 'Brands', 'royal-core' ),
'singular_name' => _x( 'Brand', 'royal-core' ),
'search_items' => esc_html__( 'Search Brands', 'royal-core' ),
'all_items' => esc_html__( 'All Brands', 'royal-core' ),
'parent_item' => esc_html__( 'Parent Brand', 'royal-core' ),
'parent_item_colon' => esc_html__( 'Parent Brand:', 'royal-core' ),
'edit_item' => esc_html__( 'Edit Brand', 'royal-core' ),
'update_item' => esc_html__( 'Update Brand', 'royal-core' ),
'add_new_item' => esc_html__( 'Add New Brand', 'royal-core' ),
'new_item_name' => esc_html__( 'New Brand Name', 'royal-core' ),
'menu_name' => esc_html__( 'Brands', 'royal-core' ),
);
$args = array(
'hierarchical' => true,
'labels' => $labels,
'show_ui' => true,
'show_admin_column' => true,
'query_var' => true,
'capabilities' => array(
'manage_terms' => 'manage_product_terms',
'edit_terms' => 'edit_product_terms',
'delete_terms' => 'delete_product_terms',
'assign_terms' => 'assign_product_terms',
),
'rewrite' => array( 'slug' => 'brand' ),
);
register_taxonomy( 'brand', array( 'product' ), $args );
}
and edit the slug there – https://prnt.sc/oypieh
Regards
You can use custom CSS for this:
.footer .widget-title {
color: #b27c55;
}
or create the footer using a static block and you will be able to use WPBakery Page Builder to edit the content of this area., for example, https://youtu.be/hmsxW5KF9dg
Regards
You’re welcome!
Regards
Hello,
Yes, this relates to WooCommerce, and can be shown on default WC pages only (Shop, pages of categories and brands).
Regards
Theme Options > Footer > Footer styling > Footer text color scheme > Dark and delete this code – http://prntscr.com/oyn7g1
> you will get – http://prntscr.com/oyn83g
Regards
You can use any email for the temporary wp-admin account. Here is our email – 8themes@gmail.com
Contact your hosting provider to get temporary FTP access (host, user, password, and port).
Regards
Hello,
https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/ Upload translation files into /wp-content/languages/themes/ folder via FTP. Go to Loco tranaslate > Themes > XStore > Polish > click on Sync button, to update translation files – https://www.8theme.com/documentation/xstore/theme-translation/translation-files-update/ > save translation. Then you will be able to translate untranslated strings.
About WooCommerce translation read in this article – https://docs.woocommerce.com/document/woocommerce-localization/
Do not forget about other plugins which give strings on the frontend.
Regards
form.wpcf7-form .wpcf7-submit:not(.active) {
background-color: #90705a;
border-color: #90705a;
}
form.wpcf7-form .wpcf7-submit:not(.active):hover {
background-color: rgba(144,112,90,0.9);
border-color: rgba(144,112,90,0.9);
}
Regards
Hello,
1)
.footer .widget-title {
border-color: #bd9b8f;
}
2) Please provide URL of the page.
Regards
Thanks for understanding.
Have a nice day.
Regards
Hello,
From 4.0 version, old Theme Options was changed to Redux instead of Option Tree, so you will need to install Redux and CMB2 plugins.
We moved all the shortcodes to Legenda core plugin according to Envato new requirements.
You can find a list of required plugins here – https://www.8theme.com/demo/docs/legenda/Plugins/Included_Plugins
Regards
Hello,
Make sure that XStore theme is updated to the latest version on your site https://www.8theme.com/documentation/xstore/theme-installation/theme-update/
Provide us with URL + temporary wp-admin (username, password) and FTP access (host, username, password, port).
Regards
Please add !important https://prnt.sc/oyk0pl
Regards
Hello,
Instagram made some changes in their code and we are working to create the Instagram widget from scratch using their API. It will take some time.
Install and use the third-party plugin to display Instagram Feeds, for example, Smash Balloon Social Photo Feed.
Sorry for the inconvenience.
Regards
You’re welcome!
Regards
Hello,
Provide temporary wp-admin and FTP access.
Regards
Hello,
You’re welcome!
Regards
Hello,
You’re welcome!
.sidebar-widget ::-webkit-scrollbar {
width: 3px;
}
Regards
Hello,
1) Theme Options > Shop elements > Variation swatches > set different colors for “Swatches border color” and “Hover/active swatches border color”.
2) Add this code in Theme Options > Custom CSS > Custom CSS for desctop:
.archive.woocommerce-page.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) .widget-title>span {
font-size: 18px;
}
If this is http://prntscr.com/oyho3b not what you are looking for, describe the desired result in more details.
Regards
Hello,
Yes, please use the Private Content area to provide wp-admin (username + password) and FTP access (host, username, password, port).
Regards
Hello,
Sorry for the delay in answering.
Go to Loco translate > Themes > XStore > Arabic > click on Sync button to update translation files https://www.8theme.com/documentation/xstore/theme-translation/translation-files-update/ > save translation. Then you will be able to translate untranslated strings. The same process for any other language.
Let us know if you need any further assistance.
Regards
Hello,
You’re welcome!
Regards
Hello,
I am glad that the problem was solved.
Have a nice day.
Regards