• Hi to all!
    There are three things I have difficulties on Pinboard Template, and I need your help…
    1. How can I put those boxes on home page with a picture? https://s15.postimg.org/s184dqzd7/pinboard.png
    2. After I put it, how can I make it work when someone clicks on it, it will take him to a different page (not the post page)? https://s24.postimg.org/vefpirms5/nubv.png
    3. The last one…I uploaded a picture on the title (not to the logo – I uploaded it to where the slideshow supposed to be) in a small size, and the template expanded it. How can I upload a picture in small size?

    Thank you for all your help in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • paul.a.cunn

    (@paulacunngmailcom)

    1. The home page is set as a post page. Each box is a post and each image is a “featured image” You should be able to size the image as you want to.
    2. You can change link when selecting the featured image for the post.
    3. I am not sure what exactly you want here, do you want the slider to still be large and the image to be centered? or do you want the slider to be smaller? Both have different fixes.

    Cheers!

    Thread Starter bbvvbbvv

    (@bbvvbbvv)

    Hi
    Thank you for your rapid reply.
    In my question 3, I meant the slider to be smaller.

    paul.a.cunn

    (@paulacunngmailcom)

    You need to add some css to overide the current width of the slider. I would recommend changing it to be the width of your pictures. I would also recommend making all your pictures the same size. below you can change the slider width and height to whatever you want in pixels also you could use percents but I don’t recommend that for your intentions.

    #slider {
    width: 150px;
    height: 150px;
    }

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘3 questions on Pinboard template’ is closed to new replies.