Rob49
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Contact Form 7] Styling the word Contact which sits above formWell I think I’m almost there. If you look now : .go 9creative.com/contact, I have added the title styled in the way I want to the page just above the form.
Unfortunately the Your Name (required) bit sits above it, so that’s the first thing I need to resolve.
I have also added the body_class() function to my body tag and have added :
.page-id-69 { }to my CSS so I can now style that specific page (thanks esmi for that tip). I have tried a few things to remove the title but no joy yet.
Is there a line of code I can add to fix it?
I guess once I can remove the title and have the Your Name line in place I am there.
Thanks again for your help. I’m really enjoying learning WP and how everything fits together.
and @ Jeremy – I think removing the title (if it’s possible) and adding the Div as I have should work ok, what do you think?
Cheers
Forum: Fixing WordPress
In reply to: [Contact Form 7] Styling the word Contact which sits above formOK, thanks Jeremy and esmi. Will have a rummage around and see what comes up with your advice.
Thankyou 🙂
Forum: Fixing WordPress
In reply to: [Contact Form 7] Styling the word Contact which sits above formHi esmi,
The link is on my third post down. Sorry about the code, thought some was allowed before needing pastebin.
Heres the PB code:
Cheers
Forum: Fixing WordPress
In reply to: [Contact Form 7] Styling the word Contact which sits above formThanks both of you.
I’m using the theme ‘modern clix’. I’m looking at the page.php file to see if that is where I could change things but so far everything i’ve tried has broken the page. Here is the code for it:
[Code moderated as per the Forum Rules. Please use the pastebin]
I’m not clued up on PHP yet so is there anything obvious I could change here to stop the title repeating just above the form?
Thankyou
Forum: Fixing WordPress
In reply to: [Contact Form 7] Styling the word Contact which sits above formHi Takayuki,
Here is the url.
go9cr eative.com (no space).
Would just like to style and edit the word ‘contact’ to match the rest of the headers on each page. I can see using firebug it is a H3 tag, but I’d like to control it with a span.
Great plug in by the way!
Thanks
RobForum: Fixing WordPress
In reply to: [Contact Form 7] Styling the word Contact which sits above formBy the way, this is for the plugin Contact Form 7.
Thanks for any help
Forum: Plugins
In reply to: Will this JQuery work with WordPress?Hold fire, think I have found the fault in the CSS.
The .js is linked, but the CSS needs some work…
(just posting in case someone was gonna reply, cheers.
Forum: Plugins
In reply to: Will this JQuery work with WordPress?If this effect can’t be brought into WP, is there another that will do the same job?
Thanks
Forum: Fixing WordPress
In reply to: Slider showing on all pagesHey Gov.
Just wanted to say a big thanks. Had a good read through the templates link you gave and it all worked first time. 🙂
I want to add some js. to my – portfolio page so will do the same thing for that also.
Very impressed with wordpress so far. 🙂
Have a good one mate.
Rob
Forum: Fixing WordPress
In reply to: Slider showing on all pagesThanks Gov. I have placed the html into the page template and it has removed the slider from the blog page which is great. 🙂
Only problem left is the slider is displaying on my other static pages – portfolio – and about.
Is there a way to remove the slider from these pages also?
Thanks very much for your time.
Rob
Forum: Fixing WordPress
In reply to: Slider showing on all pagesAh I see Gov.
So I take everything for the slider (the js. and the html) and place it into page.php (as it’s a static page not displaying posts or anything) ?
If that’s correct, how does it know how to only display the slider for the home page only.
If I’ve got this wrong just ignore me lol. 🙂
Rob
Forum: Fixing WordPress
In reply to: Slider showing on all pagesSorry, not too clear on what you are saying Gov.
Are you saying grab the html:
<div id="slider"> <img src="<?php bloginfo("template_url"); ?>/images/slide_1.jpg" alt="" /> <img src="<?php bloginfo("template_url"); ?>/images/slide_2.jpg" alt="" /> <img src="<?php bloginfo("template_url"); ?>/images/slide_3.jpg" alt="" /> <img src="<?php bloginfo("template_url"); ?>/images/slide_4.jpg" alt="" /> </div>and place it in a separate file?
Rob
Forum: Fixing WordPress
In reply to: Nivo Slider implementationNever mind got it working 🙂
Was a – missing from a path, plus the html had to fit below the other closing Divs.
Cheers
Forum: Fixing WordPress
In reply to: Nivo Slider implementationWell did a little more playing around.
The images are now showing up in various forms on each page (which I thought might happen). Have I placed the HTML in the correct place? I did try and place it inside the dashboard of WP using the HTML part of the page but no joy. Should I try again with that?
Also it doesn’t look right where I have the closing < / a> tag after the three closing Div tags, but that’s the only way the logo becomes clickable back to the homepage.
Could anyone shed some light on it?
Thanks
Rob
Forum: Fixing WordPress
In reply to: Removing Sidebar on pages-conditional commentsAll sorted 🙂
Thanks for your help alchymyth and an interesting site you have.
Cheers