Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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, Dieter

    #1344428

    Hi 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,
    Rikard

    #1344458

    Hi 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

    #1344485

    Hi,

    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,
    Ismael

    #1344493

    Hi,

    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

    #1344527

    Hi 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,
    Rikard

    #1344529

    Hi 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, Dieter

    #1344693

    Hi,

    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,
    Ismael

    #1344747

    Hi 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

    #1344820

    Hi,

    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,
    Ismael

    #1344854

    Hi Ismael,

    that’s perfect, it’s working now. Thank you so much for your support!

    Best regards

    Dieter

    #1344927

    Hi 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,
    Rikard

    #1344929

    Hi Rikard,

    you can close the topic. Thank you again!

    Best regards, Dieter

    #1344938

    Hi,

    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

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Problems with masonry’ is closed to new replies.