-
AuthorPosts
-
November 11, 2017 at 9:52 pm #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
MarkusNovember 12, 2017 at 8:54 am #875670Hey 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 ShannonNovember 13, 2017 at 7:51 am #875985Hi 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- This reply was modified 7 years ago by swisswetter.
November 13, 2017 at 8:38 pm #876260Hi,
Are you in need of the pics to be larger?
Best regards,
Jordan ShannonNovember 13, 2017 at 8:41 pm #876263Hi 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
MarkusNovember 16, 2017 at 3:23 am #877317Hi,
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,
IsmaelNovember 18, 2017 at 8:29 pm #878630Hi 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
MarkusNovember 20, 2017 at 4:31 pm #879202Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.