alexanderbailey
Forum Replies Created
-
Forum: Plugins
In reply to: [Network Posts Extended] Weirdness Accessing ACF Field ValuesI just sent you a link to a zipped copy of my custom plugin via your contact form. Many thanks!
Forum: Networking WordPress
In reply to: Multisite: Set Responsive Breakpoint via WP AdminMighty thanks, @bcworkz!
I rigged it up last night and it works!
Forum: Plugins
In reply to: [Contact Form 7] Anonymizing Remote IP Address: Not WorkingThe form on this staging page is now set to mail me (so you are welcome to test it):
https://sf.nnalphastaging.wpengine.com/contact/Thank you!
Forum: Plugins
In reply to: [Network Posts Extended] Order of ACF Fields?You are good! Neither flex nor grid were in my CSS tool kit. Now they are. I went with flex as it seems like browser support has been around a bit longer.
My test page has been updated to show what should be my final CSS and markup (I wrapped the titles in H3s).
Mighty thanks!
If I can help you out with proofreading and updating your documentation, give me a shout via my personal website (link in my WP profile). I’m much obliged.
Hi Shamim,
Everything seems good with 6.1.1! I tested logging in as a superadmin and as a regular admin at a few subsites and captcha works as expected. Leaving a comment on a post works as expected (with regard to the Captcha). The superadmin can access the ANR’s settings, the regular admin can’t. This seems right.
Thank you!
Now, I still have the following in my must-use plugin:
if ( !function_exists( 'anr_verify_captcha' ) ) { add_action( 'admin_notices', 'no_anr_notice' ); } else { add_filter( 'anr_same_settings_for_all_sites', '__return_true' ); }Do I need to keep this, or is it redundant now?
Cheers.
- This reply was modified 5 years, 10 months ago by alexanderbailey.
Forum: Plugins
In reply to: [Network Posts Extended] Expected exclude_all_past_events behavior?All good! Thanks for your work!
Here’s a sign post for anyone using Advanced Custom Fields in combination with Network Posts Expanded who is finding that
include_acf_fields=‘field_name’isn’t displaying or is only displaying on some posts:I’m using ACF’s local JSON feature to get my custom field groups to all my subsites. I found is that NPE only displays ACF fields in its output after I manually sync my fields on each subsite.
That said, NPE seemed to be reading my ACF date field regardless of whether I had manually synced the fields, i.e, it would order those posts correctly based on
order_post_by_acf_date='event_date asc'even on posts whereinclude_acf_fields=‘event_date’wasn’t displaying myevent_datevalue.I might revisit my use of local JSON to sync my ACF field groups…
Hi @johnzenausa.
I updated to your latest and got things straight using:
order_post_by_acf_date='event_date asc'
exclude_all_past_events='event_date'Your reply mixed up the argument names but you set me on the right path, so all is well here. Thank you!
Along the way I discovered that
exclude_all_past_events='true'also works in place of using the ACF field name.By the way, once I added the missing
ascparameter toorder_post_by_acf_datemy results were limited to posts which included my ACF date field, which is what I wanted, so that’s a bonus.Cheers!
P.S.
hide_acf_labelappears in NPE’s tutorial and documentation but it should behide_acf_labelsinstead.
https://agaveplugins.com/tutorials/plugins/multisite/network-posts-extended/
https://wordpress.org/plugins/network-posts-extended/#faqThank you, Shamim,
If I can be of help in anyway, let me know!
- This reply was modified 5 years, 12 months ago by alexanderbailey.
- This reply was modified 5 years, 12 months ago by alexanderbailey.
Can you access that page from network admin (not from main site admin)?
No.
The main site admin plugins page (/wp-admin/plugins.php) is the only place where I see a link to ANR settings. The link points to /wp-admin/options-general.php?page=anr-admin-settings.
Network admin plugins (/wp-admin/network/plugins.php) doesn’t show a link to ANR options. I tried adding “network/” to the settings URL above (i.e., /wp-admin/network/options-general.php?page=anr-admin-settings) but I got a “requested URL not found” error.
Unfortunately I’m still getting the error with version 5.6. Tested in Chrome and in Firefox with a freshly deleted cache.
Hi Shamin,
You’re right, the reCaptcha error has fixed itself, with no action from me other than patience. Was it only my computer? (I tried several browsers, incognito mode, etc.) We may never know.
Thank you for checking, sorry for the trouble.
I will have another try at getting anr_same_settings_for_all_sites to work on the staging server. I’ll report back if I have any new insights.
Cheers!
1.0.1 works for me! All good again.
Mighty thanks for the speedy fix. Apologies for my tardiness in replying.
Forum: Plugins
In reply to: [Friends Only] Limit to number of permitted emails in Friends Only?I run the plugin on a site with 124 lines of addresses. Initial server response from the site was gradually getting slower and slower and recently reached the pain threshhold. By initial response, I mean waiting for the F.O. login screen when not logged in as an administrator, waiting for a site page or waiting for a WP dashboard page when already logged in as an administrator. After this initial wait, subsequent pages would load promptly.
Disabling Friends Only would remove the initial delay.
I subsequently found that initial response time greatly improved when I changed the server’s PHP mode from 5.2.x FastCGI to 5.3.x FastCGI.
In response to my own earlier forum post (unanswered, now closed to further comments), I recently figured out that Friends Only is compatible with the caching plugin W3 Total Cache (current version 0.9.2.8).
Despite all this, initial response time still seems to bog down at times. Obviously, it could be my server at fault…