Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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
    Roy

    #545059

    Anybody??

    #546336

    Hello there,

    Can someone please contact me with a solution? I don’t like Radio silence.

    Regards,
    Roy

    #546377

    Hey!

    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,
    Yigit

    #546382

    Hi 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,
    Roy

    #546386

    Hey!

    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!
    Yigit

    #546390

    Owkay,
    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,
    Roy

    #546396

    Hi!

    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,
    Yigit

    #546406

    Thanks 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
    Roy

    #546418

    Hi!

    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,
    Yigit

    #546423

    Hi
    Code is added.
    You can close this thread!
    Regards,
    Roy

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Shop Overview Page-widget showing on productcategory and singlepage option’ is closed to new replies.