jshare
Forum Replies Created
-
Point taken. I actually try to use javascript-based widgets as little as possible, but there are some things that are unavoidable such as opt-in boxes and polls (which WP for AMP filters out), which I try to include on almost every article.
So I don’t see myself hiding pages from being AMPed, but I will try some things to see what works best. Thanks for all your suggestions.
Thank you, this is already an improvement.
Ideally, I’d like to be able to condition pieces of content in the middle of a blog post, displaying a different version of that same content in the AMP version of the post.
For example, javascript failovers such as if I have content “block” that uses javascript such as a poll, the AMP version could just ask readers to vote by clicking through to the non-AMP version of the article.
Thanks!
I’d actually like to use it elsewhere in the article than the footer. I’ll take a look at the code to see if I can figure it out.
Forum: Plugins
In reply to: [AMP] AMP top-level menu not appearing in my Dashboardthis is fixed in 0.5
Thanks for figuring it out.
In the meantime, I’m not including [password_reset_link] in the Password Reset email, instead telling the user to reply to it so I can handle it manually, and I have no clue how often it’ll come up…
But I’ll admit I was thinking of hacking the plugin to see if I could make the New User email’s [password_url] work in the Password Reset email. Wouldn’t that work?
Forum: Plugins
In reply to: [Better Google Analytics] Unknown or bad timezone errorIt was on UTC+3, and displaying the correct time. I’ve now changed it to Jerusalem – which is usually UTC+2 but now on DST – so I don’t need to think about going back and forth to/from DST.
Btw, with WP_DEBUG enabled on my test server, when I click the Lost Password link, this is what I see in my error log:
2017/05/14 21:49:49 [error] 13194#0: *41425 FastCGI sent in stderr: “PHP message: PHP Notice: Trying to get property of non-object in /var/www/mydomain.com/html/wp-content/plugins/bnfw/bnfw.php on line 402
PHP message: PHP Notice: Trying to get property of non-object in /var/www/mydomain.com/html/wp-content/plugins/bnfw/includes/engine/class-bnfw-engine.php on line 609
PHP message: PHP Notice: Trying to get property of non-object in /var/www/mydomain.com/html/wp-content/plugins/bnfw/includes/engine/class-bnfw-engine.php on line 611
PHP message: PHP Notice: Trying to get property of non-object in /var/www/mydomain.com/html/wp-content/plugins/bnfw/includes/engine/class-bnfw-engine.php on line 612
PHP message: PHP Notice: Trying to get property of non-object in /var/www/mydomain.com/html/wp-content/plugins/bnfw/includes/engine/class-bnfw-engine.php on line 613
PHP message: PHP Notice: Trying to get property of non-object in /var/www/mydomain.com/html/wp-content/plugins/bnfw/includes/engine/class-bnfw-engine.php on line 614
PHP message: PHP Notice: Trying to get property of non-object in /var/www/mydomain.com/html/wp-content/plugins/bnfw/includes/engine/class-bnfw-engine.php on line 615
PHP message: PHP Notice: Trying to get property of non-object in /var/www/mydomain.com/html/wp-content/plugins/bnfw/includes/engine/class-bnfw-engine.php on line 616
PHP message: PHP Notice: Trying to get property of non-object in /var/www/mydomain.com/html/wp-content/plugins/bnfw/includes/engine/class-bnfw-engine.php on line 617
PHP message: PHP Notice: Trying to get property of non-object in /var/www/mydomain.com/html/wp-content/plugins/bnfw/includes/engine/class-bnfw-engine.php on line 618
PHP message: PHP Notice: Trying to get property of non-object in /var/www/mydomain.com/html/wp-content/plugins/bnfw/includes/engine/class-bnfw-engine.php on line 619
PHP message: PHP Notice: Trying to get property of non-object in /var/www/mydomain.com/html/wp-content/plugins/bnfw/includes/engine/class-bnfw-engine.php on line 620
PHP
2017/05/14 21:49:49 [error] 13194#0: *41425 FastCGI sent in stderr: “ns/bnfw/includes/engine/class-bnfw-engine.php on line 619
PHP message: PHP Notice: Trying to get property of non-object in /var/www/mydomain.com/html/wp-content/plugins/bnfw/includes/engine/class-bnfw-engine.php on line 620
PHP message: PHP Notice: Trying to get property of non-object in /var/www/mydomain.com/html/wp-content/plugins/bnfw/includes/engine/class-bnfw-engine.php on line 621
PHP message: PHP Notice: Trying to get property of non-object in /var/www/mydomain.com/html/wp-content/plugins/bnfw/includes/engine/class-bnfw-engine.php on line 626
PHP message: PHP Notice: Trying to get property of non-object in /var/www/mydomain.com/html/wp-content/plugins/bnfw/includes/engine/class-bnfw-engine.php on line 298” while reading response header from upstream, client: xx.xxx.xxx.xxx, server: mydomain.com, request: “POST /lostpassword/ HTTP/2.0”, upstream: “fastcgi://127.0.0.1:9000”, host: “mydomain.com”, referrer: “https://mydomain.com/lostpassword/”I can generate this with PHP7.0 or PHP7.1.
Sorry, I should have said that!
No, it does not.
If I disable the GA tracking and try again with BNFW, [password_reset_link] resolves to a link like this:
https://mydomain.com/login/?action=rp&key=O3nujpqGdphLL8sN6eMw&login=4893
Jack,
The PMPro plugin author suggested I disable all plugins except PMPro and see what happens.That and further testing confirmed that if I simply disable BNFW 1.6.4, the Password Reset email arrives with a link that works, in this format:
One thing worth mentioning is that [password_url], in New User Registration – For User, *does* resolve to a link in the above format and currently works.
Are [password_url] and [password_reset_link] supposed to be different?
- This reply was modified 9 years ago by jshare.
Thanks for the suggestion, Andrew.
Looks like the problem actually is the Better Notifications for WordPress plugin (1.6.4). When the plugin is disabled, the Password Reset email arrives with a link that works, in this format:
I’ll tell the plugin author.
Forum: Plugins
In reply to: [bbPress Advanced Statistics] Upgrade to 1.4.02 broke my databaseFinally got a chance to test this!
This is what I did:
I uploaded the version you linked to above – 1.4.03 – with PHP Errors enabled. Before I activated it, WordPress told me there was an update. I checked the changelog and saw that Multisite support is now officially there, so I updated to 1.4.4.1 and then activated the plugin.
WordPress blocked the activation with this error:
There was a problem whilst updating the database. (Table 'mydb.wp_1_usermeta' doesn't exist)And it’s true: there’s a mydb.wp_usermeta, but no mydb.wp_1_usermeta.
So I deleted the plugin and tried again.
This time I uploaded and activated 1.4.03 right away.
The ‘problem updating the database’ message didn’t appear, and the plugin activated and is working. For example, I can see who’s online in the bbpress forums.
If I now deactivate the plugin, upgrade to 1.4.4.1, and try to reactivate… it works.
What do you think?
- This reply was modified 9 years ago by jshare.
Forum: Plugins
In reply to: [WP Sitemap Page] Sitemap page's category links are brokenForum: Plugins
In reply to: [WP-DBManager] Actions are always scheduled to the past minutethanks for the quick response
I can confirm that crons are scheduled in the feature and that it’s working now. Not sure why it wasn’t working earlier.
Forum: Plugins
In reply to: [Drivr Lite - Google Drive Plugin] Embeds and popouts are no longer workingThis is working now. I didn’t change anything on my end so I’m assuming it was either a temporary issue or something with the Google Drive API