Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author justnorris

    (@justnorris)

    Hey there Aleksander,
    Looks like your theme doesn’t size images properly.

    You can add a bit of custom CSS to fix that:
    .PP_Wrapper img { max-width: 100% }

    On top of that, you can add entry in the Portfolio Setting “Wrapper CSS Classes”. That’s going to add that white wrapper in your theme for the portfolio.

    Thread Starter aleksanderadamski

    (@aleksanderadamski)

    Ok, it looks like it works. I only need to figure out how to disable share buttons on portfolio pages…

    Plugin Author justnorris

    (@justnorris)

    I’m also releasing 1.1.1 update right now and it includes that CSS code above by default, so you can actually remove it when you update the plugin ??

    You can keep the entry there.

    I bet you can remove the social icons with WordPress hooks, but you’ll have to contact the social icons author for that. If that doesn’t work out, you can at least make the social icons display properly with this CSS:
    .PP_Gallery { clear: both; }

    p.s. If you like the plugin – please leave a review ??

    Plugin Author justnorris

    (@justnorris)

    p.p.s. To make the Description look right in your theme add
    .PP_Description { padding: 4rem; }

    • This reply was modified 8 years ago by justnorris.
    Thread Starter aleksanderadamski

    (@aleksanderadamski)

    Ok, these two extra styles did their job, thank you so much! You can count on my review ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Plugin does not display properly’ is closed to new replies.