wordpress - css is showing two times in browser -


i using wordpress , when inspecting element through firebug css rules repeating .repeating rules having same rules , same page no same style .i don't know issue . can body me solve . css in fire bug

#nav ul li {     appkara/style.css?ver=2013-07-18(line 44)     color: #666666;     display: block;     font: 400 14px 'open sans',sans-serif;     padding: 19px; } #nav ul li {     appkara/style.css?ver=1.0.0(line 44)     color: #666666;     display: block;     font: 400 14px 'open sans',sans-serif;     padding: 19px; } 

it seems cache issue. may loading exact same css file- “style.css” -twice. “?ver=…“ called query string , does’t css file - allows wordpress or browser know if there’s change css file can refresh/change cache. first, try clearing cache locally. if doesn’t work try clearing cache in wordpress (it may plugin installed).


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -