mintertweed
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Easy FancyBox & Contact Form 7I totally forgot that I posted on here as well. I went to CSS-Tricks for more immediate help. Basically, what was wrong is that the HTML code the tutorial gives for the pop-up is incorrect with the current version of Contact Form 7.
This is the code that the tutorial gives:
<a href="#contact_form_pop" class="fancybox">Contact Us</a> <div style="display:none" class="fancybox-hidden"> <div id="contact_form_pop"> [contact-form 1 "Contact form 1"] </div> </div>
Now, if I go to the shortcode given by the current incarnation of Contact Form 7, it looks like this:
[contact-form-7 id="87" title="Contact form 1"]
. So, basically, I had to modify the HTML to reflect the way it was calling the shortcode. I am sure other people have had this issue as well.But yeah, everything works fine now. Now, to style it!
Forum: Everything else WordPress
In reply to: Recognizing CSS StylesheetsAh, I understand now. Thank you.
Forum: Everything else WordPress
In reply to: Recognizing CSS StylesheetsThank you for the directness of your help. Like I said before, I am rather new to this, so having the code I need and being told where to put it is exactly what I was looking for. Thank you once again!
<?php if( is_page(‘Feel Good Candy’) ) : ?>
So, instead of ‘Feel Good Candy’ would it actually say ‘feelgoodcandy’ since that is how the page is referred to in my previous code?
Edit: Nevermind. I see it accepts both. Awesome sauce! Thank you so much.
Forum: Everything else WordPress
In reply to: Recognizing CSS StylesheetsI would rather create a whole separate CSS stylesheet. I am fairly organized when it comes to my CSS code, but I think it would be best to create a second CSS stylesheet. I already know how to create another CSS stylesheet, but how do I make the “Feel Good Candy” page recognize it? What do I write in the “header.php” file? And is this in the main “header.php” file for my current website or do I need a whole new one? Thank you for your help thus far!
Forum: Fixing WordPress
In reply to: jQueryOkay, I read the codex…and I think I lost my mind a little bit. I am a novice at this and the codex does not make much sense to me. Basically, I am trying to implement this JavaScript: here, into my website: here. Now, if anyone can give me a straight-forward answer on how to do that, it would be greatly appreciated. Like, what folder do I put the script in? I suspect my “js” folder. So, I think I have that right. But how do I call it and where? In my “functions.php” file? I do not know. Please help me! I want to make this site the best that it can be! Thank you, once more.
Forum: Fixing WordPress
In reply to: Menu PossibilitiesPlease someone help me with this. I have read all the documentation. I need direct help. Here is what it looks like under Appearance > Menu: here. Thank you for any assistance you can give me! Here is what my website looks like: here. And here is what I want it to look like: here…with a drop-down menu underneath “Graphic Novels & Novellas,” of course. Thank you once again!
Forum: Fixing WordPress
In reply to: Menu PossibilitiesOkay, I read through all the material and this is as far as I got. Anymore suggestions?