-
AuthorPosts
-
November 30, 2015 at 5:10 pm #544614
Hi there,
How is it possible to show the “Overview Page-widget” widget on the category and the single product overview page? I tried everything.You can see it for your self on the provided link.
1. the strange thing is that the widgets were showing below the product page even with the sidebar option enabled. In another forum topic i disabled this option with a display:block rule in the Custom CSS.
2. I created custom widgets, also no result
3. Can or do I have to use the Widget Logic plugin?I hope you guys can help me.
Thanks in advance
RoyDecember 1, 2015 at 11:32 am #545059Anybody??
December 3, 2015 at 11:11 am #546336Hello there,
Can someone please contact me with a solution? I don’t like Radio silence.
Regards,
RoyDecember 3, 2015 at 1:36 pm #546377Hey!
Sorry for the late reply!
I saw that you have already installed Widget Logic plugin. I have added the widget to “displayed everywhere” with a condition. However, you have following custom CSS code
.woocommerce .sidebar { display: none !important; }
which is stopping sidebar from showing on WooCommerce pages. Please remove it and your widget should appear just fine :)
Regards,
YigitDecember 3, 2015 at 1:45 pm #546382Hi Yigit,
Thanks for your support. I installed the Widget Logic plugin indeed. But I didn’t know which condition I had to put in there.
I deleted the CSS line in the custom CSS. Now the bar is showing.Strange thing though is that I cannot change the dropdown option to a category tree. Do I have to edit this also in the Widget Logic line?
Thanks,
RoyDecember 3, 2015 at 1:49 pm #546386Hey!
I edited your widget and unchecked “Als dropdown tonen”. I checked it first because i simply copied your product category widget from another widget area. Please review your website now :)
Cheers!
YigitDecember 3, 2015 at 1:54 pm #546390Owkay,
That looks more like it.One little thing. Why is there so many whitespace above the cat-tree when you select a category.
Is it also possible to add the ajax search option above the category tree, like the search option right next to the menu (by the way, the search option is showing very strange right now)Thx,
RoyDecember 3, 2015 at 2:08 pm #546396Hi!
Please add following code to Quick CSS
.sidebar section#text-12 { display: none; } .archive.woocommerce .widget { padding-top: 0; }
What was the last changes you have made before seeing search issue?
Regards,
YigitDecember 3, 2015 at 2:17 pm #546406Thanks Yigit,
I will add the code to the css
Regarding the search issue, you can check my post here : https://kriesi.at/support/topic/ajax-search-option-on-mobile-devices/
Regards
RoyDecember 3, 2015 at 2:33 pm #546418Hi!
Please add the code and let us know if we should mark the thread as resolved or assist you further.
We can continue on your other thread regarding search issue
Best regards,
YigitDecember 3, 2015 at 2:41 pm #546423Hi
Code is added.
You can close this thread!
Regards,
Roy -
AuthorPosts
- The topic ‘Shop Overview Page-widget showing on productcategory and singlepage option’ is closed to new replies.