Oh I see, please check now http://prntscr.com/iydk56
Regards
Oh I see, please check now http://prntscr.com/iydk56
Regards
Hello,
1. Theme Options > E-commerce > Shop > Just Catalog > Off
2. You can edit images sizes in WooCommerce > Settings > Product > Display. Don’t use hard crop if you don’t want to crop images. Regenerate thumbnails after that https://wordpress.org/plugins/regenerate-thumbnails/.
Regards
Hello,
We’ve sent wp-instagram-widget.php file to your registration email.
You need to replace this file in classico/framework/widgets/ folder via FTP.
Regards
Hello,
Links of [share] shortcode can’t be changed without changes in files, but you may add Social links element in a static block. Add your static block in Header custom HTML by using shortcode [block id= " "]
here is an example of block id https://prnt.sc/iydc5y
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