Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #197099

    Hi all,

    Thanks again for a GREAT theme and FANTASTIC support. I have a question about how to reformat my single portfolio item page. Here is some info:

    -I want the single portfolio item page to display the same as the single blog page
    -Current issues:
    -Page title bar displays portfolio item title – I want this to display the Portfolio Category (just like a single Blog post does)
    -I want the Portfolio Item Title to display BELOW the page title bar (just like a single Blog post does)
    -I want the full meta line containing date, category and author to display below the title (just like a single Blog post does)

    I think that’s it. I hope this makes sense, and thanks in advance for your help!

    Dave

    #197156

    Hi Dave,

    Try pasting the whole content of includes/loop-index.php to includes/loop-portfolio-single.php, that would do it, but be sure you are not using Advanced Layout Builder in the portfolio items.

    Best regards,
    Josue

    #197163

    Hi Josue,

    Looks pretty close, except for the portfolio item title is still displaying on the page title bar and I’d like this to display the same thing that the single blog posts display. Any ideas?

    Also, what do I add to the CSS to remove the featured image on single blog posts?

    Thanks!!

    #197164

    Hi!

    Do the same with this two files: single.php > single-portfolio.php

    Regarding hiding the thumbnail:

    .big-preview{
    display: none; 
    }
    

    Best regards,
    Josue

    #197170

    You are the man! A few more things that I’m hung up on:

    1. The featured images are still showing on the loop-index and loop-portfolio-single pages. How can I hide them?
    2. The title bar of my single post pages is showing “Blog – Latest News”. Do you know where I can change this?
    3. The same thing shows up on the single portfolio pages (Blog – Latest News). The answer to #2 may answer this one, but if not, where do I change this?
    4. After making the last change you mentioned, the featured images thumbnails are now showing on my blog posts Content Elements. What CSS do I add to remove these?

    Thanks so much for your help! I’m on a tight deadline and you’re a huge help!!

    Dave

    #197171

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #197172
    This reply has been marked as private.
    #197196

    Hey!

    1. This code should do it:

    .big-preview.multi-big {
        display: none !important;
    }

    2 and 3. You can change that in line 9, both in single.php and single-portfolio.php.

    4. Try this:

    .home .avia-content-slider-inner .slide-image {
        display: none !important;
    }
    

    Regards,
    Josue

    #197200

    THANK YOU SO MUCH! This would have taken me forever to figure out on my own :)

    I’m going to start a separate thread right now with a couple other issues I have…would love it if you could take a look.

    Thanks again!

    #197201

    You are welcome, glad we could help :)

    Regards,
    Josue

    #197204

    Here is the new thread I started if you have a minute to take a look:

    https://kriesi.at/support/topic/how-to-display-sidebar-pages-widget-on-sidebar-for-portfolio-archive-and-tags/

    Thanks!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Single Portfolio Page Formatting’ is closed to new replies.