-
AuthorPosts
-
August 29, 2021 at 7:05 am #1318812
in the new enfold version there is a new css for every post.
i use the masonry blog post. if there is a new post, the image of this post doesnt appear!
in the css of the page the image is missing.
when i save the element new and the post the image appears.August 29, 2021 at 7:07 am #1318813in the old version the css was inline. that works. but not the new css extern
August 31, 2021 at 5:04 am #1319064Hi,
Thank you for the inquiry.
Did you modify the av-helper-masonry.php file or override the masonry templates in the child theme? The following thread might help clarify and fix the issue.
// https://kriesi.at/support/topic/masonry-custom-image-source/#post-1314600
// https://kriesi.at/support/topic/theme-upgrade-causes-shortcodes-av-helper-masonry-php-to-crash-site/#post-1313296If you are using the avf_masonry_loop_prepare filter, you might have to apply the attachment value to the attachment_overlay as shown in the thread above.
$content['attachment'] = !empty( $content['thumb_ID'] ) ? wp_get_attachment_image_src( $content['thumb_ID'], $img_size ) : ''; $content['attachment_overlay'] = $content['attachment'];
Best regards,
IsmaelAugust 31, 2021 at 5:30 am #1319066no i dont modify anything.
September 1, 2021 at 11:58 am #1319329Hi,
Thanks for the update. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardSeptember 1, 2021 at 12:18 pm #1319332access i send you
September 13, 2021 at 5:07 pm #1320765Hi,
We are sorry for the late reply!
I could not reproduce the issue on my local installation. Also, we have not received such error from other users. Could you please update /includes/loop-index.php file of your child theme on a testing site and check if that helps?
Best regards,
YigitSeptember 14, 2021 at 10:36 am #1320868on my installation the error appears. you have access to my site. i have delted my loop-index.php and tested. same error!
September 14, 2021 at 1:34 pm #1320906Hi,
I updated Enfold to the latest version 4.8.6.2, cleared cache and created a test post with a newly uploaded featured image and it worked. I attached the screenshot in private content field below. I then went ahead and downgraded the version back to 4.8.5 as this is your live site.
Have you flushed cache after updating the theme?
Best regards,
YigitSeptember 14, 2021 at 2:42 pm #1320914Yes, thats work! Thanks.
September 14, 2021 at 2:54 pm #1320916Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit -
AuthorPosts
- The topic ‘masonry blog post’ is closed to new replies.