• Resolved cscpaint

    (@cscpaint)


    Congrats on the beautiful theme! I am currently working on my website (not published yet) using WordPress 4.9.2, the Minimalist Portfolio theme and the Easy Photography Portfolio plugin. After doing some updates, the portfolio title now appears on my frontpage.

    I would like to hide the portfolio title on the frontpage, while keeping titles and subtitles on portfolio entries/pages.

    The code below (CSS Customization) removed the portfolio title on my front page, but also on my portfolio entries/pages unfortunately.

    .PP_Description {
    display:none;
    }

    I have therefore added the page id of my front page (96), but that didn’t work.

    .page-id-96 .PP_Description {
    display:none;
    }

    Any suggestions?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • hi , I have the same issue, I would like to hide the portfolio title on the frontpage, while keeping titles and subtitles on portfolio entries/pages.

    Hi there,

    After investigating a bit I managed to reproduce the title issue you are having. It turns out that it’s caused by the latest “Easy Photography Portfolio” plugin update.

    I added it to the “to do” list and we will try and fix it this weekend (can’t do it sooner because of our day jobs).

    So fold on for a bit and keep an eye out for “Easy Photography Portfolio” plugin update!

    Thank you, that would be great!

    Theme Author justnorris

    (@justnorris)

    I released an Easy Photography Portfolio update today that fixes the issue!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide Portfolio Title on Front Page’ is closed to new replies.