Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Header Moves, Title Color Changes in 1.7.1

    #28735

    Try replacing the file includes/theme-head.php with the updated file here:

    http://graphene.googlecode.com/svn/branches/1.7/includes/theme-head.php

    Admin

    In reply to: Can't show social media icons in header

    #28762

    URL to your site?

    Admin

    Use something like this to hide the icons used by the theme:

    .mysocial img {
    display: none;
    }
    .mysocial {
    width: 32px;
    height: 32px;
    }

    Then, for each particular icon, use this:

    .social-facebook {
    background-image: url(images/social_facebook_icon_white.png);
    }

    And so on for Google, LinkedIn, etc.

    Admin

    Try clearing your browser’s cache. Works 99% of the time.

    Admin

    Yeah, in version 1.7.1 the social media icons in the top bar have been changed to use <img> tag rather than background image on the <a> element. The reason for this is because:

    1. The WordPress Theme Review theme has decided that themes should not use inline styles in the site’s frontend, which was how the custom social media icon was styled in version 1.7.

    2. Because we cannot use inline styles, the custom social media icons will have to use the <img> tag instead.

    3. Because custom social media icons have to use the <img> tag, it makes sense to standardise the other social medial icons to use <img> tag as well.

    4. This also reduces the need to manually enter the CSS code for the background of each and every one of the included social media icons. Notice that in version 1.7.1 the social media icons have been changed. Though I hate to, I had to replace the icon set that we used in version 1.7 simply because that icon set is not released under a pre-made GPL-compatible licence, even if the author had stated that it’s “free to use”.

    As for using sprite image, you can still do this since each social media icon still has its own class (e.g. social-twitter) and ID (e.g. social-id-1).

    Admin
    Admin

    In reply to: Empty space

    #28620

    Try disabling all plugins for a while, and see if the problem is still there.

    Sent from my GT-I9100 using Tapatalk 2

    Admin

    In reply to: Header not correct when updating to 1.7.1

    #28681

    It is in white:

    71eCK.png

    Admin

    In reply to: Large chunk of internal css code

    #28685

    You are correct, the code is generated by the theme for the custom colours and custom column width, but only if you’re actually using those two options. If you’re using the default values, the theme won’t generate that CSS.

    You can, however, copy that code into an external stylesheet and then change back all the option in the theme’s Colours Options and Column Width Options to their default values. That’ll effectively “move” the code to an external file.

    Admin

    In reply to: Header not correct when updating to 1.7.1

    #28673

    @grimores, please don’t post the same issue multiple times. It won’t get your query answered any faster. Take some time to read the forum rules.

    @ATB1982, clear your browser cache (CTRL+F5).

    Not a bug, topic moved to Support.

Viewing 10 posts - 3,231 through 3,240 (of 6,030 total)