-
Committed [2424064] to Plugins Trac:
Update "Tested upto" tag3 months ago
-
Committed [2424063] to Plugins Trac:
Update "Tested upto" tag3 months ago
-
Committed [2424062] to Plugins Trac:
Update "Tested upto" tag3 months ago
-
Posted a reply to Detect Ipad, on the site WordPress.org Forums:
Please see the example (from the upstream library) at http://mobiledetect.net/ . Basically, we use the…6 months ago
-
Posted a reply to Andoid version detect, on the site WordPress.org Forums:
Unfortunately, no.6 months ago
-
Committed [2356250] to Plugins Trac:
Update "tested upto" version7 months ago
-
Committed [2356249] to Plugins Trac:
Update "tested upto" version7 months ago
-
Committed [2356247] to Plugins Trac:
Update "tested upto" version7 months ago
-
Posted a reply to Doesn’t work for Microsoft Surface Pro 3, on the site WordPress.org Forums:
Sorry about the delay to respond. I haven't been active in wp.org forums lately. We…9 months ago
-
Committed [2311980] to Plugins Trac:
Update core upstream Mobile Detect library from version 2.8.33 to 2.8.349 months ago
-
Created a topic, Amazing Work, on the site WordPress.org Forums:
Thanks for keeping the WordPress sites safe.10 months ago
-
Committed [2269671] to Plugins Trac:
Update "tested up to" version11 months ago
-
Committed [2269670] to Plugins Trac:
Update "tested up to" version11 months ago
-
Committed [2269669] to Plugins Trac:
Update "tested up to" version11 months ago
-
Posted a reply to Great for distinguishing between tablets and mobiles, on the site WordPress.org Forums:
Thanks a lot @vshura . Appreciate your time to test the plugin, to improve the…2 years ago
-
Posted a reply to Info – how to create Shortcodes, on the site WordPress.org Forums:
Hello @vshura, Thanks for your time to create shortcodes with all relevant links and documentation.…2 years ago
-
Posted a reply to KEEP UP GREAT WORK!, on the site WordPress.org Forums:
Thank you.2 years ago
-
Posted a reply to Feature Request – Fetch Data via REST API, on the site WordPress.org Forums:
I wasn't aware of rest-routes plugin. A project that required rest api (for wpDataTables) is…2 years ago
-
Posted a reply to How do I “Limit access to uploaded files”, on the site WordPress.org Forums:
There is a difference between hosting in wordpress.com and a self-hosted site. Ref: https://en.support.wordpress.com/com-vs-org/ .…2 years ago
-
Created a topic, Feature Request – Fetch Data via REST API, on the site WordPress.org Forums:
Hello, I understand that we have wpDataTables javascr…2 years ago
-
Posted a reply to Usage, on the site WordPress.org Forums:
While the plugin was originally developed to modify the core wp_is_mobile function, it is possible…2 years ago
-
Posted a reply to cURL error 60 when updating WordPress, on the site WordPress.org Forums:
That's bit strange. No further idea on why the error occurs ("cURL 60: Peers Certificate…2 years ago
-
Posted a reply to cURL error 60 when updating WordPress, on the site WordPress.org Forums:
What happens when you use the flag "--location" for curl via command line? Is your…2 years ago
-
Posted a reply to FTP Passwords lost after system update, on the site WordPress.org Forums:
That was some deep troubleshooting. Thanks for sharing all the info.2 years ago
-
Posted a reply to FTP Passwords lost after system update, on the site WordPress.org Forums:
Thank you. A lot of digest. I will go through one by one. Appreciate all…2 years ago
-
Posted a reply to FTP Passwords lost after system update, on the site WordPress.org Forums:
Got your point. Thanks for the details. Just now, I noticed that you have a…2 years ago
-
Posted a reply to FTP Passwords lost after system update, on the site WordPress.org Forums:
Ref: https://wiki.ubuntu.com/DiscoDingo/ReleaseNotes2 years ago
-
Posted a reply to FTP Passwords lost after system update, on the site WordPress.org Forums:
Off-topic: Please avoid using Ubuntu 19.04 as it has a short life span of only…2 years ago
-
Posted a reply to Spam login attempts, ip:s blocked but still “recorded”?, on the site WordPress.org Forums:
This explains everything. From what I know, there are only three places where a host…2 years ago
-
Posted a reply to Disable Banner/s, on the site WordPress.org Forums:
I was able to fix this using the following code... add_filter( 'can_display_jetpack_manage_notice', '__return_false' );2 years ago
-
Created a topic, Disable Banner/s, on the site WordPress.org Forums:
Hello, I logged-in to the a Jetpack-powered site late…2 years ago
-
Posted a reply to Apologies, on the site WordPress.org Forums:
If anyone has any issues due to the above mess-up, please create a new thread…2 years ago
-
Created a topic, Apologies, on the site WordPress.org Forums:
Hello, While trying to send a fix for https://wordpre…2 years ago
-
Posted a reply to Activation causes 500 server error, on the site WordPress.org Forums:
Hi @dexter10 , Thanks for reporting the bug. It was indeed my mistake not thinking…2 years ago
-
Posted a reply to Lightsail htaccess file, on the site WordPress.org Forums:
It is indeed a hosting issue and should be addressed with the hosting provider (AWS).…2 years ago
-
Posted a reply to Category Pagination not working nginx custom URL, on the site WordPress.org Forums:
Please try the following rule instead... try_files $uri $uri/ /index.php$is_args$args;2 years ago
-
Posted a reply to WordPress changes URL on admin page, on the site WordPress.org Forums:
That's bit weird to know.2 years ago
-
Posted a reply to WordPress changes URL on admin page, on the site WordPress.org Forums:
Assuming you have upstream modules; somewhere else in Nginx, everything looks normal. I can't think…2 years ago
-
Posted a reply to WordPress changes URL on admin page, on the site WordPress.org Forums:
Okay. Nginx rules could be messed-up. Could you possibly post the Nginx rules?2 years ago
-
Posted a reply to WordPress changes URL on admin page, on the site WordPress.org Forums:
@guitarhero You mentioned that you use Nginx. Do you also use Apache to parse .htaccess…2 years ago
-
Posted a reply to Spam login attempts, ip:s blocked but still “recorded”?, on the site WordPress.org Forums:
Interesting issue. Let me share my thoughts. Disclaimer: My assumptions may be wrong. No plugin,…2 years ago
-
Posted a reply to How to host a wordpress blog on a subdirectory, on the site WordPress.org Forums:
Your proposed solution would work fine. However, you could host the blog in the sub-directory,…2 years ago
-
Posted a reply to Local WordPress 5.1.1 multisite with Nginx, on the site WordPress.org Forums:
Please check if you have debug enabled in Nginx using the following command... nginx -V…2 years ago
-
Posted a reply to Local WordPress 5.1.1 multisite with Nginx, on the site WordPress.org Forums:
At line... rewrite ^/wordpress/[_0-9a-zA-Z-]+_(/wp-(content|admin|includes).*) /wordpress$1 break; ... there is an extra underscore. The corrected line…2 years ago
-
Posted a reply to Apache to Nginx, on the site WordPress.org Forums:
Sure, thanks for the heads-up. That's why I didn't really name any hosts, but provided…2 years ago
-
Posted a reply to Local WordPress 5.1.1 multisite with Nginx, on the site WordPress.org Forums:
Oh, btw, blogs.dir has been retired now. Ref: https://codex.wordpress.org/Multisite_Network_Administration (please search for the term "blogs.dir"…2 years ago
-
Posted a reply to Local WordPress 5.1.1 multisite with Nginx, on the site WordPress.org Forums:
That's a bit complicated setup (for me). A multisite network on a sub-directory. There are…2 years ago
-
Posted a reply to Apache to Nginx, on the site WordPress.org Forums:
Managed WordPress hosting providers.2 years ago
-
Posted a reply to Apache to Nginx, on the site WordPress.org Forums:
Use a host that supports Nginx out of the box. Most managed hosts use Nginx…2 years ago
-
Posted a reply to Permalink enabled, some non-existing urls redirect to home page, on the site WordPress.org Forums:
Please post your site URL and the complete Nginx configuration in order to understand the…2 years ago
Developer
-
Auto Maintenance Mode
Active Installs: Less than 10
-
Mobile Detect
Active Installs: 2,000+
-
Preload Fullpage Cache
Active Installs: 100+
Plugins
-
Asset Queue Manager
-
Better Speed
-
BJ Lazy Load
-
CloudFlare(R) Cache Purge
-
CloudGuard
-
Code Snippets
-
CodeColorer
-
Cookies for Comments
-
Crelly Slider
-
Debug Bar
-
Debug This
-
Debugger
-
Dependency Minification
-
Disable Gutenberg
-
DreamObjects Backups
-
Easy Theme and Plugin Upgrades
-
Easy Updates Manager
-
Email Address Encoder
-
Email Log
-
FastDev
-
Favicon by RealFaviconGenerator
-
Fr Thumbnails Folder
-
Gantry 5 Framework
-
Gitium
-
GTmetrix for WordPress
-
HC Custom WP-Admin URL
-
Health Check & Troubleshooting
-
Jobs for WordPress
-
JWT Authentication for WP REST API
-
Limit Login Attempts
-
LiteSpeed Cache
-
Media Cleaner - Clean & Optimize Space
-
Meta Box - WordPress Custom Fields Framework
-
Mobile Featured Image
-
Optimize Database after Deleting Revisions
-
PHP/MySQL CPU performance statistics
-
PIKLIST - Easily Build Fields, Forms, Settings, Widgets and More.
-
Plugin Detective - Troubleshooting
-
Plugin Organizer
-
Popup Builder - Responsive WordPress Pop up - Subscription & Newsletter
-
Post SMTP Mailer/Email Log
-
Purge Cache for CloudFlare
-
Rename wp-login.php
-
reSmush.it : the only free Image Optimizer & compress plugin
-
SecuPress Free — WordPress Security
-
Simple History
-
Smart Cookie Kit
-
Spam Destroyer
-
SSL Insecure Content Fixer
-
Stop Generating Unnecessary Thumbnails
-
Stream
-
Tailor Page Builder
-
Timber
-
Transient Cleaner
-
Turbolinks
-
Varnish/Nginx Proxy Caching
-
Velvet Blues Update URLs
-
VersionIt
-
Widget Importer & Exporter
-
WordPress Amazon S3 Plugin
-
WordPress File Monitor
-
WordPress Page Builder - Beaver Builder
-
WordPress.com Editing Toolkit
-
WP Crontrol
-
WP Engine Advanced Cache
-
WP Fail2Ban Redux
-
WP Job Manager
-
WP Redis
-
WP Session Manager
-
WP-Sweep
-
WPBruiser {no- Captcha anti-Spam}
-
WPPerformanceTester
-
XML Sitemap & Google News
-
Zoho Mail for WordPress