Plugins and Snippets
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Page Access Restriction] Plugin redirects to one page onlyHi @leonalbu
We suggest clearing all caches (all server caches, Cloudflare if any, browser, etc.) after setting up the settings.
If it still doesn’t work, could you provide a step-by-step example of the issue? If you have a staging server, we’d be happy to check it there as well.
Thank you.
Forum: Plugins
In reply to: [Simple Page Access Restriction] URL Encode the redirect_parameterHi @tych095,
Ah, now we understand your use case and agree with your suggestion.
Thank you for bringing this to our attention and for providing the detailed steps to replicate it.
We have released a new version of the plugin with this fix.
Could you please check the latest release and confirm if it works fine now?
Thank you.
Forum: Plugins
In reply to: [Simple Page Access Restriction] redirect not workingHi @lindalunnmiller,
The plugin is designed to redirect logged-out visitors when they attempt to access restricted pages. Consequently, logged-in users can access these restricted pages without any issues.
We believe it is working correctly as per the given details.
Please let us know if you need any further clarification.
Thank you.
Forum: Plugins
In reply to: [Simple Page Access Restriction] URL Encode the redirect_parameterHi @tych095,
We have tested this and it is working fine when using query parameters in the URL.
Could you please provide more details? eg. current settings and URL.
Also, if you could deactivate all other plugins and switch to a standard theme to confirm there are no conflicts.
Let us know please if that helps.
Thank you.
Forum: Reviews
In reply to: [Simple Page Access Restriction] Hopefully…Hi @permadental,
Thank you for bringing this to our attention.
There was a small bug preventing the rating notice from being dismissed on WP-Admin pages, except for the Plugins list page (from where the dismiss action was working and would prevent the rating notice from showing anywhere afterwards).
This issue should now be fixed in the latest version.
Please update the plugin and let us know if it works on your end.
Thank you.
Forum: Reviews
In reply to: [Simple Page Access Restriction] Good PluginHi @dingerbel,
Thank you for bringing this to our attention.
There was a small bug preventing the rating notice from being dismissed on WP-Admin pages, except for the Plugins list page (from where the dismiss action was working and would prevent the rating notice from showing anywhere afterwards).
This issue should now be fixed in the latest version.
Please update the plugin and let us know if it works on your end.
Thank you.
Forum: Reviews
In reply to: [Simple Page Access Restriction] Annoying rating bannerThank you for bringing this to our attention.
There was a small bug preventing the rating notice from being dismissed on WP-Admin pages, except for the Plugins list page (from where the dismiss action was working and would prevent the rating notice from showing anywhere afterwards).
This issue should now be fixed in the latest version.
Please update the plugin and let us know if it works on your end.
Thank you.
Forum: Plugins
In reply to: [Simple Page Access Restriction] Rating BannerHi @permadental,
Thank you for bringing this to our attention.
There was a small bug preventing the rating notice from being dismissed on WP-Admin pages, except for the Plugins list page (from where the dismiss action was working and would prevent the rating notice from showing anywhere afterwards).
This issue should now be fixed in the latest version.
Please update the plugin and let us know if it works on your end.
Thank you.
Forum: Plugins
In reply to: [Widget for Zendesk Chat via API] Nothing shows upHi Jonathan,
Thank you for your feedback and for using our plugin.
In order for our plugin to work, you only need to enter your Zendesk Chat Account API Key (same as Account Key) on the Settings Page. This way, Zendesk Chat Widget can be loaded via API and everything is taken care of in the backend.
After entering the key please clear all caches and please disable the regular Zendesk Chat plugin as it will no longer be needed.
Please refer to this page for more information https://www.pluginsandsnippets.com/downloads/widget-for-zendesk-chat-via-api/
Hope this helps!
- This reply was modified 2 years ago by Plugins and Snippets.
The problem comes from LinkWhisper Plugin. The old plugin left “wpil_links_” (metakey) and “Wpil Model Link” (meta value) entries in wp_postmeta database table.
What you can do before migration is to use the settings of the Free LinkWhisper Plugin to remove all legacy entries (Donwload Link Whisper Free Plugin from WordPress Plugin, go the the plugins setting page, activate the option “Delete all Link Whisper Data”, then unininstall and delete the Free LinkWhisper plugin again to execute this.
Then try to run the migration to EDD 3.0.
Hope that helps!
Forum: Plugins
In reply to: [User Blocker] Cannot start session when headers already sent in …Hi there,
we had the same issue. This is the fix that worked for us. Please update your plugin now.
user-blocker\includes\user_blocker_common_functions.php
/**
* Start session if not started
*/
if (!function_exists(‘ublk_session_start’)) {function ublk_session_start() {
if (session_id() == ” && !headers_sent()) {
session_start([‘read_and_close’ => true]);
}
}}
Forum: Plugins
In reply to: [User Blocker] Error Log entriesOk thank you!
Forum: Plugins
In reply to: [Hide My Site] Hide My Site won’t dieHi there, yes you were right. We found another cache on our server. Once we purged that the plugin finally died. Ok now its more clear. So will now know better how to use Hide My Site plugin. We will keep using it as otherwise its a really good plugin. Cheers
Forum: Plugins
In reply to: [Hide My Site] Hide My Site won’t dieSame problem here. We cloned the website via ManageWP.com and then installed Hide my Site plugin. We had another problem started and in that process deactivated Hide My Site Plugin. The crazy thing is it kept appearing despite the plugin actually being deleted.
Only the main page was affected, not pages which had links like /tag/ or /product/… URLS.
We also checked to clear all cache and there is simply no code available to execute this plugin. Still it keeps showing.
We suspect the deinstall procedure is not done properly. For sure the settings remain upon deinstall and it must also ended up in some cache – we cannot find.
Please advise.
Same problem here, after installing this plugin there is no page with shortcode created. Ergo I go to Menu Pages / Add new page and now it does not work anymore to create a new page. The Message I receive is “Updating failed” and its for all pages, not only with shortcode [kbe_knowledgebase].
Also on Knowledge Base Menu, the categories do not show up.
Is there any help here? I am using WordPress 5.2.2. This is a serious bug. Please help or I will have to uninstall this.
- This reply was modified 5 years, 5 months ago by Plugins and Snippets.