Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #572920

    Hi

    I’m using portfolio for building a catalog working with categories and tags. The portfolio grid works fine. One question about the tags: when I press a tag, it opens a standard page and shows 3 portfolio entries and the widgets within “displayed everywhere”. Thats fine. But how can I change the look of this page? (see links below).
    It would be great, if I could change the numbers of portfolio entries after choosing a tag, for example 6 instead of just 3 in expecting that the pictures of the entries will be smaller. How could I do that? And especially, how can I change the titel, which is now “Portfolio Einträge”?
    Thanks for help.

    • This topic was modified 8 years, 9 months ago by baiker.
    #573650

    Hi!

    You can change the number of Posts shows in the tag/archive template in Settings > Reading > Blog pages show at most (default is 10).

    Cheers!
    Josue

    #574612

    Hi Josue

    Thanks. But I was not clear enough in describing my problem, although your answer is a good information too!
    I want to have not only 3 portfolio entries in a line, but for example 5 or 6.
    I found out that this is set in the file “tag.php”. So I copied that file in my child theme and changed the columns to 5, and changed also the title there. Is this a good way, or is there an easier, better way?

    And another question: How could I prevent, that the portfolio items on the page “tag.php” will be clickable?

    Thanks for help, I’m just learning php, sorry.

    #574842

    Hi!

    The tag page you linked has 5 columns showing – http://screencast.com/t/5siEFHTFCwk

    Cheers!
    Josue

    #574975

    Hi Josue

    Yes, because I found out that this is set in the file “tag.php”. So I copied that file in my child theme and changed the columns to 5, and changed also the title there. Is this a good way, or is there an easier, better way? I mentioned this in my topic form January 29.

    And do you have a tipp for my next question:

    How could I prevent, that the portfolio items on the page “tag.php” will be clickable?

    Thanks for help, I’m just learning php, sorry.

    #575147

    Hey!

    Try adding this code to the Quick CSS:

    .tag a.grid-image {
        pointer-events: none;
    }

    Cheers! 
    Josue

    #575302

    Thanks, Josue, great, works fine!

    #575332

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.