Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #366568

    On my main page (in the “VIEW SAMPLES OF MY WORK” section at: http://omarramirez.net/), I currently have overridden direct links for portfolio items and only have these items viewable via the AJAX preview at the top of the list. This works for the flow and design I want, but sometimes I do get requests for direct links to specific portfolio items from potential clients. I usually just tell them to look for the tab on the homepage, but that isn’t optimal, and I may have already lost some possible jobs because of it. I know I can pull direct links by right-clicking from the homepage and selecting “open in new tab” or “open in new window” as with:

    http://omarramirez.net/portfolio-item/motion-graphics-and-design-reel/

    or

    http://omarramirez.net/portfolio-item/hellboy-ii-the-golden-army/

    In both cases I get a repeated instance of the project name, on the left, and on the right. That in itself is not ideal, but on the second of these two examples you may notice where it becomes a real issue, as the two overlap. With that in mind, I would like to ask, is there any way to not have any of the path (i.e. “You are here:Home /Portfolio / Motion Graphics and Design Reel – Home Entertainment”) portion display at all?

    Another solution would be to have the bolded project name (i.e. “Hellboy II: The Golden Army – Bluray Interactive Comic Book Builder UI Design”) appear below and outside of the top bar that also houses the path (i.e. “You are here:Home / Portfolio / Hellboy II: The Golden Army – Bluray Interactive Comic Book Builder UI Design”). A layout similar to what I currently have for individual blog posts, as seen here:

    http://omarramirez.net/hdr-photography-joshua-tree/

    I hope this makes sense and isn’t too much of a pain. Thanks for your help!

    #366874

    Hey ramirezo!

    to remove breadcrumbs use this in Quick CSS:

    .title_container .breadcrumb {
    display: none;
    }
    

    Regards,
    Andy

    #456967

    Hello,

    Sorry, meant to say thanks for this, it worked! However, I just recently upgraded to the latest version of Enfold, and I noticed none of my portfolio item direct links work anymore. Like the reel and hellboy links above (you can try them now, I get 404 error pages).

    Any posible reason for this? Has anyone else reported anything like this?

    thanks

    Omar

    #457382

    Hi!

    Can you please flush permalink settings in Settings > Permalinks and check if that helps? Also, please try de-activating all active plugins

    Best regards,
    Yigit

    #457527

    Hi Yigit,

    Thanks, flushing the permalink settings totally worked. However, I’m noticing the featured image is being pulled into the permalinked pages, as it here at the top:

    http://omarramirez.net/portfolio-item/hellboy-ii-the-golden-army/

    I thought I had made a tweak to remove those preview images from those pages. Do you have any suggested quick css or other revisions to keep those preview images from appearing on project permalinks?

    thanks

    Omar

    #457529

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .single .page-thumb {
      display: none;
    }

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.