robertallen
Forum Replies Created
-
After doing that, I still have nothing. However I did notice this in the console.
Uncaught ReferenceError: wp is not defined
at (index):543:1Uncaught ReferenceError: wp is not defined
at (index):555:2
at (index):557:4Uncaught ReferenceError: wp is not defined
at (index):562:1Uncaught ReferenceError: _ is not defined
at (index):570:17single-course.min.js?ver=4.2.3.6:1 Uncaught ReferenceError: lodash is not defined
at single-course.min.js?ver=4.2.3.6:1:375
at single-course.min.js?ver=4.2.3.6:1:16408Also, the Start Now does nothing….how do I enable login? I’ve went through the directions fully.
Forum: Plugins
In reply to: [Max Mega Menu] Keep mega menu item expanded on a specific pageThank you Tom! Love it!
Forum: Plugins
In reply to: [Yoast SEO] Bulletpoints in Yoast FAQThank you for such a quick answer. Much appreciated! This makes total sense.
Schema with the FAQ is a game changer. Props to the developers for making it happen!
Forum: Plugins
In reply to: [Multi Page Auto Advance for Gravity Forms] Big Sur Chrome IssuesPlease ignore this. Sorry.
I found out Autooptimize plugin caused a conflict in Big Sur with this.
Forum: Plugins
In reply to: [Multi Page Auto Advance for Gravity Forms] Big Sur Chrome IssuesBig Sur is released actually. I just found out it’s definitely a Big Sur issue. Works great on Catalina and below.
Any ideas as to what I can do to fix?
Forum: Plugins
In reply to: [WP Featherlight - A Simple jQuery Lightbox] AJAX PagesPerfect documentation! I managed to get it working by enqueing the script as you suggested using the CDN. Thank you so much!
Forum: Plugins
In reply to: [WP Featherlight - A Simple jQuery Lightbox] AJAX PagesIs there a function I can add to AJAX success?
Forum: Plugins
In reply to: [Advanced Bootstrap Blocks] WordPress 5.4 Update – Missing Colored OutlinesPlease disregard, looks like you rolled out an update a minute ago. Thank you for all you do on this.
I’m getting the same thing, however there’s no CDN involved on my end. How do I fix this?
- This reply was modified 4 years, 8 months ago by robertallen.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] AJAX Load More with Match HeightSorry to necro this…but this worked great. Thank you Darren!
Hi Jes,
Are you by chance using any .git with the /uploads/ folder gitignored?
And you said your /uploads/ folder has Read/Write enabled?
Forum: Plugins
In reply to: [WordPress Popular Posts] Getting categories to linkHector, thank you so much for your reply. We ruled out a plugin issue, which means it’s a conflict with the theme we’re using. We tested it on a blank theme and it worked perfectly.
Appreciate you taking the time to test this and get back to us. Sorry to have wasted your time. Great plugin by the way, thank you for all your hard work on it.
Forum: Plugins
In reply to: [WordPress Popular Posts] Getting categories to linkAwesome, here is the code we’re using. Inside the blog-tag dig we want the category to link to the respective category page.
$args = array( 'stats_category' => 1, 'limit' => 3, 'range' => 'last7days', 'post_html' => '<div class="blog-editors-picks-entry"> <hr class="blog-editors-picks-entry-divider" /> <div class="blog-tag"> {category} </div> <h3><a href="{url}">{text_title}</a></h3> </div>' ); wpp_get_mostpopular( $args );
Forum: Plugins
In reply to: [WordPress Popular Posts] Getting categories to linkI should mention that it does contain an anchor link, but it doesn’t have an href to it:
This is the output of { category }
<a href="" class="category category-216">CRM</a>