betterfasterstranger
Forum Replies Created
-
A late reply but for anyone else scratching their heads at this: I had the same issue today, there is a field to manually add your UA Code – log into GA, jump into the property for your site, then Tracking Info and finally Tracking Code. The Tracking ID (UA-XXXXXXXX-X) is just under the Analytics Education box in the body if you have that visible, otherwise at the top. Slap that guy into the field back in Yoast’s plugin back in your WP installtion and save via the Update button. To confirm, head back to your GA account and refresh the page where you grabbed the code – it’ll show up with a “Tracking Installed” status.
Hope you got it going!
Forum: Networking WordPress
In reply to: Widgets missing after move to new domainI’m having this issue too, not a big deal for me as I’m just moving a largely updated site back to my local server and there’s aren’t too many widgets.
The search-and-replace script didn’t work for me unfortunately, I followed their full set of instructions (which is written much more nicely than the version in the codex incidentally): http://interconnectit.com/719/migrating-a-wordpresswpmubuddypress-website/.
The stackexchange question linked above is worth the read to understand why widgets break and what you can do to prevent that in the first place. I just wish it had fixed my issue too…
Anyone got anything else?
Forum: Everything else WordPress
In reply to: Customizing Calendaralso – to reverse the inner colours you could do this:
#wp-calendar a:hover{color:#fff;
background:#000;
text-decoration:none;}Forum: Everything else WordPress
In reply to: Customizing Calendarthis probably comes too late for you to use it ikthius, but for anyone else who’s looking for this: below the td containing any date that has posts is given a white border and background with bold black text. The border isn’t strictly necessary but does give a nicer shape than just the background fill on it’s own.
#wp-calendar a {border:#fff 2px solid;
background:#FFF;
color:#000;
font-weight:bold;
}