odamfm
Forum Replies Created
-
Forum: Plugins
In reply to: [Folder Gallery] Not compatible with WP v5.2 and/or PHP7Here working fine with
WP v5.3
PHP v7.1
+ Responsive Lightbox & Gallery PluginForum: Plugins
In reply to: [WP SmartCrop] Not working with WP 5.1.1Hi, as you can understand, after 4 months without support i have uninstalled it and found a pure css workaround.
Thanks for your reply anyway.
Forum: Plugins
In reply to: [WP SmartCrop] Not working with WP 5.1.1Hi @burlingtonbytes,
I just updated the plugin, the theme is Jupiter 6 but the layout/query is made by myself using
wp_get_attachment_image()to get the images as you told me.After update, the images are not being displayed in the SmartCrop way and then i noticed that
data-smartcrop-focus="["X","Y"]was missing in the img tag.I have not received any admin notification about this.
Regards,
OdamForum: Plugins
In reply to: [ACF - Image sizes] Images regenerated again when visiting frontpageIt´s a theme issue.
Forum: Plugins
In reply to: [WP SmartCrop] Not working with Jupiter themeYeah, is a shame, but they are not using the WordPress way even in the blog posts, not just in static pages made with page builders.
I guess that if i want to use the plugin i have to make my own theme.
By the way, do you have an standalone version of the plugin?
Forum: Plugins
In reply to: [WP SmartCrop] Not working with Jupiter themeArtbees is not changing this, do you know if Divi theme uses wp_get_attachment_image() ??
Forum: Plugins
In reply to: [WP SmartCrop] Not working with Jupiter themeYou are totally right!
I made a test with a custom query and it works perfect.
$image = wp_get_attachment_image(get_post_thumbnail_id($post->ID), 'large');Tested with
get_the_post_thumbnail()but it’s not working for me.I will submit a ticket to Artbees for sure, i would like to use the theme and the plugin together in future projects.
Thanks for your support and for this must-have plugin.