Niall Madhoo
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Media Upload Subfolder and URL PathHello @liquidace,
Yes, this can be achieved with a plugin. Here are three options to choose from that offer the ability to create subfolders, change URLs, and manage your media library:
Forum: Fixing WordPress
In reply to: Critical Error…learn about debuggingHello @sat1626,
It appears your site is up and running again. Are you still having issues with it?
Forum: Everything else WordPress
In reply to: Chromebook IncompatibilityHello @chris-tennent,
I recommend asking at https://ww.wp.xz.cn/support/plugin/woocommerce/ so the WooCommerce developers and support community can help you with this.
Forum: Fixing WordPress
In reply to: WP Table Builder and Blog post links being overwrittenHello @livmarshall23,
The JavaScript error is likely caused by a theme or plugin on your site using older code that may cause problems with WordPress 5.5 and newer (like your site uses).
Please try installing and activating the following plugin that helps fix this issue temporarily: https://ww.wp.xz.cn/plugins/enable-jquery-migrate-helper/. I think that fixing this issue by activating the plugin may also help fix the WP Table builder problem you are having.
Forum: Fixing WordPress
In reply to: Editing multiple categories & tagsHello @artmeister,
A plugin like Bulk Edit Categories and Tags might be what you need: https://ww.wp.xz.cn/plugins/bulk-edit-categories-tags/.
Forum: Fixing WordPress
In reply to: Gallery not showing on desktopYou’re very welcome, Ariel! Glad you managed to fixed the problem!
Best,
NiallForum: Fixing WordPress
In reply to: Upload Theme button brokenHello @biomaeher,
If your WordPress site is not new, it’s possible that you have a plugin or theme conflict.
Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable the plugins one by one to identify the source of your troubles.
If you can install plugins, install and activate Health Check: https://ww.wp.xz.cn/plugins/health-check/
It will add a new feature under Tools > Site Health.
On its Troubleshooting tab, you can Enable Troubleshooting Mode. This mode will disable all plugins, switch to a standard WordPress theme (if available), allow you to turn your plugins on and off, and switch between themes, without affecting normal visitors to your site. Following these steps allows you to test for various compatibility issues.There’s a more detailed description about how to use the Health Check plugin and its Troubleshooting Mode at https://make.ww.wp.xz.cn/support/handbook/appendix/troubleshooting-using-the-health-check/.
Hello @devashishjain,
Have you tried installing the following plugin: https://ww.wp.xz.cn/plugins/enable-jquery-migrate-helper/? It may help fix JavaScript-related issues, including problems with the Classic Editor, like you’re experiencing after your site updated to WordPress 5.5.1.
Forum: Fixing WordPress
In reply to: Gallery not showing on desktopHello @arielfields ,
Ariel, first, your photos are amazing!
Second, there may be an issue with your theme after the latest WordPress 5.5 update. I see some JavaScript errors on your site that are commonly seen after this update.
Could you please try installing the following plugin, which should allow your theme to work correctly with WordPress 5.5. and help fix the galleries on your site: https://ww.wp.xz.cn/plugins/enable-jquery-migrate-helper/?
If that doesn’t work, could you please add the following CSS code in the Appearance > Customize > Additional CSS section of your WordPress Admin dashboard:
.gallery_type, .portfolio_type { opacity: 1; } #portfolio_filter_wrapper, .portfolio_filter_wrapper { visibility: visible; }The images should display. Your site’s theme appears to have some animations that likely load these images. This code will override that functionality.
So I recommend installing the plugin mentioned earlier instead of using the code above: https://ww.wp.xz.cn/plugins/enable-jquery-migrate-helper/
Forum: Fixing WordPress
In reply to: Website CrashedI suggest looking for a better web host if you can. They already said they “have issues with automatic uploads” and they only offer a legacy and end of life version of PHP that could open your site up to potential security issues.
The recommended configuration for WordPress is PHP version 7.4 or greater. Though it should also work with PHP 5.6.20+, as explained here: https://ww.wp.xz.cn/about/requirements/.
Also, did you make sure that the
public_html/wp/wp-includes/comment.phpexists on your hosting? The error states, No such file or directory in reference to that file.Forum: Fixing WordPress
In reply to: Website CrashedYou’re welcome! If you’re able, can you make sure that your hosting is set to use at least PHP 7.0?
Forum: Developing with WordPress
In reply to: Media library search not workingYou’re welcome! Maybe you could try following this guide: https://kinsta.com/knowledgebase/bulk-upload-files-wordpress-media-library-ftp/. You can start from Step 3: Register Your Newly Uploaded Files to the WordPress Media Library because the images are already on your server.
- This reply was modified 5 years, 8 months ago by Niall Madhoo.
Forum: Fixing WordPress
In reply to: Website CrashedHello @chippy12!
Mark, please follow the Upgrading WordPress – Extended Instructions
instructions, which are intended for situations like yours where a manual update fails.Basically, you will need to delete all of your WordPress files and folders except for the
wp-config.phpfile and yourwp-contentfolder.Then you should download a new copy of the WordPress .zip file to your computer from https://ww.wp.xz.cn/download/; Unzip the file and upload it to your hosting; Make sure NOT to overwrite the
wp-config.phpfile and the/wp-content/folder.Forum: Everything else WordPress
In reply to: Page gallery with hyperlinks to webpages sortedHello @codeit,
I think you can use a Gutenberg plugin to create something like that. One of the following options might work for you:
- https://ww.wp.xz.cn/plugins/ultimate-addons-for-gutenberg/ – the team block might work: https://www.ultimategutenberg.com/blocks/team/
- https://gutenberghub.com/block-category/team/ – there are several options that might work for you
You may need to add these inside a Gutenberg column or use a Gutenberg grid block through something like https://ww.wp.xz.cn/plugins/ultimate-addons-for-gutenberg/ to get the content aligned.
Otherwise, you could also use a directory plugin: https://ww.wp.xz.cn/plugins/tags/directory-plugin/.
Forum: Developing with WordPress
In reply to: Media library search not workingHello @rafaviana,
You may need to update your database. If you follow the instructions starting from 4. Export Attachment Posts of the following guide, you should be able to to get the images to display in your media library and on your site: https://premium.wpmudev.org/blog/moving-wordpress-site/.