PCWP
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Custom menu itemsIt worked with the amp-menu item. I was trying with primary-amp-menu.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Custom menu itemsIt’s working for non-AMP pages. But AMP pages these menu items are not displaying.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Remove AMP menu using codeCan you share the full filter code to remove AMP menu.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Remove AMP menu using code$menu_html_content =””;
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Remove AMP menu using codeI just want to remove the already set amp menu using code and replacing it with static menu items using hooks. The filter is not working. I tried the below hooks and it’s working fine. But both menus are displaying. I don’t want to uncheck the amp menu through the appearance -> menu. Want to remove the menu already set through appearance -> menu using code and display the static menu added using action hooks.
add_action(‘ampforwp_after_amp_menu’, ‘amp_alternate_menu’);
Forum: Plugins
In reply to: [Redis Object Cache] Status: Not connectedStatus: Not connected
Client: Predis (v1.1.6)
Drop-in: Valid
Disabled: No
Filesystem: Working
Ping: PONG
Errors: [
“MOVED 4921 52.172.160.203:15006”
]
PhpRedis: Not loaded
Predis: 1.1.6
Credis: Not loaded
PHP Version: 7.3.13-1+ubuntu18.04.1+deb.sury.org+1
Plugin Version: 2.0.15
Redis Version: 4.0.14
Multisite: No
Global Prefix: “wp_”
Blog Prefix: “wp_”
WP_REDIS_SCHEME: “tls”
WP_REDIS_HOST: “Host Name”
WP_REDIS_PORT: “6380”
WP_REDIS_MAXTTL: “60”
WP_REDIS_PREFIX: “Test”
WP_CACHE_KEY_SALT: “Stage”
WP_REDIS_IGNORED_GROUPS: [“counts”,”plugins”,”user_meta”]
WP_REDIS_PASSWORD: ……
Global Groups: [
“blog-details”,
“blog-id-cache”,
“blog-lookup”,
“global-posts”,
“networks”,
“rss”,
“sites”,
“site-details”,
“site-lookup”,
“site-options”,
“site-transient”,
“users”,
“useremail”,
“userlogins”,
“usermeta”,
“user_meta”,
“userslugs”,
“redis-cache”,
“blog_meta”
]
Ignored Groups: [
“counts”,
“plugins”,
“user_meta”,
“blog-details”,
“blog-id-cache”,
“blog-lookup”,
“global-posts”,
“networks”,
“rss”,
“sites”,
“site-details”,
“site-lookup”,
“site-options”,
“site-transient”,
“users”,
“useremail”,
“userlogins”,
“usermeta”,
“userslugs”,
“redis-cache”,
“blog_meta”,
“themes”
]
Unflushable Groups: []
Drop-ins: [
“advanced-cache.php v by “,
“Redis Object Cache Drop-In v2.0.15 by Till Krüss”
]Forum: Plugins
In reply to: [Redis Object Cache] 504 Gateway Time-out while accessing Widget and MenuIt seems the admin panel getting cached. How do we can exclude wp-admin (widgets.php, nav-menus.php) from caching?
- This reply was modified 4 years, 3 months ago by PCWP.
Forum: Plugins
In reply to: [Redis Object Cache] Can logged in user can see the fresh update instantlyI am using this plugin on my local machine before installing it on the client environment. It would be better if you can share how the updated content is caching on Redis. What method you are using in the plugin.
Forum: Plugins
In reply to: [Redis Object Cache] Can logged in user can see the fresh update instantlyThanks. Are we using Write through or write back cache?
Forum: Plugins
In reply to: [Redis Object Cache] Can logged in user can see the fresh update instantlyI am just wondering how do the values are getting updating after making any changes in the posts/pages. Can you help me to understand the process?
Forum: Plugins
In reply to: [Redis Object Cache] Can logged in user can see the fresh update instantlyYea it’s working fine.
WordPress and other plugins are using Transient for storing DB query results. Does the Redis cache this transient also.Thanks
It affects the website page load time and overall performance.
Forum: Plugins
In reply to: [Quiz Tool Lite] Export Candidate ResultsCool!!!
Its better if we can generate/export result based on quiz. Find below attached sample csv docs.
https://www.dropbox.com/s/gveoo1m4309lm2b/Results.xlsx?dl=0This is very basic format, we can include more details like date and time.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Checkout IssueThanks
Rectified the issue….Forum: Hacks
In reply to: Display WordPress dashboard on a page/postNo luck.
Any proven idea/code?