Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
rowladar is right about the dark text aroung the author. As for the bottom widget area, use this:
#sidebar_bottom {
background: #000 // Change to whatever colour you like
}Admin
Unfortunately there is nothing we can do to resolve this issue for you, since WordPress handles both the update server and the update process. You’ll probably find more help in the WordPress.org support forum.
Admin
Here’s a good tutorial on using the Custom Menu screen: http://codex.wordpress.org/Appearance_Menus_Screen
Admin
Probably not. Those are CSS3 style declarations. IE doesn’t even properly support CSS2.1, at least not until IE8/9.
Admin
Now I see this at the top of your site:
Posted 3 minutes ago #I believe you have accidentally copied that into the theme’s Google Analytics options. Also, I notice that you’re also using the Yoast SEO pack which has already inserted the Google Analytics code, so you don’t actually need to use the theme’s Google Analytics feature anymore.
Admin
Don’t copy the parent theme’s
functions.phpfile, that will throw everything into disarray. Just create an emptyfunctions.phpfile inside the child theme folder, and add the code I mentioned above.Admin
Also, I’m seeing
UA-24568728-1at the very top of the website. That looks like a Google Analytics ID. If you’re using the theme’s Google Analytics option, make sure you include the whole code block instead of just that publisher’s ID. It should look something like this:<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-24568728-1']);
_gaq.push(['_setDomainName', '.domain.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>Admin
ok, now the footer is showing up properly. Try adding the banner in the sidebar again.
Admin
The positioning doesn’t matter, just put it in anywhere in between the opening
<?phpand closing?>tags.Admin
I see..from the screenshot I can see that the value for your button background colour is invalid. It should be
#000or#000000(either 3 or 6 hexadecimal digits) whereas the value you had there was#00000(5 hexadecimal digits).Yeah sure, if you go to Graphene Options page there’s a donate button in the top right.
