Plugins are not activating and deactivating. Acting weird.

Posted in: Newspaper
Post count: 53

Hello, I am facing issues with plugins activation. Everything was fine. I wanted to solve my core web vitals issue reducing LCP error. Then I found (https://wordpress.org/support/topic/removing-excluding-jquery-min-js/) this article and placed the code
function my_jquery_enqueue() {
wp_deregister_script( ‘jquery’ );
}

add_action( ‘wp_enqueue_scripts’, ‘my_jquery_enqueue’ );

in the theme’s function.php. After that, all images were broken from my site. I cannot remove EWWW Image Optimizer. If I deactivate it, it still showing deactivate.
https://imgur.com/a/8eCTWgn

WP Rocket is not working properly, clearing cache takes me to another page.
https://imgur.com/a/n1Qt53l

Also “Floating ads bottom” plugin and “UpdraftPlus – Backup/Restore” plugin is not working. When I click activate shows “The link you followed has expired.
Please try again.”

Can you please help me solve the issue? Is there any way to reset the theme to solve the issue? Thank you.

  • This topic was modified 5 years by amitfahad.
  • This topic was modified 5 years by amitfahad.
Post count: 21065

Hello!

First of all, please make a full backup. If you will do the update or a fresh install of the theme, then all changes you made in the theme’s files will be overwritten.
We recommend using the WP Super Cache plugin https://forum.tagdiv.com/cache-plugin-install-and-configure/. Please make sure that all the requirements are met as you can see here: https://forum.tagdiv.com/requirements-for-newspaper/

Hope that helps you!

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.