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
Even on IE8 the header text still shows aligned to the left, like in the screenshot I posted above. Have you tried clearing your browser’s cache?
Admin
Hi Mark,
I’ve written quite a lengthy explanation about files in a child theme here:
But in a nutshell:
1. Yes, changes in the theme’s loop.php file will not be reflected on your site. And those files do change.
2. So don’t use your own loop.php file in a child theme.
3. Use functions.php and action hooks instead.
Admin
URL to your site?
Admin
The alignment of your header texts look fine to me. What version of IE are you using?
Admin
What’s wrong with the link? Also, please provide the URL to your site.
Admin
In reply to: Facebook like directly under everysingle Post i do. How to?
August 18, 2011 at 10:53 am #16314Have you tried putting them in Graphene Options > Social Sharing Buttons ?
Admin
Use the Custom Menu function – no programming needed. You can simply add all of the top level pages into the menu, and then add those custom links at the end of the menu. There’s just gonna be a little bit more work to add all the pages into the Custom Menu, but really, it’s nothing compared to custom-programming the links into the code.
Admin
OK, link added. Will be available in the next update.
Admin
Put this in your child theme’s functions.php file to add any HTML under the list of “Homapage Panes” you have:
<?php
function anz_custom_content(){
if ( is_front_page() ) :
?>
<!-- Put your HTML content here -->
<?php
endif;
}
add_action( 'graphene_bottom_content', 'anz_custom_content' );
?>Admin
URL to your site?
