Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #875598

    Hi into the Forum
    I use “Enfold” and “Gallery Manager Pro”.
    My Problem: Enfold makes changes in the displaying of Galleries ! Defined are greater pics, but Enfold meakes 80px.

    See here:
    http://version2017.jpcfoto-ftan.ch/galleries/category/kanadareise-2017/

    I contacted the programmer of Gallery Manager Pro” and he said, that he can change nothing, because its Enfold who do this!
    Why do Enfold make Changes in diplaying a external Gallery plugin ????
    Anyone an Idea?

    Thanks
    Markus

    #875670

    Hey swisswetter,

    So you need the pics to be larger? It could be a css conflict. If you activate the default WP theme does the images still appear like that?

    Best regards,
    Jordan Shannon

    #875985

    Hi Jordan
    Here the Answer from the Gallery-Programmer:

    Thank you very much for your support request, which I would like to answer.

    The gallery display is defined by Theme. The plugin only provides the theme with information about the image size and the number of columns to be used. The theme then “decides” how this information is to be implemented.

    In your theme in http://version2017.jpcfoto-ftan.ch/wp-content/themes/enfold/css/base.css:390 all links and images are defined as block elements. In line 397, all gallery images are also set to a width of 80px. Theme seems to support only images of the same size within the gallery. You can change the image size directly in the gallery.

    I also saw that there is another lightbox on your website which opens at the same time as the lightbox of the Gallery Manager plugin. You should also deactivate them.

    Ask your theme developer how to fix/deactivate the above points.

    Best regards
    Markus

    #876260

    Hi,

    Are you in need of the pics to be larger?

    Best regards,
    Jordan Shannon

    #876263

    Hi Jordan
    Not only the pics, also the text above is absolutely presented in a way not acceptable.
    The customer wants
    – 1 pic ( i cansetup this in the gallery) ca. 300×300
    – And the Text above in one Line
    Best Regards
    Markus

    #877317

    Hi,

    The theme has its own Gallery element and it utilizes the default WP Gallery feature, same as the plugin. If you want to override the theme’s gallery style, you can add this code in the Quick CSS field.

    #top .gallery .gallery-item {
        margin: 1px 1px 0 0;
        width: auto;
        height: auto;
        padding: 0;
    }
    
    #top .gallery a, #top .gallery a img {
        border: inherit;
        max-width: 100%;
        display: block;
        position: relative;
    }

    Best regards,
    Ismael

    #878630

    Hi Ismael
    Thanks for the Tipp, works fine with the fotos:
    http://version2017.jpcfoto-ftan.ch/galleries/category/kanadareise-2017/
    But the Taxt between Title and Gallerydescription is in the old (wrong) form.

    Best regards
    Markus

    #879202

    Hi,

    Add the following to quick css:

    /*gallery*/
    #top .gallery a, #top .gallery a img{
    border:none;
    max-width: 100%;
    display: inline!important;
    position: relative;
    }

    Best regards,
    Jordan Shannon

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