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
Try replacing the file
includes/theme-head.phpwith the updated file here:http://graphene.googlecode.com/svn/branches/1.7/includes/theme-head.php
Admin
URL to your site?
Admin
In reply to: Where are the social media icon paths located in 1.7.1 style.css?
May 25, 2012 at 11:42 am #28708Use 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
In reply to: URGENT!! How can I downgrade from 1.7.1? My site became a mess after upgrading
May 25, 2012 at 11:23 am #28744Try clearing your browser’s cache. Works 99% of the time.
Admin
In reply to: Where are the social media icon paths located in 1.7.1 style.css?
May 25, 2012 at 7:30 am #28706Yeah, 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
In reply to: URGENT!! How can I downgrade from 1.7.1? My site became a mess after upgrading
May 25, 2012 at 5:39 am #28742What’s wrong with it?
Admin
Try disabling all plugins for a while, and see if the problem is still there.
Sent from my GT-I9100 using Tapatalk 2
Admin
It is in white:
Admin
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
@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.
