lear2000
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Velocity Minify] Delay third party scripts until user interactionin previous versions use went negative:
add_action(‘template_redirect’, ‘fvm_start_buffer’, -PHP_INT_MAX);im sure you know that, but i just logged into a site and noticed…
Forum: Plugins
In reply to: [Fast Velocity Minify] Delay third party scripts until user interactionif i set your redirect to 0 it works everytime
https://snipboard.io/G4IVKM.jpgquestion is PHP_INT_MAX is a server setting? can it be increased? or set too high?
Forum: Plugins
In reply to: [Fast Velocity Minify] Delay third party scripts until user interactionso both of you are using output buffering and they are competing against yours
they have a flush for this issue, but if i install it all my content doublesadd_filter( ‘aioseo_flush_output_buffer’, ‘__return_false’ );
literally if disable all in one everything works just fine
any other tricks to maybe delay our OB after theres?- This reply was modified 2 years, 4 months ago by lear2000.
Forum: Plugins
In reply to: [Fast Velocity Minify] Delay third party scripts until user interactionedit..
i found out what it was: your firing order made me dig deeper
All on one seo pack was the culprit.- This reply was modified 2 years, 4 months ago by lear2000.
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] Short Code ACFdid all of this.. [mailpoet_page] does not render anything
[mailpoet_archive] works on the same page
- This reply was modified 2 years, 8 months ago by lear2000.
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] Short Code ACFi tried adding the short code in the loop via php and it doesnt render
[mailpoet_page] just does not do anything
i checked the server logs for errors and to see what is going on with this url
?mailpoet_router&endpoint=subscription&action=confirm_unsubscribe
nothing is reported
i swapped to 2021 theme and nothing shows- This reply was modified 2 years, 8 months ago by lear2000.
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] Short Code ACFACF just renders what is inside the content, so all shortcodes work, except mail poet.
back in biz.. so here is the order
I updated all in one seo
I went to check robots.txt and got a redirect.
I found your article on adding those lines to nginx.
That yielded this thread. In which the solution was to remove those lines?head scratcher…
removing the ngix redirects gives me robots
check out this access log when i request robots.txt
2021-04-16 11:52:53 Access ###### 200 GET /index.php?aioseo_robots_path=root HTTP/1.0 11.9 K Apache SSL/TLS access
htaccess is clear
i’ve commented the entire thing outrunning 12 plugins.. none of them deal in redirecting
twenty21 theme yields a redirect..
using these rewrites in NGINX proxy
rewrite ^/robots.txt$ /index.php?aioseo_robots_path=root;
rewrite ^/robots.txt$ /index.php?robots=1 last;Toggled off
Updated pemalinks (was set to post but reset it anyway)still redirects
adding /index.php?robots=1 works?
addding /index.php?aioseo_robots_path=root
does not work?