dodonnell
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Popular Posts] CSS IssuesThanks Hector, appreciate it!
Forum: Plugins
In reply to: [WP Popular Posts] CSS IssuesCan I get a dl link to the prior version so it work in the mean time?
ThxForum: Plugins
In reply to: [WP Popular Posts] CSS IssuesWhere can I grab the old version?
Forum: Plugins
In reply to: [WP Popular Posts] CSS IssuesThanks for the update Hector, good luck getting it sorted, love the plugin.
Forum: Plugins
In reply to: [WP Popular Posts] CSS IssuesHa, have had this issue myself for maybe a week now, my side bar has looked horrible, spent an hour trying to figure why the hell the custom css wasn’t being used! Looking forward to the update being pushed live, thanks!
Forum: Hacks
In reply to: Do Not Call Favicon.icoIf anyone else ponder this in the future, here is the answer:
The favicon.ico is an image that stays in the root of your server. It’s a necessary evil because even if you don’t care about it the browser will still request it, so it’s better not to respond with a 404 Not Found. Also since it’s on the same server, cookies are sent every time it’s requested. This image also interferes with the download sequence, for example in IE when you request extra components in the onload, the favicon will be downloaded before these extra components.
So to mitigate the drawbacks of having a favicon.ico make sure:
It’s small, preferably under 1K.Set Expires header with what you feel comfortable (since you cannot rename it if you decide to change it). You can probably safely set the Expires header a few months in the future. You can check the last modified date of your current favicon.ico to make an informed decision.
Imagemagick can help you create small faviconsForum: Hacks
In reply to: Do Not Call Favicon.icoNo, nothing there!
(thanks for replying)