Tagged: Flexible Masonry, Masonry Gallery, perfect grid, title
-
AuthorPosts
-
June 7, 2018 at 12:28 pm #968705
Hi,
Help fix this bug please
Media Elements > Masonry Gallery: Flexible Masonry – when viewing a image title displayed, Perfect Grid and Perfect Automatic Masonry – when viewing a image title not displayed.
See Private Content for details.
Thanks in advance.
June 9, 2018 at 5:36 pm #970472Hey sckye,
Can you please put just one masonry on the page and see if the issue remains?
Best regards,
VictoriaJune 9, 2018 at 6:16 pm #970481You’re welcome.
See Private Content for details.
June 11, 2018 at 12:15 pm #971107Hi sckye,
Thank you for doing that, I thought there was JavaScript conflict, but the reason is different.
Best regards,
Victoria- This reply was modified 6 years, 5 months ago by Victoria.
June 11, 2018 at 1:21 pm #971148And this must be fixed. It is necessary to make all the titles displayed, as it was before.
In version 4.2 titles displayed in Flexible Masonry, Perfect Automatic Masonry and Perfect Grid.
In version 4.4.1 titles no longer displayed in Perfect Automatic Masonry and Perfect Grid.
Enfold 4.2
Masonry Gallery > Flexible Masonry (title is displayed)
Masonry Gallery > Perfect Automatic Masonry (title is displayed)
Masonry Gallery > Perfect Grid (title is displayed)
the images were in<div class="av-masonry-outerimage-container"><div class="av-masonry-image-container" style="background-image: url(https://site.com/wp-content/uploads/2012/04/2-1-705x458.jpg);"><img src="http://site.com/wp-content/uploads/2012/04/2-1-705x458.jpg" title="Perfect Grid 01" alt="Perfect Grid Image 01"></div></div>
Enfold 4.4.1
Masonry Gallery > Flexible Masonry (title is displayed)
the images were in<div class="av-masonry-outerimage-container"><div class="av-masonry-image-container"><img src="http://site.com/wp-content/uploads/2012/04/2-1-705x458.jpg" title="Perfect Grid 01" alt="Perfect Grid Image 01"></div></div>
Masonry Gallery > Perfect Automatic Masonry (title is not displayed)
Masonry Gallery > Perfect Grid (title is not displayed)
the images were in<div class="av-masonry-outerimage-container"><div class="av-masonry-image-container" style="background-image: url(https://site.com/wp-content/uploads/2012/04/2-1-705x458.jpg);"></div></div>
See Private Content for screens.
June 11, 2018 at 4:08 pm #971268Hi sckye,
Thank you for bringing this up.
I reported this issue to our devs, they’ll work on it whenever they can.
Best regards,
VictoriaJune 26, 2018 at 1:30 pm #977936Hi,
Thank you for reporting this.
It should be fixed with the next update.
Meanwhile you have to update file
enfold\config-templatebuilder\avia-shortcodes\av-helper-masonry.php
Please replace the complete file with
Make sure to make a copy of the original file to have a fallback and that you are using Enfold 4.4.1.
Do not forget to clear browser and server cache after the update.If you have problem we can do the update for you.
Best regards,
GünterJune 26, 2018 at 3:04 pm #977968Hi,
Replaced file but it didn’t help.
See Private Content for login credentials.
July 3, 2018 at 9:39 pm #980764Hi,
Sorry for the delay reply – is the issue fixed?
Best regards,
BasilisJuly 3, 2018 at 9:41 pm #980767Unfortunately no. File replacement did not help.
July 9, 2018 at 3:21 pm #983131Hi,
I did loged in, but it seems you have restored the file?
Any specific reason, something broke?Best regards,
BasilisJuly 9, 2018 at 3:36 pm #983139Hi,
No, nothing’s broken. Now in enfold\config-templatebuilder\avia-shortcodes\
lies the file av-helper-masonry.php that Günter gave me and this new file did not help in solving the problem.- This reply was modified 6 years, 4 months ago by sckye.
July 12, 2018 at 5:53 am #984494Hi,
Did you just rename the old file? You have to remove it completely or store it on a different place. It will still be recognized as one of the shortcodes even if you rename it to something else.
Best regards,
IsmaelJuly 12, 2018 at 10:55 am #984607Hi,
Ок. Now there is only a file that gave me Günter, but still nothing works.July 13, 2018 at 9:57 am #985067Hi,
You have to set the masonry’s “Element Captions” > “Element Title and Excerpt” settings to display the title, excerpt or both. (see private field)
Best regards,
IsmaelJuly 13, 2018 at 10:31 am #985088Hi,
No, that’s not the point. It is necessary that image thumbnails are displayed on the page without displaying the title and description, but the title is displayed when viewing the image in the lightbox. And everything worked fine in 4.2 and earlier.
Clicked on the image – saw the title “Test” and thought that everything worked, but no. Previously, information about the image title was taken from the “Title” field and now from the “Caption” field (Screen 3). And if now I remove the “Test” from the “Caption” field – we go back to the beginning of a topic, to that of started all this.
Masonry Gallery > Flexible Masonry (image title when you open it in lightbox is displayed)
Masonry Gallery > Perfect Automatic Masonry (image title when you open it in lightbox is not displayed)
Masonry Gallery > Perfect Grid (image title when you open it in lightbox is not displayed)See screenshots in privat content.
- This reply was modified 6 years, 4 months ago by sckye.
July 16, 2018 at 2:40 am #985803Hi,
I see. Thanks for the info.
We modified line 366 of the av-helper-masonry.php file.
$linktitle = 'title="'.esc_attr($description).'"';
Replaced with:
$linktitle = 'title="'.esc_attr($title).'"';
Best regards,
IsmaelJuly 16, 2018 at 4:08 pm #985972Hi,
Thank you very much, everything works fine.
This bug will be fixed with the next update?
July 17, 2018 at 3:48 am #986202 -
AuthorPosts
- The topic ‘Masonry Gallery – Image title is not displayed’ is closed to new replies.