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
Quote:So it means that the theme will be upgraded but the looks of my site will stay the same? thanksAs long as you make the customisations via the theme’s options page or via a child theme, you should be fine.
A theme update will replace all of the theme’s files, so as long as you do not make changes to any of the theme’s files, those changes should stay intact.
Admin
All sites in a WP Multisite install can use the same theme, but you need to enable the sites to use the theme in the first place. In the Network Admin, go to Themes > Installed Themes, and then click on the “Network Enable” link for the theme that you’d like all the sites in the multisite install to be able to use.
You don’t see the child theme from the network sites because newly-added themes are not network-enabled by default, which applies to newly-created child themes as well.
Admin
Quote:Curious as to what’s coming up next … colour coding the footer and menu bar for us who haven’t grasped css… : ) or maybe being able to have different size text… : ) or maybe being able to have columns on secondary pages that are not widget-based (and therefore throughout the site)You can see the list at the theme’s Google Code project page.
Admin
I would say use CSS absolute positioning.
Admin
Or you can also find smaller icons elsewhere. iconfinder.com is a good place to start.
Admin
You can do this via the theme’s options page. Modify the column width to change the header width, and you can modify the header height in Graphene Options > Display > Header Display Options.
Admin
In reply to: tags and categories not working: website and admin panel
June 9, 2012 at 1:01 pm #29135Quote:Only the get_custom_colours error remains, which doesn’t appear to affect anything. Thank you so much!Don’t worry about it for now, because it doesn’t affect the theme’s functions. It’ll be gone in the next update though.
Quote:Aha! I didn’t occur to me that the slider categories could be messing with the admin panel to that degree. I assumed I messed something up with my super-inelegant PHP fumblings.It’s a relatively new feature, so the more obscure bugs like this are not uncommon. But thanks to you for reporting and help figuring things out, one more bug squashed :).
Quote:Thank you so much for your quick and personal attention. I am both impressed and grateful.You obviously did your part to try and resolve the issue before you even posted here, asked nicely, and then stuck through the whole process of figuring out what went wrong where. Me and the other forum moderators are more than happy to go the extra length to help people like you.
Oh by the way, you can delete the two lines you added to the
theme-loop.phpfile. They’re not needed anymore. (Just in case you’re wondering, thedisect_it()function simply prints out the content of a variable passed to it. It’s one of the utilities included with the theme to facilitate debugging.)Admin
Something is adding this inline style into the theme’s
<body>element:position: relative; min-height: 100%; top: 0px; width: 250px;That’s what causing your site to be left-justified. Did you by any chance modified any of the theme’s files? If not, try disabling your plugins and see if the site is centered again.
Also, you might wanna change the box shadow of the widgets to a darker colour, so that they fit better into your site’s colour scheme.
Quote:I am not a coder so I tend to make mistakes with closing codes etc…self taught-what can I say.The developer of your theme is a self-taught web developer as well! I have never attended any classes with respect to web development. A lot of developers are like that.
Admin
In reply to: tags and categories not working: website and admin panel
June 9, 2012 at 3:35 am #29133Quote:Is this a problem I created somehow, perhaps by nesting categories? I’d like to avoid breaking things again in this way.Nope, it’s a bug in the theme’s “Exclude slider categories from posts listing” feature, which applied the categories exclusion even when the slider type is no longer set to display posts from categories.
Admin
In reply to: tags and categories not working: website and admin panel
June 9, 2012 at 2:31 am #29131Try replacing the theme’s
includes/theme-slider.phpfile with the updated one here:http://graphene.googlecode.com/svn/branches/1.7/includes/theme-slider.php
