This topic has 11 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Rose Tyler
Welcome
Im glad if you can help.
1. I have problem with bottom widget (with woocommerce products). I cant set 4 columns like in your Royal demo, only 1 appear. I tried with static blocks but aint workout.
2. At homepage under main slider, I set six product categories with description and miniatures. I cant give them smaller size to display all at one page, without scrolling. When i do that big white spaces appear.
Greetings and I whish you could help.
Ania
Hello,
Thank you for choosing our theme!
Could you please provide wp-admin access in Private Content so we could check it?
Regards,
Rose Tyler.
Thank you for fast replay. Access send in private content.
Greetings
Ania
Hello,
Please, check the credentials that you provided and link to your admin panel, because I tried standard /wp-admin.
Regards,
Rose Tyler.
Welcome
All access is open for all. I dont know why you cant enter. I waiting for SSL certificate, maybe thats why?
Greetings
Welcome again
Hello,
1. Have you created your own footer using Static Blocks as described here https://www.8theme.com/demo/docs/royal/#!/9_footer ?
2. By default, our widget displays 4 products in gallery on page.
Regards,
Rose Tyler.
Thank you for your fast replay, but i ve been ill, so I can replay now.
1. Thank you! Almost fixed, but now column with tags its very hight and i cant align to rest content
2. I change to grid display, but now i have 2 columns with bigger whithe space than before 😉
By the way great theme! I fix my other few issue wihtout any problems!
Nice work 🙂
Best regards
Hello,
1. Please read this article http://mekshq.com/limit-number-of-tags-in-wordpress-tag-cloud-widget/ and add the code in function.php file of your child theme.
2. Please update required plugin to the last versions and try to disable 3-rd party plugins, then check widget of product categories.
Thank you.
Regards,
Rose Tyler.
Hello again,
1. Unfortunately your solution doesnt work, but i put some code and fix the problem. Maybe someone need
function custom_woocommerce_tag_cloud_widget() {
$args = array(
'number' => 15,
'taxonomy' => 'product_tag'
);
return $args;
}
add_filter( 'woocommerce_product_tag_cloud_widget_args', 'custom_woocommerce_tag_cloud_widget' );
2. I give up and put only images with links.
Greetings
Ania
Hello,
We’re glad to hear that your issue was solved.
Thank you for the notice.
Regards,
Rose Tyler.
Tagged: best selling, bottom widget, problems, product categories, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up