Forum Replies Created
-
AuthorPosts
-
adaspromMember
Sakin,
Thanks for your time. I checked that setting and it was turn on. Is there any anything else that could be causing this. Something with your theme doesn’t like the ebay affiliate widget code.
Regards,
AnthonyadaspromMemberThank you. I must say, your template is so flexible and easy to work with. Thank you once again.
adaspromMemberSakin,
I think I have figured it out. I have removed the header image and replaced it with the Featured Header Image of choice and then I was able to change the settings so that when a user selects a menu item, the Featured Header Image would not appear and only display the Featured Content images. It would of been nice if I could use the header image, but I think I prefer it like this, the Featured Header Image actually comes out nicer. Also, when I select the menu item and the Featured Header Image disappears, there is a white space that appears on top of the Featured Content images, I have since filled this space with text within the TagLine and changed the colour.Let me know what you think?
http://www.grahamgouldmotors.com.auRegards,
AnthonyadaspromMemberMy apologies, I’m not sure if I’m looking to hard at this, but the closest thing I have is on line 329 where it states the following:
if ( $enableheaderimage == ‘allpage’ || ( $enableheaderimage == ‘homepage’ && is_front_page() ) ) {
if ( $options[ ‘featured_header_image_position’ ] == “before-header” ) {
add_action( ‘catcheverest_before_header’, ‘catcheverest_featured_image’, 10 );
}
elseif ( $options[ ‘featured_header_image_position’ ] == “after-sidebartop” ) {
add_action( ‘catcheverest_before_hgroup_wrap’, ‘catcheverest_featured_image’, 15 );
}
elseif ( $options[ ‘featured_header_image_position’ ] == “after-menu” ) {
add_action( ‘catcheverest_after_hgroup_wrap’, ‘catcheverest_featured_image’, 15 );
}
elseif ( $options[ ‘featured_header_image_position’ ] == “before-menu” ) {
add_action( ‘catcheverest_after_hgroup_wrap’, ‘catcheverest_featured_image’, 9 );
}}
I originally attempted to edit the file with the Editor, but it didn’t work out for me and I had to replace the file with a backup I had. I’m now using Noteplus++ to look at the code.
Thankyou for your patience.
Regards,
AnthonyadaspromMemberThankyou for your reply. Unfortunately this did not work. I was talking about the Enable Featured Header Image option. I currently have it set on ‘Homepage’ which I thought would of meant the header image appears on the homepage. When a user selects the About Us menu item for example. It removes the header image and only displays the feature slider. I have another WordPress site with an earlier version of the theme that I use as a test site, it’s Version 1.2.2, and this function works well. I’m currently running Version 1.3 of your theme.
Your assistance would be appreciated, thankyou.adaspromMemberThankyou so much, you are fantastic!!
adaspromMemberThankyou so much, you have been great.
One more thing, I want to have my footer where Copyright © 2013
Graham Gould Motors . All Rights Reserved. is on the Left side and Designed by Montech Web Design on the far right hand side like the original template theme, are you able to assist?
Thankyou once again for your time.
AnthonyadaspromMemberAn addition to this post, the issue is linked to the right sidebar
adaspromMemberIt’s okay I figured it out, thankyou.
-
AuthorPosts