• Resolved catherinebakker

    (@catherinebakker)


    Hi- In reference to the 5th image on the slider homepage, which shows the projects/portfolio link, I just activated Jetpack, and the large nice image i had that said “no projects found”, became much smaller, with a long white box.
    No text, no links, no idea why. It didn’t bring up the test project that I made in the wordpress/jetpack activated editor.
    Can anyone help me make this page have either just some simple text, or no text or links at all (I have a separate link to a porfolio- so don’t really need this page to link at all)It would be nicer to just have the large image back.

    my website is bakkerstudios.com.au
    Appreciate some help
    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi again. ??

    The long white box is actually Jetpack’s attempt to pull in your test portfolio page. It’s displayed as a white box as the page does not have a featured image assigned to it.

    You can add a featured image to your test portfolio page in order for it to appear in that section of your site. If you delete the test portfolio page then the “no projects found” message will appear again.

    Alternatively, you can use the following CSS to hide the portfolio items from your home page altogether:

    .home .type-jetpack-portfolio {
        visibility: hidden;
    }

    Let me know how that goes!

    Thread Starter catherinebakker

    (@catherinebakker)

    Brilliant thanks- Ill ask my code friendly friend to try this for me. (Im code illiterate)
    You’re helping me with everything today Siobahn- you’re an angel!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Harmonic theme portfolio page – white box and no text’ is closed to new replies.