Columns, Title, and Comments

Viewing 5 posts - 1 through 5 (of 5 total)
  • #7812
    Creative1
    Participant

    Hi, I have questions about the Pinboard theme.

    1) How can I make a gallery with 3 columns of photos and how can the photos be resized to bigger than a thumbnail?

    2) When you click a page title on the menu (such as About Me or Gallery), it automatically writes the title again below the menu. How can I remove that?

    3) There is a comment box at the bottom of each page. Can this feature be deleted?

    Thanks!

    #7836
    Creative1
    Participant

    Any suggestions?

    #7838
    Alexander
    Participant

    Hi Creative1,

    1) How can I make a gallery with 3 columns of photos and how can the photos be resized to bigger than a thumbnail?

    To answer that question you have to be more specific what you consider a gallery?

    2) When you click a page title on the menu (such as About Me or Gallery), it automatically writes the title again below the menu. How can I remove that?

    Try to add:

    #current-location {
    display: none;
    }

    to your CSS section.

    3) There is a comment box at the bottom of each page. Can this feature be deleted?

    this feature can’t be deleted but the comment box can be hidden. The best way to this is to disable comments while creating posts or pages. Second best you can try to hide the comment box globally by try adding this:

    #respond {
    display: none;
    }

    to your CSS.

    Cheers,
    Alexander @ http://www.mouseclick.com

    #7840
    Creative1
    Participant

    Hi Alexander,
    Thank you for your help!

    1) I’m basically trying to make 9 photos appear in 3 columns.

    2) I tried adding this code but the title still appears on each page.

    3) The comment box code worked and is now invisible.

    #7842
    Alexander
    Participant

    1) If you want it to be like that:

    http://demo.onedesigns.com/pinboard/?page_id=6

    than thats the standard setup for a portfolio page. I wrote a tutorial for how to set this up.

    Setup a basic portfolio:
    http://www.mouseclick.com/tutorials-2/setup-a-basic-portfolio/

    which might help you.

    No idea why 2) not worked for you πŸ™‚

    Cheers,
    Alexander @ http://www.mouseclick.com

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.