purbeckpixels
Forum Replies Created
-
Forum: Plugins
In reply to: [Zero Spam for WordPress] API TimeoutThanks.
Forum: Plugins
In reply to: [Zero Spam for WordPress] API TimeoutSame here. Have had to disable on all sites; the latest version has slowed response times to five or more seconds. No API keys being used.
Forum: Plugins
In reply to: [Seriously Simple Stats] Daily listens /listening sources no longer workYou’re not the only one. It looks like it’s being caused by syntax errors – https://imgur.com/zkVsQvp. Sometimes they do display, but most times not. Frustrating.
Try the WP Rollback plugin – it should let you rollback to any previous version.
I used to be able to browse Trac and SVN on here but get a 403 forbidden error now. Just me?
Looks like the plugin has silently changed owner and the new owners have introduced not only bugs but “pro” features, some of which used to be free. Be careful. I’m sticking with version 2.0.6 while looking for a replacement – I don’t trust devs who go about things this way.
- This reply was modified 7 years, 1 month ago by purbeckpixels.
Same here. Have rolled back my live sites to 2.0.6 – dev sites’ wp-admin full of PHP warnings with debug enabled. PHP 7.3 also.
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Block CSS Issues In FireFox :(I had a similar issue after updating to version 1.13.2 – had to clear Firefox’s cache and cookies to fix the issue. Believe it was something to do with the caching functionality introduced in 1.13.2, which has been removed in 1.13.3. Try updating the plugin and clearing Firefox’s cache and cookies (Shift > Ctrl > Del). Worked for me.
Forum: Plugins
In reply to: [WP Activity Log] Uncaught TypeError (nginx/PHP 7.2)Hello. I just did a fresh Trellis server provision and deploy of the site in question (with the latest version of the plugin already installed and activated) and everything seems to be working fine again. Local Vagrant VM seems fine too. Must’ve been something to do with the update from 3.2.2.2 to 3.2.3.1. Anyway, all’s well again. Thanks.
Forum: Plugins
In reply to: [WP Activity Log] Uncaught TypeErrorJust updated one of my Roots Trellis/Bedrock sites to the latest version of the plugin and am getting the same error:
2018/08/15 21:59:07 [error] 17399#17399: *57456 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught TypeError: Argument 1 passed to WSAL_ViewManager::AddInstance() must be an instance of WSAL_AbstractView, instance of WSAL_Views_SetupWizard given, called in /srv/www/example.com/releases/20180811233253/web/app/plugins/wp-security-audit-log/classes/ViewManager.php on line 91 and defined in /srv/www/example.com/releases/20180811233253/web/app/plugins/wp-security-audit-log/classes/ViewManager.php:99 Stack trace: #0 /srv/www/example.com/releases/20180811233253/web/app/plugins/wp-security-audit-log/classes/ViewManager.php(91): WSAL_ViewManager->AddInstance(Object(WSAL_Views_SetupWizard)) #1 /srv/www/example.com/releases/20180811233253/web/app/plugins/wp-security-audit-log/classes/ViewManager.php(82): WSAL_ViewManager->AddFromClass('WSAL_Views_Setu...') #2 /srv/www/example.com/releases/20180811233253/web/app/plugins/wp-security-audit-log/classes/ViewManager.php(58): WSAL_ViewManager->AddFromFile('/srv/www/meliss...') #3 /" while reading response header from upstream, client: 81.2.101.211, server: example.com, request: "GET /wp/wp-admin/plugins.php HTTP/2.0", upstream: "fastcgi://unix:/var/run/php-fpm-wordpress.sock:", host: "example.com"Had to rename the plugin folder to get the site working again. As it’s a Roots Trellis server it’s running nginx, MariaDB and PHP 7.2. Any suggestions for a fix? Thanks.
Edit Page > Page Attributes > Template > Page Builder Full Width should work when using Hestia (just tested it on a dev site).
Forum: Plugins
In reply to: [Elementor Website Builder - more than just a page builder] Fuzzy imagesThe image is being resized to 768px from its original width of 1920px by some JavaScript – right-clicking on the image in Firefox 58 and selecting View Image gives this URL:
Find what’s appending
?resize=768%2C180. My guess is it’s something to do with Jetpack, possibly the Photon module.It’s a cronjob that sends usage data to Elementor if you’ve opted in to permit this (under Elementor > Settings in wp-admin you can opt-in to the sending of usage data). Deleting it won’t do any harm, Elementor will just recreate it. It triggers
tracker.php(wp-content/plugins/elementor/includes/tracker.php) which on line 58 checks the opt-in setting and only sends the data if it’s set to ‘yes’.Enhanced Text Widget supports PHP (I’ve used it before with Elementor and it works fine). You could also try the Insert PHP Code Snippet plugin.
Page Settings has been renamed Document Settings in version 1.9. Access Document Settings via the cog icon, bottom-left – title, template and status settings are the same as in previous versions.
Have you tried Elementor’s built-in Replace URL functionality? It’s under Elementor > Tools > Replace URL in WordPress admin. Might help.