Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2682695
Sidebar choice for each post
Closed

Comments

  • ListaMiami started the conversation

    Hello, I would like to know if it is possible to set a specific custom sidebar for an article.

    At the moment I managed to customize that of each category, while those of the posts are always the same for everyone.
    Can I know where the choice parameter is? (if there is).

    Also how do I hide the sidebar on mobile?
    Thanks a lot

  •  2,699
    PenciDesign replied

    Hi,

    1/ You can go to edit a post > scroll down and you can see option to select a custom sidebar for a post.

    2/ You can add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 768px){
    .penci-sidebar-content{ display: none; }
    }
    

    Best Regards,

    PenciDesign

  • ListaMiami replied

    Ok thanks!