Try to add post_thumbnail_html filter inside construct. gap.class.php:15
add_filter( 'post_thumbnail_html', array( $this, 'replace_gifs' ));
Hi,
Can you post your entire files ? I don’t find the good section.
Thank You
It’s actually simple: open gap.class.php from the plugin folder with your favorite text editor, duplicate line 15 and replace the_content with post_thumbnail_html.
http://pastebin.com/7fenwRuY
OH YEAH ! THANK YOU !
I’m looking for an issue since 3 hours !
😀
Thread Starter
yflor3
(@yflor3)
Hello,
I updated my website with a new theme and the “add_filter” you game me is not working anymore
Here is an example
http://worldwtf.com/378
Please help me.
Hi, it’s because your new template works another way. Install the new version of the plugin (1.10) and check faq’s Aruna template question, hopefully it helps. If something is not clear just ask.
Thread Starter
yflor3
(@yflor3)
I updated everything and still not working.