• Good day!
    Thank you for all the answers and support for the theme, I have read all the topics and it helped a lot. Everything was fine, until in one moment the Portfolios went wrong.

    I made the Portfolio Projects, I see them, but when I want to enter a project there is nothing inside. Also whet a was making it the Preview mode was not working.

    Please help. There should be a Tilled Gallery with photos.
    https://natasharapova.hostenko.com/portfolio/natasha-vlad-wedding/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @natasharapova,

    As a first troubleshooting step, you should determine whether there is a conflict with a plugin causing the issue by disabling your plugins one by one and refreshing your portfolio page each time.

    In addition, please double check that Jetpack’s Tiled Galleries module is enabled via Jetpack > Settings and also experiment with disabling/enabling the Photon module.

    I’m seeing the following error in my browser’s console when viewing your site: Failed to load resource: the server responded with a status of 500 (Internal Server Error). If neither of the above troubleshooting steps help, it may be worth contacting your host’s support team directly to see if anything on their end could be causing the error.

    We can troubleshoot further if none of the above helps out!

    Thread Starter natasharapova

    (@natasharapova)

    Hi Siobhan,

    Thank you for a prompt response.
    The plugins were fine. I found the problem, well at least i fixed it. I made some manual changes directly in files content-portfolio.php or content-portfolio-single.php, which is always a bad idea.
    So I updated this files with the originals and it started to work perfectly. So thank you.

    A question: I did it to get rid of the Page tittle on the Portfolio Project page. I want to keep the Entry Title in the blog, but I want the tittles gone in all the rest pages. How can I do it?
    So, I don’t need it here
    https://natasharapova.hostenko.com/project-type/stories/

    I’m glad you were able to pinpoint the problem!

    You’re right that editing your theme’s files directly is not best practise. On top of making it trickier to debug issues such as this, any changes you make there will also be lost when it comes time to update.

    If you need to make changes to your theme’s underlying HTML or PHP in future then I recommend setting up a child theme. If you only need to make CSS changes then a standalone custom CSS plugin will do the trick – if you have Jetpack installed then you can activate its custom CSS module.

    A question: I did it to get rid of the Page tittle on the Portfolio Project page. I want to keep the Entry Title in the blog, but I want the tittles gone in all the rest pages. How can I do it?

    You could hide the title with some custom CSS.

    Enter the following snippet in either the editor for your CSS plugin or the style.css file of your child theme to hide the title on Portfolio Project pages only:

    .tax-jetpack-portfolio-type .page-title {
        display: none;
    }

    Let me know how that goes or if you have any further questions.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Portfolio Projects don’t show photos’ is closed to new replies.