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

    Hello,

    I m trying to use galerie in ajax portfolio and I have the following problem.
    I don’t want the big pictures above the little preview so in my portfolio post, in “display preview images” I’m using the setting “don’t show the images at all and display the preview text only”

    In the “Add preview text” field, I put this galerie shortcode : [av_gallery ids='510,509,507,508,505,506,504,502,503,501,499,500,497,498,496,495,494,492,493,491,489,490,488,486,487,484,485,483,481,482' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='square' columns='8' imagelink='lightbox' lazyload='deactivate_avia_lazyload']

    The galerie displays in the post, but always in 5 columns, even if I change the number off columns in the shortcode… I can’t have a different number off columns. If I put the same shortcode in the main wysiwyg field of the post, it works normaly, the display bug is only with the ajax preview.

    Thanks by advance for your help.
    Best regards

    #377829

    Hi Renzo!

    Hmm, I tried it out on my XAMPP setup but the columns appeared to be working though there wasn’t much space for them. Send us a link to your page and we’ll take a look.

    Cheers!
    Elliott

    #379371
    This reply has been marked as private.
    #379751

    Hi!

    Try adding a codeblock element to your page and then add this inside.

    <style type = "text/css">
    #top .avia-gallery .avia-gallery-thumb a {
      opacity: 1;
      width: 12% !important;
    }
    </style>

    Cheers!
    Elliott

    #379957

    Hi Elliott,

    Thanks for your reply.
    I try to do this but it don’t fix my problem, because I can’t add a codeblock in the “Add preview text” field…
    So I try to add this code in my portfolio entry with the Avia Advanced layout editor, and nothing change in the ajax preview.
    Do you have another idea to fix it ?

    Cheers !

    #380424

    Hey!

    The codeblock element would go inside your portfolio page where your using the portfolio grid shortcode.

    Cheers!
    Elliott

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