Outright_Rugby
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Moving menu items – HELPOkay, noted. Sorry about that, won’t duplicate again.
Forum: Themes and Templates
In reply to: Moving menu items – HELPThank you for the help,
I’m working on the site for someone else with WP already installed, so I’m not sure how to access wp-content/themes on my computer? How can I go about creating the child theme?
Thank you 🙂
Forum: Themes and Templates
In reply to: Moving menu items – HELPNo not yet, should I be doing that?
Can I create a child theme in WordPress?Thanks for your response, any help would be greatly appreciated, I’m taking this project on on my own and am fairly novice. Thanks very much.
Forum: Themes and Templates
In reply to: Moving menu items – HELPForum: Themes and Templates
In reply to: [Graphene theme] Header image not displaying – HELPThanks Andrew, I had to insert the image url into the src field even though the theme has custom header image upload options, which I was using before. No problem tho, glad it’s working now thanks.
I want to make the header image clickable to return to the homepage, any idea where I can make this happen?
Thanks! 🙂
Forum: Themes and Templates
In reply to: [Graphene theme] Header image not displaying – HELPHi Andrew, thank you.
Yes I was editing header.php
It’s actually the same line #65 that you helped with yesterday. The code is as follows:<div id="header"> <?php $header_img = $header_img. "alt='' class='header-img' />"; if ( ! is_front_page() && $graphene_settings['link_header_img'] ) { $header_img_tag = '<a href=""' . apply_filters( 'graphene_header_link' , home_url() ) . '" id="header_img_link" title="' . esc_attr__( 'Go back to the front page', 'graphene' ) . '">'; $header_img_tag .= $header_img; $header_img_tag .= '</a>'; $header_img = $header_img_tag; } echo $header_img; ?>Could you point me to where I’m going wrong?
Thanks so much!Forum: Themes and Templates
In reply to: [Graphene theme] Header image not displaying – HELPThe code appears at the top, and the url is: http://www.outrightrugby.com – to see for yourself, thank you!
Forum: Themes and Templates
In reply to: [Graphene theme] header.php coding – HELPNow for some reason, I get the following message if I try and visit the site, and my custom header image does not display:
http://www.outrightrugby.com/wp-content/themes/graphene/images/headers/flow.jpg alt=” class=’header-img’ />
it displays at the top of my site and the header image is not there. Do I need to insert the location of the header image into line 65?
Thank you 🙂
Forum: Themes and Templates
In reply to: [Graphene theme] header.php coding – HELPWorked, thank you so much 🙂
Forum: Themes and Templates
In reply to: [Graphene theme] header.php coding – HELPThis is line #65:
$header_img = ‘.$header_img.’ alt=”” class=”header-img” />’;
Thank you!
Forum: Themes and Templates
In reply to: [Graphene theme] header.php coding – HELPWhat tool can I use to find the exact line #65? Sorry!
Forum: Themes and Templates
In reply to: Graphene theme: error in line codeThanks Max,
I’ve ticked the topic as resolved.
I have another question that I’d like help with if you can?http://wordpress.org/support/topic/graphene-theme-make-header-image-clickable?replies=1
Thanks!
Have a great day 🙂Forum: Themes and Templates
In reply to: Graphene theme: error in line codeThank you so much, I did update the theme and it worked, thank you for your help 🙂
I have another query relating to custom menus in the Graphene theme, it is on the topic list under themes and templates.I would appreciate any help I could get,
Thanks so much 🙂