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
If you’re using the WordPress custom menu feature, click on the “Screen Options” tab on the top right of the page in WP Admin > Appearances > Menus. Then, in each menu item you’ll see a checkbox to set the menu item to be opened in new window/tab.
Admin
I see this in the CSS being generated by the theme to apply the custom colours:
.sidebar h3{
background: #DF3A000;
background: -moz-linear-gradient( #DF3A000, #940011 );
background: -webkit-linear-gradient(top, #DF3A000, #940011 );
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#DF3A000', EndColorStr='#940011')";
background: linear-gradient( #DF3A000, #940011 );
}You colour code has one too many 0. Hex colour codes can only be either 3 digits or 6 digits (excl. the #)
Admin
.archive-title {
display: none;
}Admin
In reply to: Removing gray borders from table cells on affiliate site
July 10, 2012 at 9:40 pm #30330Quote:PS How’s the studying coming along… nearly there?Getting there. Last semester starts next week now meaning lots of work and no time lol
Admin
Quote:If I only use the Graphene options (since the changes I need are already in the options) will any future updates affect what I have set in this option area?No. Those options are stored in the database, so they are not affected by updates. Exceptions are when we have to update the database structure to accommodate new features, but we always try to preserve your options in that case.
Quote:The reason I’m asking is when I tweaked the colors in the preset “Curiosity Killed” template and then switched to another pre-installed color setting when I went back to curiosity killed all the changes I made werereset.There’s no capability to modify or add new colour presets at the moment. When you select a colour preset, make changes to the colour, and save the options, those colour settings are not mapped to the colour preset. This is why when you select the colour preset again, all the modifications you made to the colours are reset to the colours defined for that colour preset.
Admin
Quote:Notice: Use of undefined constant ENABLE_CACHE – assumed ‘ENABLE_CACHE’ in /customers/5/4/c/difdokumentaren.se/httpd.www/dif/wp-config.php on line 94Try removing line 94 in your
wp-config.phpfile?Admin
Feel free to open a new topic for unrelated questions. Also, make sure you explain how does it not work.
Admin
Just delete the
functions.phpfile in the child theme.The site needs a better host, at least a host that’ll allow the memory limit to be increased to 64MB and use htaccess. And whoever owns the site needs to give you FTP access to the server. Other than that, there’s nothing much we can do to help unfortunately. We have to work with the card we’re dealt with, and in your case that’s not much.
Admin
The code I gave you should be able to do what you want regardless of your permalink settings. Activate the child theme, insert that code in the child theme’s
functions.phpfile, and post a link to your site so that we can take a look.Admin
Quote:would you say 16px is to large for blog posts or is it down to individual taste?Depends on the font you’re using. If it’s arial, it’s probably too large for the theme’s design.
