BobsBURGS
Forum Replies Created
-
Also if your attempting to get real numbers? Why do you require an email. And why wont you accept regular domain names? I tried like 10 different ones and none work. I had to use a gmail account. How does that help my security? By making me use a different email unrelated to the site i am trying to install. And on top of that you change the notification email to that??? How can you say your just trying to collect more usage data when your clearly trying to build an email list of gmail/yahoo users.
“Oh, and we don’t require anyone to register on our website.” You do require it. I cannot use the plugin without putting in my email and getting a code. That is registering! And it does not work. All I get is “An unexpected error occurred while processing your registration. Please try again.”
Forum: Plugins
In reply to: [Backup Migration] WP-CLI commandsthis all looks great to me. is it documented some place? Sorry for bugging you about it
Forum: Plugins
In reply to: [External Links in New Window / New Tab] Ajax Load more CaptabiltiyHmm, it did not work on first couple try. I’ll fiddle with it.
I tried adding it to the page and after that did not work moved it to the ALM template.
Where is it supposed to go?
You are the man! thanks.
Forum: Plugins
In reply to: [External Links in New Window / New Tab] Ajax Load more CaptabiltiyIt does work on this plugin. Obviously, it does things differently. Hope to see your plugin work with ALM.
Forum: Plugins
In reply to: [Contact Form 7] Google reCAPTCHA V3 CF7 integration does not worki am trying with v3 and it is not helping much.
Forum: Plugins
In reply to: [Multi SMTP] Will this Plugin get updates?I contacted the dev recently. He said there are no plans to. I am going to try and get my own made if you want to contact me.
Sounds like it might be a WordPress Cron issue. Do you use WordPress cron or a real cron job?
Forum: Plugins
In reply to: [WordPress Popular Posts] Inline css option?agreed. This is what I do. But it would be pretty easy to write it into the plugin. I can help if you want.
Forum: Plugins
In reply to: [Disqus Comment System] Undefined index: HTTP_HOSTHaving the same issue.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] inject ads ajax load moreHey, @spacetime I went to sleep. Thanks so much this update worked perfectly. The theme is custom dev I am working on right now. Loosely based on 2017.
For you or others who want to look into this, I have used this plugin on top with theme repeaters. Though any type of repeater should be fine. https://connekthq.com/plugins/ajax-load-more/add-ons/previous-post/
I added this code to the single content type which calls the needed filters.
$query = get_post(get_the_ID());
$content = apply_filters(‘the_content’, $query->post_content);
echo $content;Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] inject ads ajax load morethanks admin access help?
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Turn off all front end admin functionsTo be clear I mean the little edit buttons. Yes, I can use CSS to hide it. But that is not really a fix.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] New relic with ampGood news. W3 Total Cache has a solution. However, you have to have new relic and amp exsententions both active. It’s part of the app now. So just enable them both and your good to go. You do not actually have to use either of the extensions.
Due to the user here.
https://discuss.newrelic.com/t/disabe-new-relic-for-amp-pages/36312/9Glad to have found a solution. Hope this helps. Would be nice to have a default plugin solution.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] New relic with ampnewrelic_disable_autorum ( ); this needs to be placed in the load procedure for amp.