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
Admin
Hi Jen,
Yes you can, but currently that will involve either editing the header.php file directly, or creating a new header.php file in the child theme, both of which are less-than-ideal options. The next update of the theme will include a bunch of action hooks added to the theme’s codes, so you can easily customise the theme without resorting to editing the core theme files.
Admin
Hi bryon,
Yes, you can create a static home page for your site, as per the instructions at the WordPress Codex. The only issue now is that if you use the default menu, there’ll be a hardcoded Home link in the menu. This will be fixed in the next update.
Admin
Try placing your
favicon.icofile in the root folder (if you haven’t done so already) and add this line to the theme’sheader.phpbefore the closing</head>tag:<link type="image/x-icon" href="<?php echo home_url(); ?>/favicon.ico" rel="icon">Admin
In reply to: HTTPS-Problems: header-image stays as http, when using custom image
September 16, 2010 at 12:48 pm #11055Btw: do you know a way to preserve the arrangement of the widgets between activations and upgrades? It is annoying, to reconfigure this all time the theme changes for a few minutes..
I share your sentiment about this, but so far I haven’t found any way to preserve the widget settings yet. But to be honest, I haven’t really been looking for a way to achieve that.
But from what I know, the widgets that were automatically deactivated were moved to the Inactive Widgets section, which deactivates the widgets but keep their settings. Perhaps you can just drag these widgets back? At least that saves having to reconfigure their settings.
Admin
In reply to: HTTPS-Problems: header-image stays as http, when using custom image
September 16, 2010 at 12:45 pm #11054Found a better fix: using WordPress’ own
if_ssl()conditional. If this is true, then the theme replaceshttpin the image link tohttps.Can you please try it: http://www.khairul-syahir.com/files/graphene-1.0.8.2.1.zip
Admin
In reply to: HTTPS-Problems: header-image stays as http, when using custom image
September 16, 2010 at 10:39 am #11051Okay, I’ll look into this. I’m thinking of removing the home url part of the link to the image, i.e. just use
wp-content/uploads/...'instead ofhttp://www.yoursite.com/wp-content/uploads/..., but this might cause problem with permalinks on.I’m gonna experiment on this. Feel free to share any ideas you have.
Admin
Admin
In reply to: HTTPS-Problems: header-image stays as http, when using custom image
September 16, 2010 at 12:22 am #11049If you try using the Twenty Ten theme, is the header image delivered via HTTP as well? I’m just wondering, cause I think this is a WordPress issue instead of the theme. The link to the header image is generated by WordPress, and the theme merely displays it.
If it’s a WordPress issue, I may be able to do some PHP search and replace hack to get it to be delivered via HTTPS.
As for the German translation, I’d be glad if you could improve on the translation and send it to me 🙂
Admin
Replace this code
<?php bloginfo('rss2_url'); ?>with your feedburner link
