MPthewho
Forum Replies Created
-
Hi @hjogiupdraftplus ,
The sitemap is not empty, it looks like this: https://prnt.sc/tu9sVnoDRcQu
We added the sitemap again, we will see it gets indexed in a few days.
Regards, Mark
Hi @hjogiupdraftplus ,
The test on Googgle search console says this: https://prnt.sc/d_dYdb1K6t-r
The sitemap in Search Console has errors: https://prnt.sc/DBHIe1a42JGX
If I turn of the “Block fake Googlebots” feature, the sitemap is indexed.Note: All my websites are on Cloudflare.
Regards, Marko
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Login not workingI only see two options:
1.) Am I able to manually deactivate “force log out setting” somehow? I am namely logged out as soon as I reinstall the plugin.
2.) How can I reinstall the plugin without the saved settings?Thank you for your support.
Regards,
MPForum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Login not workingUPDATE:
When I reinstall the plugin I am immediately logged out and cannot login again. The issue remains the same.Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Login not workingHi,
Are all these sites running in the same server or different servers? Did something change in these sites to cause this issue, for example: did you update a plugin or theme? If they all run in the same server did some setting change in the server?
Yes, all of these pages are running on the same server, but I am almost 100% sure we didn’t change anything on the server recently. Also regarding plugins, themes… we always update everything, so I’m not sure what could cause the issue.
Are your sites running a cache plugin?
Some site have cache plugins, some don’t.
If you reinstall the plugin, you will not loose your settings.
I will test and reinstall the plugin on one page and will come back to you with the outcome.
Thank you.Regards
Dear @wpsolutions,
When are you planning to fix the issue?
Thank you for the information.@brian When is this feature going to be available? Any time soon? A rough assessment, maybe? Thank you for your answer ??
Forum: Plugins
In reply to: [Smooth Scroll Up] How to disable plugin on specific pages?Would it be ok to put conditional tags in my child theme
functions.php
file?For example: I want to disable Smooth scroll up on a page called “Register”.
Is there any way to achieve that with extra code in functions.php?I found a similar solution on a web – but I think it will disable the plugin on all pages, except one.
add_action( 'wp_print_scripts', 'my_deregister_javascript', 100 ); function my_deregister_javascript() { if ( !is_page('Register') ) { wp_deregister_script( 'scrollup-js' ); } }
Thank you for your help! You made an excelent plugin