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 #2835879
Customized Category side bar
Closed

Comments

  • haperez started the conversation

    I would like to know how can I customized the category sidebar and add another item to the left column

    I thought the sidebar was the same as the post widget, but it seems they are two different ones

    Also, how can I add a line dividing the post on the category page. When the post is on mobile, there is no way to distinguished each post from one another so it seems very confusing

    I appreciate your help

  •  2,493
    PenciDesign replied

    Hi,

    1. For the Category sidebar, please go to Appearance → Customize → General → Category, Tag, Search, Archive, then check:

    • Enable Left Sidebar On Archives,
    • In case if you want to display both sidebars, you can check Enable Two Sidebars On Archives option,
    • Select the sidebar area you want to display at Custom Sidebar Display on Category Pages & Custom Sidebar Left Display on Category Pages.
    • Finally, go to Appearance → Widgets, add the widget you want to display to Sidebar you've selected in the previous step. (Default is Main Sidebar Left )

    2. For the line dividing the post on the category page, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (max-width: 767px) {
        .container.penci_sidebar .penci-grid > li {
            border-bottom: 1px solid #eaeaea;
        }
    }

    Regards,
    PenciDesign.


  •   haperez replied privately
  •   PenciDesign replied privately
  •   haperez replied privately
  •  2,493
    PenciDesign replied

    Hi,

    1. By default, all the query posts of WordPress will always include the sticky post, so the Popular Posts section display 5 popular posts + 1 sticky post = 6. I've to modify the code to exclude the sticky post from this widget.

    2. Please check the Async JavaScript plugin & settings, this plugin makes the JS code not load properly, include the ADS code.

    Regards,
    PenciDesign.


  •   haperez replied privately