dbrunsden
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Sticky PostsHave you had any luck?
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Sticky PostsThanks, appreciate the help buddy
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Sticky PostsWhat you suggested has no impact on anything ??
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Sticky Posts=)
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Javascript errorsBrilliant! Working perfect buddy.
I will give you a shout when my project goes live, I think you’ll like it!
Any future release to include date archive inclusion?
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Javascript errorsAlso every time you update the plugin the custom repeater resets, which is a pain.
Sorry to be sounding a little negative… I absolutely love the plugin so it’s not the case. Just want it to work perfect as I will be using this again!
Thanks nashvillegeek!
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Gravity Forms Reload CodeHi,
Yes I managed to get it working, see here – https://2ammedia.co.uk/contact-2am-media/
The way I did it (which probably isn’t the best way to do it) was to load up the form properly by refreshing the page, then view the source and copy all the Gravity Forms jQuery code into the AJAX reload code section. Replacing all the $ with jQuery.
It’s a big chunk of code but I couldn’t find a better way.
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Disable the plugin for Internet Explorer (IE)?Thanks for the reply, appreciate it buddy
Hi how did you fix this?
Forum: Fixing WordPress
In reply to: Display private posts in the WP search results for logged in usersThanks for your help it seems to work fine with is_search()
Forum: Fixing WordPress
In reply to: Display private posts in the WP search results for logged in usersFixed it by putting a is_search loop around it so it only comes into play on the search results page.
Probably not the best method but seems to work fine.
Forum: Fixing WordPress
In reply to: Display private posts in the WP search results for logged in usersJust to clarify (I missed out an important part)
This is not working for a custom user role I have set up that has the privileges of:
read_private_pages
read_private_posts &
readIt works fine as Administrator but not this custom user.
Thanks