Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27767

    Hello, I love the portfolio grid with AJAX functionality.

    I would like you to make a click on the image and opens new layer, it appears only section of content.

    Super useful meeting this functionality because it is like an “accordion” but much more powerful.

    http://imageshack.com/scaled/medium/10/x55o.png

    I tried with

    .page-id-147 .av_table_col .first .portfolio-preview-image { display: none; }

    but don’t works.

    The modification would have to be for just one page, not the entire site.

    Best regards!!

    Xavier.

    #135299
    #135300

    Hi,

    You can use this to hide the preview image:

    .ajax_slide .av_table_col.first.portfolio-preview-image {
    display: none;
    }

    Cheers,

    Ismael

    #135301

    great job, thank you very much Ismael…

    xavier

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘portafolio grid ajax and functionality likes "accordion"’ is closed to new replies.