You’re welcome!
If you love WooPress and have something nice to say don’t hesitate to tell about this!
We’d appreciate if you could take a moment to give us 5-stars on ThemeForest! https://themeforest.net/downloads
Regards
You’re welcome!
If you love WooPress and have something nice to say don’t hesitate to tell about this!
We’d appreciate if you could take a moment to give us 5-stars on ThemeForest! https://themeforest.net/downloads
Regards
You’re welcome!
Regards
Hello,
You can change the position of the brand on single product page via editing royal/woocommerce/content-single-product.php file et_product_brand_image() http://prntscr.com/iyd51n
for example in product content http://prntscr.com/iyd5cw
but for the description tab, it requests a lot of additional customization
Please do all changes using a child theme
To display all brands in the description tab, you can add an appropriate widget in custom widget area then show this area via element VC in the description.
Regards
Hello,
We’ve set shortcodes.php (xstore/framework folder) and brands_list.php (xstore/framework/shortcodes folder) files, please add first one and replace second one via FTP.
Regards
Hello,
Please use this custom css code:
.single-product .product-information .price {
font-size: 30px;
}
Regards
You’re welcome!
Please edit this Custom css code in Theme Options http://prntscr.com/iycxsl
.mc4wp-form .et-mailchimp input[type="submit"]:hover
Regards
Hello @necdet760
Please check email.
Regards
Hello,
You’re welcome!
Regards
Hello,
Could you please describe the problem in more details and provide some screenshots?
Regards
Hello,
Do you use third-party plugins that do not come bundled with our theme? Try to disable them and check if the problem still persists. Let us know result.
Please provide temporary wp-admin access in the Private Content area so we can take a closer look.
Regards
Hello @S_Makoveckiy,
Please check the content of this your text element https://prnt.sc/iy2v8p and delete unrequired classes, this is the reason of js error and search problem.
Regards
Hello @webtec,
Please check email.
Regards
Hello,
Simply enable sidebar on single product page http://prntscr.com/iy2os6 > create brands > set them for products.
Regards
Hello,
Unfortunately, we can’t connect to your server via FTP.
But please change the previous code to https://prnt.sc/iy2jak
$cats_array = wp_get_post_terms($product->get_id(),'product_cat',array('fields'=>'ids'));
$sub_cats = array ();
for ( $i =0; $i < count($cats_array); $i++ ) {
$args = array(
'hierarchical' => 1,
'show_option_none' => '',
'hide_empty' => 0,
'parent' => $cats_array[$i],
'taxonomy' => 'product_cat'
);
foreach (get_categories($args) as $key) {
$sub_cats[] = $key->term_id;
}
}
$args = apply_filters( 'woocommerce_related_products_args', array(
'post_type' => 'product',
'ignore_sticky_posts' => 1,
'no_found_rows' => 1,
'posts_per_page' => $posts_per_page,
'orderby' => $orderby,
'post__in' => $related,
'post__not_in' => array( $product->get_id() ),
'tax_query' => array(
array(
'taxonomy' => 'product_cat',
'field' => 'id',
'terms' => $sub_cats
)
)
) );
Regards
1. Please add this code in Theme Options > Custom css:
.main-footer .widgettitle {
color: #252525 !important;
}
2. Theme Options > Header Settings > Header custom HTML (for 6, 7, 13, 14, 18 headers)
Regards
You’re welcome!
Please read this article – https://wordpress.org/support/topic/woocommerce-category-issue-uncategorized/
Regards
Hello,
Ok. In this case, you can contact woocommerce support.
Regards
Hello,
Please check now http://prntscr.com/iy1jcm
Also, watch video tutorial https://www.8theme.com/videos/ Royal – WordPress ThemeEngine – Menu Set Up
and read documentation – https://www.8theme.com/demo/docs/royal/#!/primary_menu
Regards
Hello,
I do not remember another functionality, for example, in WC documentation https://docs.woocommerce.com/document/variable-product/ – http://prntscr.com/iy12gp
Regards
Please read this article https://docs.woocommerce.com/document/editing-product-data-tabs/ (add code in functions.php file of child theme).
Regards
5. We’ve set correct classes http://prntscr.com/iy0v7n
Regards
Ok. Let me know if you need any further assistance.
Regards
Hello,
We did nothing on your wp, simply inspected the site code to find out correct css.
You need contact your hosting provider support and ask them to increase memory_limit value.
Regards
Hello @evekj,
Please check the topic https://www.8theme.com/topic/cant-install-demo-data/#post-189672
Regards
Hello,
This request additional customization, because it is default woocommerce behavior for variable products and you will have the same result even with default WC theme – Storefront. Additional customization is outside the scope of our support (check the item support policy https://themeforest.net/page/item_support_policy ), but maybe this article will be useful for you https://www.xadapter.com/display-striked-price-variable-products-woocommerce-catalog-mode-wholesale-role-based-pricing/
Regards
Hello,
You can use static blocks to display required menus https://prnt.sc/io664z edit the mega menu content by editing the Static blocks http://prntscr.com/io66gb (go to Visual Composer > Role manager and enable composer for the Static Blocks https://www.8theme.com/documentation/xstore/support/static-blocks/ https://www.8theme.com/documentation/xstore/menu-set-up/mega-menu/)
Regards
Hello,
Please, check the FTP access that you provided, we can’t connect to your server.
Error: Connection timed out after 20 seconds of inactivity
Error: Could not connect to server
Regards
Hello,
Unfortunately, the wp-admin credentials are incorrect. Please check them.
Regards