Proloy Bhaduri
Forum Replies Created
-
Forum: Plugins
In reply to: [Super Page Cache] Plugin still using outdated FlyingPress hookHi @isaumya,
Thank you very much for your support and superfast resolution.Forum: Plugins
In reply to: [Super Page Cache] Plugin still using outdated FlyingPress hookHi @isaumya,
It can only be known using the following hook.
flying_press_purge_url:after
Here’s the related document. This hook gets executed while purging every url individually.
So, for purging pages and purging everything it’s not possible to know the purged urls separately because all pages(everything if everything is purged) that have been cached gets purged .
https://docs.flying-press.com/article/217-before-and-after-purging-url
- This reply was modified 1 year, 5 months ago by Proloy Bhaduri.
- This reply was modified 1 year, 5 months ago by Proloy Bhaduri.
Forum: Plugins
In reply to: [Super Page Cache] Plugin still using outdated FlyingPress hookHi @isaumya,
The hooksflying_press_purge_pages:after
andflying_press_purge_everything:after
does not require any argument. Updated the docs.
Thanks,Forum: Plugins
In reply to: [Super Page Cache] Plugin still using outdated FlyingPress hookHi @isaumya ,
Thanks for your reply.
Yes, it would be great if you can use the following two hooks.flying_press_purge_pages:after
flying_press_purge_everything:after
Forum: Fixing WordPress
In reply to: Pop up buttonHi @benqadeer ! Yes you can link a popup after creating one using any popup plugins available in the WordPress plugins repository .
Most common would be using https://www.ads-software.com/plugins/popup-maker/.- You can add a custom trigger ( click open) inside popup maker and put a css class inside it (e.g,
.classname
) . - Add form shortcode inside the popup content
- Add the same triggerclass name (
classname
) to your button
There’s another way of using custom popup using custom code and without using any plugin.
Let me know if it helps
Forum: Fixing WordPress
In reply to: Can’t loginHi @onyxstone21 ! It looks like there’s HTTP 500 error which means Your server is having some kind of issue with the internal configuration . It may happen because of missing files , wrong .htaccess or server configuration files.
You can access your website via FTP/SFTP and remove/rename .htaccess and try logging in again . After logging in to the admin panel Go to Settings > Permalinks and click on save changes , it will generate a fresh .htaccess file for your website .
Kindly let me know if that helpsThanks,
Proloy- This reply was modified 2 years, 10 months ago by Proloy Bhaduri.