Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #734182

    how to show sidebar (right) on a specific category (not all)?

    #735233

    Hey KyriakosKaz,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .category-featured .sidebar.sidebar_right {
        display: none !important;
    }

    assuming the category name is featured just replace it with the specific category you have. Hope this helps :)

    Best regards,
    Nikko

    #735372

    in fact i dont want to hide it. i want to show it only in this category, and inside all of its articles.

    #735383

    Hi!

    Please consider using a plugin such as this one – https://wordpress.org/plugins/widget-logic/

    Cheers!
    Yigit

    #735385

    yes, but with that you can show a widget in a sidebar that is already showing somewhere.
    Everywhere in the website i have no sidebars. So how can i enable sidebars only for that category and its articles ?

    #736732

    Hi,

    Please note these third party plugins fall outside of our support scope, you’ll have to consult their documentation on how to use/implement them and get the extra functionality

    Give these custom sidebar plugins a try:

    http://wordpress.org/plugins/custom-sidebars/
    http://wordpress.org/plugins/widget-customizer/
    Categories Widget
    https://wordpress.org/plugins/display-categories-widget/

    Best regards,
    Vinay

    #736869

    so what is the css code to set as default sidebar the right for a post category and category’s posts?

    #738255

    Hi,

    This functionality cannot be achieved using CSS to add a sidebar to specific category please try the plugins mentioned above and choose the correct setting to suit your requirements. For more info about using the plugin we request you to refer to the plugin documentation.

    Best regards,
    Vinay

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.