Support » Plugin: Posts in Sidebar » Modifying Appearance

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Aldo Latino

    (@aldolat)

    You have to edit the CSS file of your current theme.

    For example, to float the image left you could add this rule:

    .widget.posts-in-sidebar img {
    float: left;
    height: 60px; /* modify this value to match your needs */
    margin-right: 10px; /* modify this value to match your needs */
    width: 60px; /* modify this value to match your needs */
    }

    If this rule doesn’t resolve, you should target more precisely the image. In this case, tell me the URL of the site where you are using the plugin.

    Let me know if you need further help.

    Thread Starter Hughdk

    (@hughdk)

    Thanks!!!
    That did the trick 🙂
    By the way – love this plugin.

    Plugin Author Aldo Latino

    (@aldolat)

    By the way – love this plugin.

    Oh, I’m happy for this! 🙂

    prateek.gambhir

    (@prateekgambhir)

    Hi, I should say that i really loved this plugin, after a long search i ended up in something which suits my needs.
    I am facing just one problem, i need to image and the title to come side by side and not ” Title above the image”.
    Can you please help me out with this. In case you want to see where i used it yo can check here GadgetAdda.

    I would also like to know if i can add border to the images in this widget ?
    Cheers.

    Plugin Author Aldo Latino

    (@aldolat)

    Hi,
    add these lines at the end of your CSS file (usually styles.css):

    p.pis-title {
    float: right;
    width: 155px;
    }
    
    img.pis-thumbnail-img {
    border: 1px solid #eee;
    margin-right: 10px;
    padding: 4px;
    }

    Let me know.

    Hello,
    I’m hoping you or someone can help me.
    I am building a site using Twenty Twelve theme and the customer wants to put an announcement feature in the sidebar in the form of a picture of a blackboard and then if say there is an event on Saturday he just writes a post and it’s on the blackboard for all to see,
    Now how can I use Posts in Sidebar to do this or is it not possible?
    Thank you
    David

    Plugin Author Aldo Latino

    (@aldolat)

    @djgb63

    “Posts in Sidebar” can be used for this: the plugin can grab the last posts published in the category (for example) “Announcements” and then display it in the sidebar.

    You should work in the CSS to use a blackboard as background for the “announcement”.

    Hello aldolat,
    Good news I can do it with Posts in Sidebar but! How do I do it? no expert with CSS any help you can give would be brilliant.

    Dave

    Plugin Author Aldo Latino

    (@aldolat)

    You should hire a CSS developer or ask someone that can do it, because it requires a bit of work.

    Bye.

    Great support for your own plugin a! Ill be taking that off and will use something else not all of us are like you in knowing CSS or PHP. bye

    Plugin Author Aldo Latino

    (@aldolat)

    The work you are asking for is outside of the intent of this plugin. The plugin can display your text/images but not the blackboard as background.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Modifying Appearance’ is closed to new replies.