Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #812206

    Hello,

    I’d like to deactivate or hide the thumbnails that display at the bottom of each portfolio item page. I do want to keep the thumbnails on the main portfolio page though.

    Thanks in advance,
    Jennifer

    #812218

    Hi Jennifer!

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

    div .portfolio-preview-image a:not(:first-child) {
        display: none!important;
    }

    If that is not what you meant, please post a screenshot showing the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)

    Cheers!
    Yigit

    #812244

    Hi Yigit,

    Thanks for your quick response. The CSS you suggested removes all the portfolio item page preview images except the first one. I want to remove the thumbnails that display at the bottom of each portfolio item page.

    The following class I believe controls the thumbnail container, and when I add display: none; it does disable the thumbnails but it also disables the thumbnails on the main portfolio page, and I need those to stay as is.

    .grid-sort-container isotope no_margin-container with-title-container grid-total-odd grid-col-4 grid-links-ajax isotope_activated {
    display: none;
    }

    #812454

    Still hoping to find a resolution to the issue I’m having with the thumbnails on the portfolio item pages on my website:
    http://jenniferheesdesign.com/portfolio/

    I’d like to deactivate or hide/remove the thumbnails that display at the bottom of each portfolio item page. But, I want to keep the thumbnails on the main portfolio page.

    The following class I believe controls the thumbnail container:
    .grid-sort-container isotope no_margin-container with-title-container grid-total-odd grid-col-4 grid-links-ajax isotope_activated

    When I add display: none; to that class it does remove the thumbnails on the portfolio item pages, but it also removes the thumbnails on the main portfolio page, but I need those to stay as is.

    Does anyone have a suggestion on how I might remove/deactivate the thumbnails that display at the bottom of each portfolio item page, but keep the thumbnails on the main portfolio page?

    Thanks,
    Jennifer

    #812725

    Hi Jennifer,

    Could you please attach a mockup of what you’re trying to achieve? I do not see any other thumbs, other than loaded with ajax portfolio item.

    Best regards,
    Victoria

    #812837

    Hi Victoria,

    Thanks for your response. I created a “Help” page on my website with screenshots of what I’m wanting to do:
    http://jenniferheesdesign.com/help/

    I have highlighted in the pink box the thumbnails that I’m seeing on my end that I would like removed/disabled from the bottom of each portfolio item page. Do you see those large thumbnails when you view my portfolio item pages?

    Note, that I do not want to remove the smaller thumbnails that go with the portfolio item, just the larger thumbnails of the other portfolio item pages.

    Much appreciated,
    Jennifer

    #812862

    Hi,

    Ive checked your site and I didnt find the large thumbnails that you mentioned in the question.

    Best regards,
    John Torvik

    #812867

    Hi John,

    Thanks for checking. Really strange… several people have responded, but no one sees the large thumbnails. I checked my site on several browsers, PC and Mac and I see the same thumbnails… even checked the Enfold demo/Portfolio Ajax template page (same template I’m using) and it displays the large thumbnails at the bottom of the portfolio item pages as well.

    Guess I’ll live with it as is for now, come back to the issue later with fresh eyes. Appreciate you all who responded to my request!

    Jennifer

    #812997

    Hi Jennifer,

    Those are not thumbs, that is a core element of the page. That is portfolio masonry, which when clicked loads the ajax part on top of it. So that when you close the ajax part, you still see other portfolio items.

    Best regards,
    Victoria

    #813090

    Hi Victoria,

    Sorry about the confusion and my terminology. My homepage uses the masonry template, but my main Portfolio page uses the portfolio Ajax grid. Regardless, If it’s not possible to disable the grid on the bottom of each portfolio item page, I’ll live with it as is for now.

    Much appreciated,
    Jennifer

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