Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1208583
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! By default, the portfolio page will display portfolio items in masonry grid layout. And it doesn’t have the same structure with the blog index. So the answer is that, it could be possible using with custom development. Regretfully, this custom development is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.

    And by the way, the title header of the portfolio page is not showing because you have hid it with a custom css. To display the h1 title for the portfolio page, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .page-template-template-layout-portfolio .x-header-landmark {
        display: block !important;
    }

    Thank you for your understanding.

    #1211440
    owaves
    Participant

    Okay yes I understand that and that is very understandable. I do have a theme question though. On my “day-plans” page the layout is only displaying about half of the portfolios I have published. Do I have them hidden or is there a limit to how many portfolio posts can display?

    I also input that code and the headers don’t show up! It works however the meta tags appear on top, which I don’t mind. I just need the h1 header to appear on the actual portfolio post. Right now I am having to add it manually to each post page because I can’t find where it is hidden in the CSS.

    Thank you Themeco Team for all your help, you guys are awesome!

    #1211753
    Jade
    Moderator

    Hi there,

    You could set the number of portfolio items that will be displayed on a page in the page’s Portfolio Settings under Posts Per Page option.

    As for the h1 title of every portfolio item, you have this code on the customizer that hides it. You can simply remove the code so that the titles will display again:

    .x-portfolio.type-x-portfolio.status-publish.has-post-thumbnail.hentry h1.entry-title.entry-title-portfolio {
        display: none;
    }
    #1212013
    owaves
    Participant

    Thank you so much!

    #1212436
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1194700 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>