jazminhupp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Categories & Tags No Longer Appear & Cannot Be CreatedThis was mysteriously fixed after an upgrade to my WebHost Manager from my web hosting service.
Forum: Fixing WordPress
In reply to: Categories & Tags No Longer Appear & Cannot Be CreatedI have not had any luck resolving this. I’m guessing something got corrupted in my databases but have no idea how to fix it.
Forum: Localhost Installs
In reply to: Error establishing a database connection on local machine (MAMP)I had the same “Error establishing a database connection” message. In my case it was because I had put the wrong database name in the wp-config file. So make sure the database you create in PHPMyAdmin matches the database name you put in the config file.
Here’s how’d I do this. First create a draft post with all the pictures you want to use and insert them into the post using the standard upload/insert “add an image” buttons. Pay attention to alignment and sizing (you may have to experiment to get this right in your form). Next click on the HTML tab and copy the HTML for the images into a text file or open Contact Form 7 in a new window. For example, the HTML for one of my images would be:
<img class="alignnone size-full wp-image-359" title="w2_founder_friday_logo_200px" src="http://jazminhupp.com/wp-content/uploads/2011/08/w2_founder_friday_logo_200px.png" alt="" width="200" height="74" />Next go into Contact Form 7 and edit the code in the Form box. Place the HTML for each image above each radio box. Play around by using line breaks (
<br />) as needed. You may need to resize images or change their alignment to get this right.Save the form and see how it looks.
Good luck!
See below 🙂
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] HELP! Won't Say Thank YouI don’t have experience with this problem but it may be related to your theme. Try going back to the default “twentytwo” theme and seeing if the problem is the same. It’s possible something in your theme’s CSS is overriding the confirmation, which should appear under the submit button.
Forum: Plugins
In reply to: contactform 7I just upgraded from 2.4ish to 3.0.1 and my form is still working. Sorry I can’t help.
Forum: Plugins
In reply to: [Audiobar] [Plugin: Audiobar] Removed the download boutton link DLKwasilow’s method removed my play button along with the download buttons. I was able to remove just the download button while keeping the play button in tact by opening …/audiobar/templates/audiobar_buttons.php in my code/text editor, then I removed these 2 lines.
<a>" class="download"><?php echo $extensions[$i] == 'oga' ? 'ogg' : $extensions[$i] ?></a>
and
<a>" class="text"><?php _e("Download") ?></a>'