kayleighthorpe
Forum Replies Created
-
Forum: Plugins
In reply to: [WebP Express] enhancement – Convert on upload to default to false on installHi, was this change published?
I think this enhancement appears to have broken the plugin for several of my sites. The upload on import button is no longer checked and doesn’t work by default, which is correct.
However, when I tick the upload on import it also does not work. It doesn’t generate any errors either, it’s as if it is no longer trying. I am using the latest version of WordPress with an NGINX setup.
Forum: Plugins
In reply to: [UpdraftPlus WordPress Backup Plugin] 404 Errors on lastest version 1.16.38Same issue, I expect it’ll be fixed shortly since the update causing it was only just pushed today
Forum: Fixing WordPress
In reply to: error messageYup that’s quite an old version – Revslider fixed this issue so a plugin update should be all you need! Revslider is a premium plugin though, so you’ll need to find out if you still have a licence for it (it might be part of a theme licence if it came with your theme), if not you can buy it again off their website.
Forum: Fixing WordPress
In reply to: All my posts are goneYou need to talk to your hosting provider about possibly repairing the table, or you might need to restore it from a backup.
Forum: Fixing WordPress
In reply to: Cover Image Sizethis will be down to the CSS of your theme, do you have a page with an example of the current cover image size I could look at? I’ll see if I have any suggestions for you.
Forum: Fixing WordPress
In reply to: error messageHi there,
What version of Revslider are you running? I believe this code issue exists on older versions. It might just need the plugin updating.
Forum: Fixing WordPress
In reply to: All my posts are goneYou can find and view your wp_posts and wp_postmeta tables by logging in to the database, most hosting providers let you do this by clicking a service called ‘phpmyadmin’ – see if your control panel has that and try clicking it to login.
If it logs you in you can click the database and your wp_posts and wp_postmeta tables. You don’t need to change anything, we just want to know if any table rows appear when you do click on them.
It very well might be that something deleted them, if so speak to your hosting provider about what you can do, they might be able to advise about potential backup options.
Forum: Fixing WordPress
In reply to: Page-post classic editor layout problem (2 vs 3 columns)Hi there,
In the ‘Screen options’ button in the top corner can you try toggling some content off to see if any of it corrects the layout? It should instantly show the change if it is anything to do with that.
Forum: Networking WordPress
In reply to: SSL on multi-site with WAMPHi Eka,
You could use WP-CLI to run a database search-replace if you have the ability to use that on your local install.
https://developer.wporg.ibadboy.net/cli/commands/search-replace/
If not a plugin like Velvet Blues could do the job for you:
https://wporg.ibadboy.net/plugins/velvet-blues-update-urls/
You can put the full URL you want to replace and what you want to swap it with. Of course take a database backup before running anything like that, if you paste the wrong information in it can cause a lot of problems so best to be safe!
- This reply was modified 2 years, 7 months ago by kayleighthorpe.
Forum: Fixing WordPress
In reply to: WP-CLI Delay.Hi @melzaren
Does appending –skip-plugins –skip-themes resolve the speed issue? this stops WordPress loading in the theme and plugin code as part of the command.
Forum: Reviews
In reply to: [Wapuu Dashboard Pet] Simple but effectiveHi Michael,
Thanks for the nice feedback, we already had new ideas for the positioning, the Wapuu image can now be placed in your top admin bar or left in the footer, your preference. 🙂
Thanks
Forum: Reviews
In reply to: [Auto Twitter Hashtags] Works as advertised.Big thanks for the review! I planned on adding new tabs in the next week or so myself. It’ll be in the next update.
Forum: Fixing WordPress
In reply to: Copying WP between folders on my site.Cool! Let me know if you need any further help!
Forum: Fixing WordPress
In reply to: Copying WP between folders on my site.What you need to do is go in to the admin dashboard and go in to ‘settings’ > ‘General’
Here you can set the URL to be the new location, THEN move the files to that new location.
That will allow you login to wp-admin at the new URL but you may need to run a URL updater plugin (Velvet Blues) which can update all the URLs for you after the migration because it’s likely some will not work without doing so.
Do take a backup before attempting to move anything of course!
Outsiders can likely find your subdomain. If this bothers you you can either set up a .htpasswd which prompts people for a password before being able to see your subdomain; but this can be annoying. Otherwise I would advise just ticking the box in settings which disables bots from crawling your test subdomain.
Hope this helps!
Forum: Fixing WordPress
In reply to: database problems could not be repairedHi there,
Is this error coming up after attempting to repair the database in PhpMyAdmin?
If so, you may need to restore from a backup.