CSS/JS call in the html

Posted in: Newspaper
Post count: 26

Hello all,

I am trying to combine CSS and JS files. Of course that means I need to delate the call coming from the html for the CSS/JS which I have “stored away” in one file.

I literaly searched in all files of the themes folder but couldn´t find it.
Any hint where to find these calls?

Regards,
Christian

Post count: 23312

Hello Christian,

Please keep in mind that our theme uses two different files to load the JavaScript and theme Style CSS. The style sheet of the theme is created in style.css -> https://www.screencast.com/t/1hOWGpm3j and the JavaScript is in tagdiv_theme.js like this -> https://www.screencast.com/t/EXuDCTgWHzxd Notice that the queries of these files are made in td_wp_booster_functions.php. The theme style is loaded with wp_enqueue_style like this -> https://www.screencast.com/t/6rLmGGmh and the theme js is loaded through wp_enqueue_script like this -> https://www.screencast.com/t/kyK11Z8L
If you want to make some changes or also, if you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom implementation, sorry!

Thanks for your understanding!

Post count: 26

Hello Catalin,

thank you for the heads-up about the documents.
I will do more research in this and will adjust my strategy to what i will find out.

Thank you for the detailed information.

Regards,
Christian

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.