chandranath
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: This block contains unexpected or invalid contentThis code was causing the problem. This was in functions.php
Added to Remove Query Strings from Static Resources as per this article. [https://www.keycdn.com/support/remove-query-strings-from-static-resources ]function _remove_script_version( $src ){ $parts = explode( '?', $src ); return $parts[0]; } add_filter( 'script_loader_src', '_remove_script_version', 15, 1 ); add_filter( 'style_loader_src', '_remove_script_version', 15, 1 );
It was added ages ago. Not sure why it broke now.
Forum: Fixing WordPress
In reply to: This block contains unexpected or invalid contentI deactivated the theme and switched to twenty twenty-one.
Also disabled recently updated plugins
The issue still persistsForum: Plugins
In reply to: [Autoptimize] CLS conflict with lazyloadPlease check the image below
Content is shifted below as the image is lazy loaded.
Forum: Plugins
In reply to: [Autoptimize] CLS conflict with lazyloadGoogle page speed does not seem to calculate CLS correctly. Use the Web Vitals extensions to check
https://chrome.google.com/webstore/detail/web-vitals/ahfhijdlegdabablpippeagghigmibma?hl=en
I also have the same issue. GSC Showing CLS, page speed not showing any.
here is one of the pages which show high CLS
https://www.tektutorialshub.com/crystal-reports/how-to-download-and-install-crystal-report-runtime/
Forum: Plugins
In reply to: [Tabby Responsive Tabs] How to change the h2 tag in responsive modeTable of the content plugin uses the h2 tags to generate the heading
I cannot use both of these plugins together
Thanks in advance
Forum: Plugins
In reply to: [Ultimate Blocks - WordPress Blocks Plugin] Tabs are not responsiveForum: Plugins
In reply to: [Redirection] Redirect not workingYes. I reverted back to the old plugin temporarily
I Removed the domain name (www.tektutorialshub.com) from both source & target URL before importing from the old plugin and now it is working
Thanks again for the lovely plugin
Forum: Plugins
In reply to: [Redirection] Redirect not workingRedirect Tester
https://www.tektutorialshub.com/angular-2-custom-pipes
Results in
Unable to load details
Forum: Plugins
In reply to: [Redirection] Redirect not workingThanks
I have disabled the cache. Still getting the same issue
Forum: Plugins
In reply to: [Autoptimize] Website crash with V 2.4.3Updated to 2.4.4. Working fine
Thanks for the update
Forum: Plugins
In reply to: [Autoptimize] Website crash with V 2.4.3“ao_cachechecker appearing gazillion times.”
same here
Forum: Plugins
In reply to: [Autoptimize] Website crash with V 2.4.3Only thing i did was updated autoptimize and nothing else.
Website hanged to immediately.
Restarted the Server twice, but the problem remained
Finally i renamed the folder to autoptimize-1 and the problem gone away
I am pretty sure that the issue was with the new update
Forum: Plugins
In reply to: [Autoptimize] Website crash with V 2.4.3I just updated to V 2.4.3
My CPU usage went up to 100% (php-frm took 70% of CPU & Mysql remaining 30%)
site become unresponsive
Forum: Plugins
In reply to: [Subscribe to Comments] "Sorry, you are not allowed to access this page"I am also facing the same issue
Have you found a solution ?
Forum: Plugins
In reply to: [Subscribe to Comments] restricted due to a security ruleI am also facing the same issue
Have you found a solution ?