Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Static home page contents

    #15630

    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

    In reply to: Update Error

    #15943

    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

    In reply to: Custom Menu Tutorial?

    #15974

    Here’s a good tutorial on using the Custom Menu screen: http://codex.wordpress.org/Appearance_Menus_Screen

    Admin

    In reply to: Background image dimension

    #15491

    Probably not. Those are CSS3 style declarations. IE doesn’t even properly support CSS2.1, at least not until IE8/9.

    Admin

    In reply to: Widgets do not show up on site

    #15906

    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

    In reply to: How to change 'follow me' text on Twitter widget

    #15884

    Don’t copy the parent theme’s functions.php file, that will throw everything into disarray. Just create an empty functions.php file inside the child theme folder, and add the code I mentioned above.

    Admin

    In reply to: Widgets do not show up on site

    #15904

    Also, I’m seeing UA-24568728-1 at 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

    In reply to: Widgets do not show up on site

    #15903

    ok, now the footer is showing up properly. Try adding the banner in the sidebar again.

    Admin

    In reply to: How to change 'follow me' text on Twitter widget

    #15880

    The positioning doesn’t matter, just put it in anywhere in between the opening <?php and closing ?> tags.

    Admin

    In reply to: function.php error version 1.4

    #15700

    I see..from the screenshot I can see that the value for your button background colour is invalid. It should be #000 or #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.

Viewing 10 posts - 4,481 through 4,490 (of 6,030 total)