• Resolved webclash1

    (@webclash1)


    I use the Hestia theme wordpress theme and I can not configure the Easy Photography Portfolio plugin. On the main portfolio page my items are below the menu, cutting some of my content. I think the problem is that the menu cuts part of the header image. When I put it to see the title I can not see it but the gallery images are below the menu and I can see it. The body of the page, is the background color of the theme, it seems that the Easy Photography Portfolio plugin erases the entire body of the page.

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

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

    (@justnorris)

    Hey there,
    Looks like you’re not using Easy Photography Portfolio plugin on your site.

    The problem you most likely had is that the theme has a fixed position header and the theme styles it’s own pages to compensate for the missing header height.

    To make the plugin work – you’d need one of 2 things:
    1. Make CSS Adjustments to position the .PP_Wrapper element
    2. Find the classname of the typical theme content container that the theme is using and paste it in Portfolio Settings.

    Thread Starter webclash1

    (@webclash1)

    The Easy Photography Portfolio plugin has been disabled because it can not work. The plugin has been activated again, see the page now. Can you explain me better how I can perform step 1 and step 2? Thank you in advance.

    Plugin Author justnorris

    (@justnorris)

    In your case, this should do the trick:

    
    .PP_Wrapper {
    	margin-top: 120px;
    }
    

    You can add it in your CSS Customizer in “Appearance -> Customize -> Additional CSS”

    • This reply was modified 6 years, 4 months ago by justnorris.
    Thread Starter webclash1

    (@webclash1)

    Now it worked. You are the best. Thank you very much. I do not want to abuse, but is there a way for the background to appear white?

    Plugin Author justnorris

    (@justnorris)

    You can customize the look and feel of your website by writing custom CSS. There are tools that can help you do that in a visual way, for example this one: https://wordpress.org/plugins/so-css/

    Thread Starter webclash1

    (@webclash1)

    Thank you, you are very kind. I highly recommend your plugin and its support.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Problems with viewing content’ is closed to new replies.