Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #717181

    Hi, if I want to insert an image gallery not using ALB but the standard wordpress editor and if I choose medium size images the gallery shows up as a tiny image gallery with 80px width and height. This is due to an entry in base.css that defines for
    #top .gallery .gallery-item
    a width of 80px.

    This is a bit annoying since it disables the WordPress gallery feature that should make it possible to choose between different sizes for a gallery.

    #717192

    Hey bluecafe,

    Can you try to give us a link to page mentioned? so we can inspect further. Place it in the “private content” when you reply.

    Best regards,
    Nikko

    #717216

    Hi, I have changed my css to #top .gallery .gallery-item { width: auto; height: auto; } in order to being able to use the standard wordpress gallery without having the images resized to tiny 80px images even if you choose medium size images. So you won’t see the effect on my site any more.

    You can easily check it by placing a gallery inside a post using enfold theme with the standard wordpress editor. I trust you will have a demo version running with enfold?

    I don’t think that a theme should disable default wordpress features such as choosing image size of gallery photos.

    • This reply was modified 7 years, 4 months ago by bluecafe.
    #717962

    Hi,

    We are very sorry for that. The theme doesn’t disable the default wordpress features however there’s a css conflict and the theme’s css did override the default gallery. We will report this bug to Kriesi and our Devs.

    Best regards,
    Nikko

    #757897

    Hi,
    I just wanted to inform you that the issue still isn’t fixed with enfold version 4.0.2.
    I’ve had the same problem for weeks and just have found this question and could fix it with putting into the Quick CSS following code:

    #top .gallery .gallery-item{
    width: auto !important;
    height: auto !important; }

    Regards.

    #758690

    Hi @ping-pong,

    Thanks for sharing and the feedback, much appreciated :-)

    Best regards,
    Rikard

    #941170

    Hi,
    I just wanted to inform you that the issue is still not fixed with enfold version 4.2.6 ;-)

    #941543

    Hi MSchrauf,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #941563

    Hi Victoria,

    here is an example.

    If I insert the code from ping-pong into Quick CSS, it is solved.

    • This reply was modified 6 years ago by MSchrauf.
    #941568

    Hi Victoria,
    you just need to read the previous posts. Enfold is overriding the gallery height and width.
    To be more specific:

    base.css line 397

    #top .gallery .gallery-item{
    margin:1px 1px 0 0;
    width:80px;
    height:80px;
    padding:0;
    }

    Therefor all gallery items are forced to a width of 80px and a height of 80px. Doesn’t look very nice.

    #941901

    Hi bluecafe,

    Have you seen the WordPress media settings page? If you do not change anything there you too get the 80px thumbs.
    Image 2018-04-14 at 19.03.10.png

    It is very easy to adjust the css for the gallery and there are plenty solutions on the forum.
    Like this

    
    #top .gallery .gallery-item{
       margin:1px 1px 0 0;
       width:180px;
       height:180px;
       padding:0;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #942256

    Yes, but it would be nice if the CSS settings were set to automatic, so you can use the settings of the gallery.

    width: auto !important;
    height: auto !important;

    Thus the settings of the gallery are always overwritten and it is not possible to use preview images of different sizes in different articles/pages.

    • This reply was modified 6 years ago by MSchrauf.
    #942897

    Hi,

    Thank you for the update. Did you try the suggested css code above? That should override the theme’s default gallery style.

    Best regards,
    Ismael

    #942988

    Yes, it works, but it would be nice if it was implemented correctly in the Enfold. The way it is now, it’s more like a bug.

    #943307

    The theme shouldn’t override the media settings. And users shouldn’t have to use CSS in order to see their media settings in the backend. Cannot believe that the moderators don’t get it …

    #943938

    Hi,

    That is quite intentional because we don’t expect users to opt in for the default gallery when there are media elements in the builder that are, arguably, far more advanced and elegant. Please use the css modification above if you want to use the default WP gallery.

    Best regards,
    Ismael

    #943955

    The problem is, the Avia Layout Builder is not available for custom post types. This is how the standard gallery is used there.

    edit:
    Okay I found the solution:
    https://kriesi.at/documentation/enfold/use-the-layout-builder-with-any-post-type/

    • This reply was modified 6 years ago by MSchrauf.
    #944121

    That is quite intentional because we don’t expect users to opt in for the default gallery when there are media elements in the builder that are, arguably, far more advanced and elegant.

    You call a gallery with images with a dimension of 80px x 80px advanced and elegant??? 80px x 80px may be used as size for an avatar but this is surely not an appropriate size for a gallery. A gallery is meant to present images. The enforced enfold gallery settings are anything else but not advanced and definitely not elegant.

    In addition you cannot expect users to use the Avia Layout Builder by default. This is an option nothing more and nothing less. Therefor it must not override default settings where you need some html and css knowledge to reckognize why your gallery is looking so inconspicuous and tiny .. in short ugly.

    So please be honest and say that you just don’t want to care. But don’t call these setting advanced or even “elegant”. This is a joke …

    #944996

    Hi,

    You call a gallery with images with a dimension of 80px x 80px advanced and elegant???

    I was referring to the theme’s media elements (sliders, gallery, horizontal gallery etc), not the default gallery. Please use the css modification above to override the theme’s default gallery styling. :)

    Best regards,
    Ismael

    #945547

    I was referring to the theme’s media elements (sliders, gallery, horizontal gallery etc), not the default gallery.

    Me too. Unfortunately these unattractive 80px x 80px gallery settings are the themes default settings and it is necessary to use css to make it look a bit like a gallery. But I am repeating myself and I have to recognize that you prefer to ignore the problem.

    #945754

    Hi,

    But I am repeating myself and I have to recognize that you prefer to ignore the problem.


    @bluecafe
    : We encourage users to use the theme’s gallery elements. You can find those in the advance layout builder under the media elements panel. If you really want to use the default WP gallery, add the css modification above. I’m not sure how can I be more clear. :D

    Best regards,
    Ismael

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