huntsimply
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] undefined method WidgetCacheHi Tom,
Thanks for your reply.
You are right – I’m using WP Widget cache (https://wordpress.org/plugins/wp-widget-cache/) 🙂
If that’s causing the issue, i can uninstall it to use your plugin. 🙂
Regards,
huntSorry about it, Jeremy.
Hi Jeremy,
I have the same problem as well.Would you mind giving some details on how the function displaying the Featured Image can be inserted in the loop used by Infinite Scroll?
The code I am using.
function mytheme_infinite_scroll_init() {
add_theme_support( ‘infinite-scroll’, array(
‘container’ => ‘content’,
‘render’ => ‘mytheme_infinite_scroll_render’,
‘footer’ => ‘wrapper’,
) );
}
add_action( ‘init’, ‘mytheme_infinite_scroll_init’ );function mytheme_infinite_scroll_render() {
get_template_part(‘loop’ );
}Thanks very much in advance!
Forum: Plugins
In reply to: [Amazon Product in a Post Plugin] Customer Reviews TruncatedDear Don,
That’s amazing. Thanks very much for the quick help!
Regards
huntsimplyForum: Plugins
In reply to: [WP YouTube Lyte] Problem with responsiveness for certain postsHi Frank, thanks so much for the quick response. that’s very helpful!