alex.panagis
-
Posts
14 -
Joined
-
Last visited
Content Type
Profiles
Forums
Tutorials
Posts posted by alex.panagis
-
-
How can I set a redirect up like this?
Source: /%year%/%monthnum%/%day%/%postname%/
Destination: /%postname%/
For when I changed permalinks. It doesn't work for some reason.
-
It's fine now, don't worry - this has wasted so much time already so I just decided to redirect the URL to the homepage using Rank Math.
-
Deactivating the Rank Math plugin fixes it. It worked fine in your screencast because the site is cached.
-
31 minutes ago, Pratik.d said:
Hello,
Your site is live so we cannot deactivate plugin active on your site to check for the conflicting plugins. That's the reason we use HealthCheck plugin to troubleshoot the problem because it doesn't affect the website visitors. I would suggest you create a staging site where we could debug this issue for you or troubleshoot the issue using HealthCheck plugin by following the steps I shared before and let us know if you find any conflicting plugins.
Looking forward to helping you. Thank you.
You don't need to deactivate other plugins. Deactivating Rank Math fixes it so what else are you diagnosing by deactivating other plugins?
-
1 minute ago, Pratik.d said:
Hello,
I want to perform a Healthcheck on your site using Health Check plugin but whenever I enable Troubleshooting mode in Health Check, the admin menus disappears again and shows only 2 menus Dashboard & Profile. Can you please check that it looks like we still don't have enough access to change your site settings in troubleshoot mode. If you are not comfortable in sharing access then please troubleshoot your site using Health check plugin by following below instructions and also please update your theme to the latest version i.e 1.6.4:
You can follow these instructions on your live website as well, as running this conflict check does not affect your website visitors.
Here are the steps for you to follow.
- Log into your WordPress Administrator, and navigate to the dashboard
-
Navigate to 'Plugins', and go to 'add new'
-
On the next page, enter 'Health Check' in the search bar and wait for the screen to refresh
-
The official Health Check plugin by WordPress.org should be visible as the first result. Please install and activate the plugin
-
You will reach the plugin page automatically, and a notice will appear. Click 'I understand' to continue
-
On the WordPress Menu on the left, hover over the dashboard. You will notice a new 'Health Check' option, click on it
-
On the page that appears, there will be several tabs. Please navigate to the 'Troubleshooting' tab
-
Press the 'Enable Troubleshooting Mode' to start the troubleshooter
Once you complete these steps, you are in troubleshooting mode. All the plugins on your website have been disabled only for you. Your theme has also been disabled, but only for you.
To diagnose the root-cause of your problem, you would enable each plugin one by one until an issue is found. The last plugin that causes the issue will probably the cause of the conflict. Here are the steps in more detail.
-
With all plugins and the theme disabled, try reproducing the issue.
- If you still have the issue, your WordPress setup is the root of the problem.
- If not, then continue.
-
On the top bar, navigate to the 'Troubleshooting Mode', hover over it, and enable the MyThemeShop plugin in question. After that, try to reproduce the issue.
- If you have the issue, the plugin is conflicting with WordPress
- If not, then the plugin is not causing issues with WordPress. Continue to the next step
-
Navigate to the "Troubleshooting Mode" in the top bar again, and enable any other plugin. Then try reproducing the issue.
- If you have the issue, then the plugin you just activated is conflicting with the MyThemeShop Plugin
- If not, then this plugin is not causing issues with the MyThemeShop plugin
Repeat step no 3 by enabling one plugin at a time and checking if the problem exists. When the problem happens, the plugin you last activated is causing the issue.
If the issue is still not resolved, then it might be an issue with the theme you are using. Here is how you confirm if your theme and the MyThemeShop plugin are conflicting with each other.
- Enter troubleshooting mode again using the instructions above.
- Using the Troubleshooting mode, activate your regular theme by selecting the 'Use your current theme option'.
-
Activate the MTS plugin you want to check and try to reproduce the issue.
- If the issue appears, your theme conflicts with the MTS plugin.
- If not, then the issue is with another plugin. You can continue enabling other plugins to pinpoint the plugin and contact their support for a resolution.
Once you complete the above steps, please let us know.
Looking forward to helping you. Thank you.
That is obviously because you are deactivating iThemes Security which is a mu plugin. Deactivating it causes the website to automatically raise security measures and disable admin access from anywhere other than one IP address. Leave that plugin active and you should not have any issues.
-
2 minutes ago, Pratik.d said:
Hello,
Only Dashboard & Profile menus are visible when I log in with the provided access details. Can you please give us admin access to your site?
Looking forward to helping you. Thank you.
Sorry, my mistake, please feel free to try again.
-
I have given you access to my site, please do not deactivate or change anything without letting me know first.
Thank you,
Alex
-
Hello,
I have updated the sensitive data as requested. Can you please check further?
Thank you. -
On 2/16/2019 at 10:52 AM, ToddMTS said:
Hi,
Thanks a lot.
We will take a closer look and see what the best way to fix this compatibility issue would be.
Would really appreciate your patience in this matter.
Alright, thanks for looking into this - so glad to hear it!
Hope to hear from you soon...
-
Just now, ToddMTS said:
Hi Alex,
That's weird.
Yes, I saw the 404 on your website as well.
We will have to check that theme closely. Could you please let us know which theme that is and if it is a free/paid theme?It is this theme here: https://expertlytheme.com
-
1 minute ago, ToddMTS said:
I checked that author archives were enabled before posting on the forums. It works on other websites for me too, but this theme seems to hook into the default WordPress author page paths and does not adjust to Rank math's modifications to that. Did it work when you visited https://themainframe.ch?
-
2 minutes ago, ToddMTS said:
Hello Alex,
We are so sorry about that.
Could you please let us know how to replicate this issue so we can check from our end?
We look forward to hearing back from you.
Sure, please visit this post here: https://themainframe.ch/anchor-sponsorships/
And then click on the author URL in the box on the top right. It takes you to an error page.
-
I noticed that there appears to be some sort of conflict between Rank Math and the default WordPress author pages. Is there a way to disable this? I initially thought that it was a theme issue but after reaching out to theme support they pointed out that the issue did not occur when Rank Math was deactivated.
Hope to hear from you soon!
[Rank Math SEO Plugin] How to setup permalink structure redirections?
in Rank Math Free
Posted
The site is hosted on a pure Nginx server.
Would adding this Nginx rule work?
rewrite "/([0-9]{4})/([0-9]{2})/([0-9]{2})/(.*)” https://themainframe.ch/$4 permanent;