apollo_24
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help for a newbie pleaseThank you very much indeed. It worked superbly. Im very thankful 🙂
Forum: Fixing WordPress
In reply to: Conditional tags in header file. Help appreicatedSorry for late reply, have been away. Ok I have taken out `<?php if(( !is_page( 20 ) )&&( !is_page( 14 ))) : ?>’
and replaced it with
<?php if( get_post_meta($post->ID) && get_post_meta($post->ID) == ‘yes’ ) :?>
and then on a sample page added the custom field as suggested. But now it seems to take the header off all of the pages.I must be doing something wrong (as usual) but what Im not sure. Any ideas?
[ 1 hour and you’re bumping? Please do not bump, it’s not permitted here. ]
Forum: Fixing WordPress
In reply to: Conditional tags in header file. Help appreicatedIve read the link twice now. Ime very new at wordpress and find it quite difficult to user stand most of it. Im managed to learn a few things about editing codes ect. But the custom fields link even after i read it was still unable to udnerstand.
sorry
Forum: Fixing WordPress
In reply to: Conditional tags in header file. Help appreicatedthanks jnhghy
and to esmi, how would I obtain the result in the custom field section? Iv e not used that before
Forum: Fixing WordPress
In reply to: Conditional tags in header file. Help appreicatedhi esmi, sorry I wanted to update my first post, but couldnt delete it so started this new post.
Do you have any info info the problem with the conditional code I am using?
I am using a child theme at the moment for it.
thanks in advance
Forum: Fixing WordPress
In reply to: HELP with websitekewl :-))
Forum: Fixing WordPress
In reply to: HELP with websiteok i think I get you. so create a new template page of example on the home page and edit that, and then leave the rest to use the header ect.
Do you know off hand of any good ‘responsive’ sliders that I could use instead?
thanks again
Forum: Fixing WordPress
In reply to: HELP with websiteSo main problem is.
1) If i remove the default image header then I loose the ability to added ‘featured images’ in other pages.
2) When i reduce the size of the browser it does not auto reduce the size of the slider.All I wanted to do was have a few images on the home page rotating around, but it seems to have turned into a nightmare lol
Forum: Fixing WordPress
In reply to: HELP with websitesorry i meant alter the width of the slider in its settings menu,
the slider is a plugin yes, called easing slider.
Forum: Fixing WordPress
In reply to: HELP with websitecorrection on the above, ive got this in the styles
}
.one-column #page {
max-width: 1000px;
and the header is set to the same. I can alter the width of the header, but when i shrink the page the slider does not shirnk with it and looks terrible.Forum: Fixing WordPress
In reply to: HELP with websiteah yeah ive played with the width, so can alter that.
BUT when I remove the header in the apperance section of wordpress, It wont let me use featured images on the other pages. Is there a method I can over ride the slider on certain pages?Forum: Fixing WordPress
In reply to: HELP with websiteps. i found where you said to put the <?php if (function_exists(‘easing_slider’)){ easing_slider(); }; ?>
which i have done. But it has shoved the default header image up above it.
Forum: Fixing WordPress
In reply to: HELP with websiteI wanted the slider to replace the default header images that you can set from the appearance section on wordpress on all pages UNLESS I select a featured image like I have done on the ‘our products’ page where I want that to over ride the slider. If you get what i mean.
Forum: Fixing WordPress
In reply to: HELP with websitei have copied and pasted the whole of the header.php on website here is the link. Still having a bit of trouble finding exactly where to put it.
thanks loads for your help as well. hopefuly i can get it sorted 🙂
Forum: Fixing WordPress
In reply to: HELP with websitethanks for getting back to me
Ive looked for the div id menu but dont have it in the header.php though.