Aaron
Forum Replies Created
-
Forum: Plugins
In reply to: [404 Solution] Per product redirectHey Jason,
You could try using a regular expression. If you can give me the old URL and the new URL including the product # or whatever then I might be able to help.
Forum: Plugins
In reply to: [404 Solution] site has a technical problemSome older versions had an issue with automatic updates.
Forum: Plugins
In reply to: [404 Solution] site has a technical problemYou need to update the plugin. 2.28 is not the latest version.
Il faut mettre à jour le plugin. 2.28 n’est pas la version la plus récente.
Forum: Plugins
In reply to: [404 Solution] site has a technical problemNothing has changed in the log file on your site, so the last error message I see still says you’re using version 2.28.0. Are you sure the plugin was updated?
Il faut absolument mettre à jour le plugin, sinon cela va continuer d’arriver…
- This reply was modified 1 year, 8 months ago by Aaron.
Forum: Plugins
In reply to: [404 Solution] site has a technical problemI’m glad the error’s gone. If there are any more issues just start a new thread ok? Thanks!
Forum: Plugins
In reply to: [404 Solution] site has a technical problemI’m glad your site is still working for now and I’m sorry that happened. I noticed you have version 2.28.0 of the plugin.
If you upgrade to the latest version the issue should no longer happen.
regards
Aaron
Forum: Reviews
In reply to: [404 Solution] PHP提示错误Please try version 2.32.1. thanks
Forum: Plugins
In reply to: [404 Solution] Error WarningThank you for letting me know. I tried to fix it in version 2.32.1. Please let me know if there are other issues.
thanks
Forum: Plugins
In reply to: [404 Solution] Other than Admin role?In version 2.32.0 I added a section to the advanced options called “Plugin Admin Users” where you can list usernames that will have admin access to the plugin.
Let me know how that goes when you have time.
Forum: Plugins
In reply to: [404 Solution] What do do with unrecognized Captured 404 URLsI just noticed your response.
I would mark them as ignored so you won’t have to be bothered by them again.
regards
Forum: Plugins
In reply to: [404 Solution] How to use [abj404_solution_page_suggestions]?Let me know if you need more help.
Forum: Plugins
In reply to: [404 Solution] Other than Admin role?Have you tried the “Controlled Admin Access” plugin or a different one?
Forum: Plugins
In reply to: [404 Solution] Other than Admin role?Not currently.
Are you looking for this person to have full access to the plugin? i.e. they can create and delete redirects, including entering a regular expression which can potentially break the website?
- This reply was modified 1 year, 9 months ago by Aaron.
Forum: Plugins
In reply to: [404 Solution] What do do with unrecognized Captured 404 URLsIf you “mark as ignored” then if someone visits the URL again it will still be ignored and won’t appear again. If you “move to trash” then if someone visits the URL again then it will be captured again and you’ll have to deal with it again.
Forum: Plugins
In reply to: [Duplicate Post] Loading things on other plugin pagesSpecifically line 143 in copy-delete-posts/banner/misc.php is causing the issue, which looks like
wp_enqueue_style('inisev-carousel-style', ($this->url . 'assets/style.min.css'), [], filemtime($this->_root_dir . '/assets/style.min.css'));
thanks