cyrillbolliger
Forum Replies Created
-
Thanks for the feedback and the rating ❤️ Glad the plugin serves your needs.
Hi Chris
Thanks for reaching out. It seems like you are using Elementor. As described in the Important Notice section of the plugins description, this is most likely the issue…
Have an excellent day,
CyrillHi
I’m happy to investigate and help fixing this issue. In order to do so, I must somehow be able to reproduce the issue–which I wasn’t with the infos provided.
One way to provide me a minimal example with the issue, would be to reconstruct the non-working installation in the playground and provide me the export zip:

@mbv I’ve just released version 3.3.0, which adds support for WooCommerce product pages. Please let me know if that works for you…
@mbv a solution is in the pipeline and will be released within the next 24h.
Hi MBV
Thanks for reaching out. I’ll check what I can do during the next days. Stay tuned…
And what theme are you using?
Forum: Plugins
In reply to: [Conditionally display featured image on singular posts and pages] Abandoned?Hi Matt
Thank you for your patience. I’ve just tested the plugin with GeneratePress (free version) and at least with the default config it seems to work. It may however be possible, that some premium version of GeneratePress or some theme builder is breaking the Conditionally display featured image on singular posts and pages plugin… To find out where the problem is, I suggest you try with a clean default installation of just WordPress, the plugin and the GeneratePress theme. Then add the premium stuff progressively until it breaks…
Hi gnfb,
Thanks for reaching out. How does your theme load the featured image? Please check also the Important Notice section of the plugin description: https://ww.wp.xz.cn/plugins/conditionally-display-featured-image-on-singular-pages/
Hi,
Thanks for reaching out. Your description sounds to me, like there would be a problem related to a different plugin or theme (e.g. something breaking JS). Could you pleas try to disable all other plugins, then test if everything is working. And if so, reenable one plugin after the other until the problem reappears? This would give a hint on which plugin is causing the troubles…
I’m glad it served you. Thank you for sharing your use case and for the excellent rating!
I’m glad it served you. Thanks for the rating!
Thank you for the positive review. Indeed, the plugin just doesn’t need many updates… In case you ever encounter a problem, I’m happy to fix it, however.
Hi,
Thanks for the plugin. It looks very promising. However, I experience exactly the same as @mrosero.
Tested with WP 6.5.2, Twenty Twentyfour 1.1 and GutSlider 2.7.1Hi emtv,
Thanks for reaching out. Assuming you use the default
wp_table prefix, this should do the job:INSERT INTO wp_postmeta (post_id, meta_value, meta_key) SELECT ID AS post_id, 'yes' AS meta_value, 'cybocfi_hide_featured_image' AS meta_key FROM wp_posts WHERE post_type = 'post' AND 0 = ( SELECT COUNT(*) FROM wp_postmeta WHERE wp_postmeta.post_id = wp_posts.id AND meta_key = 'cybocfi_hide_featured_image' );It will mark the featured image on any post as hidden, unless the post was edited after the plugin was installed and the featured image was not marked as hidden.
Have an excellent day,
Cyrill- This reply was modified 2 years, 8 months ago by cyrillbolliger.