• Closed
  • Hannes Lis
    Spectator
    September 2, 2017 at 8:12 pm #34687

    Hi, is there more documentation for the Portfolio funktion than under Docs? I would like to know, how the size of the featured image is treated, speaking of thumbnails and the actual size picture.

    I am also interested in using the Portfolio function as a first step into introducing a shop, so I will need to customize it more, like adding prices, or product descriptions. Can I easily use the custom variables without hacking the code?

    Hannes Lis
    Spectator
    Posts: 54
    September 3, 2017 at 7:53 pm #34691

    Addendum: when using the porffolio function, the description text and everything is not rendered into the normal Typography, because there is no possibility to change the Portfolio fonts. I think, at the moment, text is rendered into some kind of Arial.

    Another thing: at the moment, the text ot the “Learn More” button cannot be changed, I need a German text for the button.

    Please help!

    vaibhav
    Spectator
    Posts: 287
    September 4, 2017 at 12:19 pm #34694

    Hi,

    You can’t use a custom variable in a portfolio page for use as shop page. It’s Totally customizable work.

    Sorry but no another option to change a portfolio font.

    If your text does not translate into your language so you have to manually translate it through any translate plugin or PO editor.
    https://theme4press.com/docs/how-to-translate/

    Thank you

    Hannes Lis
    Spectator
    Posts: 54
    September 6, 2017 at 7:13 am #34704

    Ok. Still: how can I change the Arial font face of the portfolio pages?

    vaibhav
    Spectator
    Posts: 287
    September 6, 2017 at 7:53 am #34709

    Hi,

    Add below custom css for change font family of portfolio pages.
    .portfolio-content .post-content,
    .portfolio-template .post-content p,
    .evolve_portfolio .project-description {
    font-family: Josefin Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    }

    We have given only example style, give your style that you want to it.

    Thank you

    Hannes Lis
    Spectator
    Posts: 54
    September 6, 2017 at 8:26 pm #34717

    Perfect, that works! See at: http://www.lichtfunke.at/wordpress_lichtfunke_naturpraxis/shop-test/

    But somehow using the Portfolio Template (one Column plus Text) on this page also makes problems with h1, that should be Cinzel font, please see http://www.lichtfunke.at/wordpress_lichtfunke_naturpraxis/impressum/

    Could you add the css for h1 set to Cinzel?

    Thanks!!! Good work!

    vaibhav
    Spectator
    Posts: 287
    September 7, 2017 at 7:35 am #34718

    Hi,

    You change your h1 tag font via theme options typography
    Theme Options -> Typography -> Headings -> H1 font

    Thank you

    Hannes Lis
    Spectator
    Posts: 54
    September 7, 2017 at 7:51 pm #34722

    Hi, I know that. But it seems, that the Typography settings do not work on a page with Portfolio templates, please have a look at http://www.lichtfunke.at/wordpress_lichtfunke_naturpraxis/shop/, where “InLiebeSein Amulett” should be formatted in Cinzel, normal face, 30px.

    On normal pages, everything works fine, see http://www.lichtfunke.at/wordpress_lichtfunke_naturpraxis/impressum/

    vaibhav
    Spectator
    Posts: 287
    September 8, 2017 at 7:05 am #34725

    Hi,

    Add below custom css for change font family of portfolio h1 tag.

    .portfolio-template .post-content h1 {
    font-family: Cinzel;
    font-size: 30px;
    font-weight: 400;
    }

    Thank you

    Hannes Lis
    Spectator
    Posts: 54
    September 10, 2017 at 5:58 pm #34747

    Thx

    vaibhav
    Spectator
    Posts: 287
    September 11, 2017 at 7:15 am #34751

    You are welcome