No need to load css and js in frontend
-
The plugin loads some css and js in the head (!!!) of the pages which is totally unuseful in the frontend and in some cases could change the aspect and behaviour of the site.
Please consider to load your files only in the backend and ONLY in the pages where they are really needed.Thank you.
<link rel='stylesheet' id='eonet-ui-css-css' href='[...]/wp-content/plugins/eonet-manual-user-approve/core/assets/css/eonet_ui_frontend.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='eonet-fonts-css' href='//fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,600,600i,700,700i,900,900i&subset=latin,latin-ext' type='text/css' media='all' /> <script type='text/javascript' src='[...]/wp-content/plugins/eonet-manual-user-approve/core/assets/js/bootstrap.min.js'></script> <script type='text/javascript' src='[...]/wp-content/plugins/eonet-manual-user-approve/core/assets/js/eonet_ui.min.js'></script>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘No need to load css and js in frontend’ is closed to new replies.