jasonmj
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] comments_template() not loadingNevermind, I got it working…
// Comments Template global $withcomments; $withcomments = true; comments_template();
I’m still unable to get ajax comments working, but the form and past comments are displayed by using the code above.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] comments_template() not loadingThanks so much for your quick reply. I’ve got a repeater template that include “comments_template()” in order to load the comments for each post in the feed.
So, you’re saying that’s unsupported?
Awesome. I was just looking for support on this same issue. Thanks!
Forum: Plugins
In reply to: [Facebook Comments] SyntaxError: unterminated string literalThe comments form is not loading either. It just says “Comments”
Forum: Plugins
In reply to: [Facebook Comments] SyntaxError: unterminated string literalIn the console: https://i.imgur.com/nED8ciZ.jpg
Forum: Plugins
In reply to: [Facebook Comments] SyntaxError: unterminated string literalForum: Plugins
In reply to: [WooCommerce Colors] SCSS ConflictThanks for such a quick response! Much appreciated!
Forum: Plugins
In reply to: [Advanced Custom Fields - Code Area Field] Update for v5?I’ve figured out a work-around for the code to be displayed correctly when using flexible content fields. You’ll need to make a small change to acf_code_area-v5.php:
case 'php': return eval($value);
Changes to:
case 'php': return '?>'.$value;
And when you call this field in your markup it should looks something like this:
eval(get_sub_field('your_field_name'));
Forum: Plugins
In reply to: [Advanced Custom Fields - Code Area Field] Update for v5?@jonnixon I’m running into the same issue. Did you figure out a solution for the code field rendering at the top of the page?
I do not have the Admin Menu Editor plugin installed.
When I select menu items to hide from specific user roles, they are not hidden as they should be. However, it does work with items that are located in the top menu bar.
I have the same issue. I just reinstalled and xCloner still won’t remember my Amazon S3 settings. Using latest versions of WordPress & xCloner.
I’m having issues with menu items not being disabled as well.
I do not have the Admin Menu Editor plugin installed.
Forum: Plugins
In reply to: [FBF Facebook page Feed Widget] Feed BrokenAny hope for an update to the plugin to fix this?
Forum: Plugins
In reply to: [Pricing Table Ready!] Pricing Table Ready breaks textarea editorIt’s definitely still broken for me.
Forum: Plugins
In reply to: [Gravity Forms Directory] Entry Details Not Showing on EditUpdate: it appears that if you hide the entry from single entry view, the details are not visible in the editor, but the fields themselves are.
I wouldn’t have expected it to work that way and ideally, you’d see all the details of the entry when editing it even if some fields are hidden from view for single entry view.