• Resolved Rico

    (@nascas)


    Hi,

    Thanks for this useful plugin.
    I’d like to enlarge the space between articles. I tried some solutions I found here but none of them worked well.
    I’d also like to see the titles biger and stronger. The 120% font size does not meed my needs because the leading is equally enlarged too.

    Thank you for your help and keep up the good work!

    https://wordpress.org/plugins/posts-in-sidebar/

Viewing 15 replies - 16 through 30 (of 34 total)
  • Plugin Author Aldo Latino

    (@aldolat)

    That’s normal: those two streams are independent. Anyway, you can follow this way in order to solve this.

    If you show 5 posts in the main page, you can tell the plugin to skip the first 5 posts: simply insert 5 in the “Skip this number of posts” field.

    Let me know.

    Thread Starter Rico

    (@nascas)

    OK, but what if I don’t want to skip posts. I’d like to select which ones will be shown in the main page and which ones in the sidebar.
    Can this be done too?

    I really appreciate your help, thank you again.

    Plugin Author Aldo Latino

    (@aldolat)

    The posts in the main column of your page is managed by your theme, so you should see how to select the posts. In the sidebar, instead, you can control which posts to display via the plugin.

    Thread Starter Rico

    (@nascas)

    OK, we don’t understand each other. :/

    I have 5 categories. They can be displayed in the main page or in the sideber. I want to display some of them in the main page and some of them in the sidebar. That’s why I need a checkmark (or something else) when posting to choose where the post will be displayed.
    I somehow need to tell the sidebar which post I’d like to have there. And that post should not be display in the main page.

    Thread Starter Rico

    (@nascas)

    Ok. I might have found a solution but it does not work well. πŸ™
    I’m using 6th category again. This one should be displayed in the sidebar.

    I tried to choose them in the “Get posts with these categories” section. No success! Some categories are working in pairs, some don’t. That’s strange. Perhaps there are troubles with specific characters like đőčžć?

    If that would work I would still have to find a way to disable the 6th category in the main page.

    Thread Starter Rico

    (@nascas)

    The tags are working well though (sidebar is showing posts with a selected tag) but I cannot manage that the main page would not display those posts.

    Thread Starter Rico

    (@nascas)

    Well, it was the character’s fault. I think I solved it.
    Thanks for everything!

    Plugin Author Aldo Latino

    (@aldolat)

    Great!
    You’re welcome!

    Bye.

    Thread Starter Rico

    (@nascas)

    Hi again. πŸ˜‰

    I’d like the publish date to be smaller and colored red.
    Can I kindly ask you for a css addition?

    Thank you!

    Plugin Author Aldo Latino

    (@aldolat)

    Hi πŸ™‚
    add these lines in the widget admin:

    .pis-date {
    font-size: 12px;
    color: #ff0000;
    }

    Cheers!

    Thread Starter Rico

    (@nascas)

    Many thanks for your help!
    Have a nice weekend!

    Plugin Author Aldo Latino

    (@aldolat)

    You are welcome!
    Nice weekend to you too πŸ™‚

    Thread Starter Rico

    (@nascas)

    Oh, one more thing. πŸ™‚
    I’d also like to increase the spacing between image and title. Let’s say 10 px in both ways, top and bottom.
    Thank you!

    Plugin Author Aldo Latino

    (@aldolat)

    Add this:

    img.pis-thumbnail-img {
      margin: 10px 0;
    }

    Let me know if it’s OK.

    Thread Starter Rico

    (@nascas)

    Very good, thanks!

Viewing 15 replies - 16 through 30 (of 34 total)

The topic ‘Spacing between articles title size’ is closed to new replies.