I need help with css and javascripts in wordpress

darko1x

Power Member
Joined
Apr 7, 2015
Messages
590
Reaction score
224
i can't post a report here, i still have the restrection :/ if anyone got time to check the review i got from fiverr just tell me i'll pm the link to you . thank you
 
What do you mean by
"check the review i got from fiverr"?
 
i ordered a repport from fiverr fro my website and in the repport there's css and java issues that i don't understand :D i pm you the pdf to understand what i mean
 
well... i don't have big knowledge in web-dev or creating websites, everything i did was pure self-taught and i wanted someone to review the website and tell me what i did wrong and what can i do. that's why i ordered a gig from fiverr :)
 
Can you post some of the messages here? You're not restricted for normal text, only for urls and links I believe?
 
yeah but the message fot urls in it :/
 
Hello Darko,I think your problem / issue / is that you need to compress or optimize the JS and CSS on your website.Solutions like Combine them or Compress is for a developer if you don't know how to do it (i think this service is cheap).90% of the sites (wordpress and other) have this issue because the developers don't like to Combine (make all Java scripts in 1 file / same for CSS) or Compress them (instead of line after line the code can be side by side).Example on the CSS:Not compress -body{ line-height : 1;}ol, ul { list-style: none;Compress - body{line-height:1}ol,ul{list-style:none}*I used colors to separate the code, every color is on a new line.
 
Last edited:
Back
Top