Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #763980

    Hey guys,

    On all portfolio entries, I want to remove the feature that shows your thumbnail image again, blown up with the option to go between entries. Along with all that tag entry text on the bottom.

    See what Im talking about here: http://www.ccyran.com/projects/advertising-age/

    The password is provided in Private content.

    Thank you,
    Chris

    • This topic was modified 7 years, 1 month ago by ccyran.
    #764016

    Hey Chris,

    Just to confirm, are you referring on the image showing up when hovering over next and previous button? also do you want to remove the tags below?

    Best regards,
    Nikko

    #764020

    Hi Nikko,

    I’m referring to the image that appears on the pages after you click on a portfolio entry.

    I want the entire thing removed. The two arrows for previous and next, the thumbnail image thats enlarged, and all the tags and related search titles below.

    Thank you.

    #764030

    Hi,

    I’m not sure that would be a good idea, would you rather have the Work page (link in private content) portfolio images when clicked do nothing instead?

    Best regards,
    Nikko

    #764033

    Hey,

    Those thumbnails will lead to content that I’m making for each. Here’s an example:

    It looks like that big image is gone. But the arrows on the side are still there, along with the related search text and tags at the bottom. I want that all removed.

    Best,
    Chris

    #764448

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General STyling):

    #top.single-portfolio .avia-post-nav,
    .single-portfolio #av-layout-grid-2, 
    .single-portfolio #av-layout-grid-3, 
    .single-portfolio #av-layout-grid-4 {
        display: none !important;
    }

    Hope this helps.

    Best regards,
    Nikko

    #764454

    Hey Nikko,

    That worked! But not on everything. It looks like some either show tags, or some show the “related field”
    Can you do this so it removes everything on every project?

    Thank you.

    #764458

    Hey Nikko,

    Sorry. When you gave me that code, it also removes any information I added in myself.

    So to be clear,

    I want to remove the arrows that slide to other projects, the “Tag” fields, and the “Related Searches”.

    Thanks!

    #764492

    Hi,

    Are you using Avia Layout Builder on the single portfolio page?

    Regards,
    Nikko

    #764493

    Hi Nikko,

    Yep! I am.

    I posted my login credentials below in private content for you to take a closer look.

    One page to reference is: http://www.ccyran.com/projects/blink-campaign/

    thank you,
    chris

    • This reply was modified 7 years, 1 month ago by ccyran.
    #767137

    Hi,

    If you’re using the advance layout builder, the single portfolio page should be blank. Anyway, add the following css code to remove the thumbnail, related items and the tags.

    .single portfolio .blog-tags, .single-portfolio .page-thumb, .single-portfolio .jp-relatedposts {
        display: none !important;
    }

    Best regards,
    Ismael

    #767163

    Hey Ismael,

    Perfect!!! Thank you!

    You guys rock.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Remove portfolio entry slideshow’ is closed to new replies.