Profiles

  • Member Since: April 2nd, 2019
  • Location: Scotland
  • Find me on:
  • Posted a reply to After update BackWPup to version 4.0.0 my site is totally blocked, on the site WordPress.org Forums:
    All my websites are also affected. Just removed the plugin with ftp access. Hope there…

  • Posted a reply to Change RED_MAX_PER_PAGE and RED_DEFAULT_PER_PAGE in options, on the site WordPress.org Forums:
    We have large pages, with 50.000 404-logs and more from many crawlers, and bulkediting is…

  • Created a topic, Change RED_MAX_PER_PAGE and RED_DEFAULT_PER_PAGE in options, on the site WordPress.org Forums:
    Hey, thank you for this great plugin. It would be a ve…

  • Posted a reply to How to Adjust Embedded Instagram/Facebook Block Width for Mobile Devices?, on the site WordPress.org Forums:
    Hey, with some css you can fix this, put the following somewhere in your style.css:…

  • Posted a reply to How to use custom form fronted with file upload image ajax, on the site WordPress.org Forums:
    Hey, try the following tutorial, works fine: https://www.ibenic.com/wordpress-file-upload-with-ajax/

  • Posted a reply to Loading issue, on the site WordPress.org Forums:
    Hey, try to login (http://leelewisphotography.com/wp-login.php) Then go to Settings -> General and check the Site…

  • Posted a reply to Set number of revisions using a simple plugin, on the site WordPress.org Forums:
    Exactly, it's 5. It's the callback to be run when the filter is applied, the…

  • Posted a reply to Looking for a plugin…, on the site WordPress.org Forums:
    Hey, you could try the plugin Image Hotspot by DevVN: https://de.wordpress.org/plugins/devvn-image-hotspot/

  • Posted a reply to Set number of revisions using a simple plugin, on the site WordPress.org Forums:
    Hey, you can use this plugin: https://wordpress.org/plugins/wp-revisions-limit/ Or write you own with this function: add_filter(…

  • Posted a reply to Do I need FTP Client? First steps, on the site WordPress.org Forums:
    Hey, if you use a one-click solution you don't need a FTP client, but eventually…

  • Posted a reply to How to optimize the speed for site that is using shortcode and 3rd party images, on the site WordPress.org Forums:
    Hey, if you want to optimize the images, you have to import them or use…

  • Posted a reply to display posts, on the site WordPress.org Forums:
    Hey, yes, you can do this easily with a WP Query, just create a page…

  • Posted a reply to Function To Run on New User Sign Up, on the site WordPress.org Forums:
    Hey achanne, just use this action hook, just tested it, works well: add_action( 'user_register', 'myplugin_registration_save',…