
-
AuthorPosts
-
March 14, 2022 at 11:37 am #1344370
Dear Kriesi team,
since some months masonry seems completley corrupted. It doesn’t behave according to settings. For example:
Currently the settingis “show title”, however, ist doesn’t show the titles. See here: http://www.dieter-lederer.com/blog
If I use “show title and text preview” it will show the full text only in the last line and cut the preview text in all other lines.
What you recommend in order to bring it back to work as it should?
Thanks in advance for your help.
Kind regards, DieterMarch 14, 2022 at 4:04 pm #1344428Hi Dieter,
Could you try updating the theme to the latest version (4.9) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If not, then please post admin WordPress login details in private.
Best regards,
RikardMarch 14, 2022 at 6:56 pm #1344458Hi Rikard,
thanks for answering fast. Unfotunatly, the installation of the latest version Enfold 4.9 made it worse:
Concerning Masonry nothing changed.
But: I have a complete new footer which has nothing to do with the old one and I have no glue how to change it, as the footer configuration is still the old one and correct.I provided login details in private.
Kind regards
Dieter
March 15, 2022 at 6:30 am #1344485Hi,
Thank you for the update.
The title of the masonry items are displaying correctly when we checked the site. Please check the screenshot below.
Screenshot: https://1drv.ms/u/s!AjjTfXSRbKTvwEEEy0_-L10UPP7p?e=aGXAex
And regarding the footer issue, you may need to update the footer.php file in the child theme directory. Get the latest copy of the file from the parent theme and override the current one.
Best regards,
IsmaelMarch 15, 2022 at 8:44 am #1344493Hi,
thanks for your feedback. The titlees work well now, that’s good.
The footer problem I could resolve thanks to your advice.
Concerning masonry there is still a problem: when switiching to “display title and text preview” I get the following result: https://bit.ly/3JcsyRe
You have an idea what to do?
Best regards, Dieter
March 15, 2022 at 11:24 am #1344527Hi Dieter,
Thanks for the update. I tried logging into your site, but the details you posted are not working anymore. Could you check and update the details please?
Best regards,
RikardMarch 15, 2022 at 11:33 am #1344529Hi Rikard,
sorry, I deactivated your account too fast. Meanwhile I reactivated it. You should now be able to login using the known login data.
Best regards, DieterMarch 16, 2022 at 9:06 am #1344693Hi,
Concerning masonry there is still a problem: when switiching to “display title and text preview” I get the following result: https://bit.ly/3JcsyRe
Looks like you are using the Advance Layout Builder (ALB) for your posts, which is why the builder shortcodes are displaying in the excerpt. To get rid of the shortcodes, you have to edit the posts and add the summary or excerpt in the Excerpt box manually.
Best regards,
IsmaelMarch 16, 2022 at 2:39 pm #1344747Hi Ismael,
thanks for your reply. Indeed I defined the excerpts manually using the excerpt box at the end of the input side for the posts. And yes, I do use the ALB.
Therefore, I don’t know what to change. Do you have a more detailed advice for me?Best regards, Dieter
March 17, 2022 at 6:48 am #1344820Hi,
Thank you for the info.
We added this filter in the functions.php file to display the excerpt of the masonry items instead of the actual content.
function avf_masonry_entry_content_mod($content, $entry, $config) { return get_the_excerpt($entry["ID"]); } add_filter('avf_masonry_entry_content', 'avf_masonry_entry_content_mod', 10, 3);
Best regards,
IsmaelMarch 17, 2022 at 12:12 pm #1344854Hi Ismael,
that’s perfect, it’s working now. Thank you so much for your support!
Best regards
Dieter
March 17, 2022 at 3:17 pm #1344927Hi Dieter,
Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardMarch 17, 2022 at 3:31 pm #1344929Hi Rikard,
you can close the topic. Thank you again!
Best regards, Dieter
March 17, 2022 at 3:50 pm #1344938Hi,
Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard -
AuthorPosts
- The topic ‘Problems with masonry’ is closed to new replies.