Sybreed
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Member to member form mail and notifications not working!I fixed this:
With Namecheap or any other host that does not allow form mail to be sent from any e-mail address other than what is registered with the hosting account – you must create an e-mail address in your hosting control panel.
For example, even though I am registered with Namecheap as myemailaddress@gmail.com, I had to create an e-mail account in the cPanel called admin@mydomain.com. THIS is the e-mail address that has to be associated with the WP configuration, new member mail, or any instance of a FROM field with form mail. Otherwise, it is considered “spoofing” and prohibited by the mail server.
Had to reinstall site. Works great now.
Any ideas, please? I’m trying to finish up the blogroll today. =)
Forum: Themes and Templates
In reply to: Hard coded unorgaized list not showing up.Oh goodness! I didn’t even close the
<ul>. *Smacks head*However, it still is not showing up. I removed the closing list item tags as well because they really aren’t necessary and even the extra line break between them. No show!
I finally got it to show up on the page by removing the unorganized list declaration from the text completely and just entering it as line items with a break between each. Whatever works! Thank you for your help – probably never would have noticed that after staring at code forever.
Forum: Themes and Templates
In reply to: Having Trouble Creating this Layout…I figured the image problem out as well, thanks to a random page found via Google (searched the Codex and didn’t have any luck??).
To call an image path:
<a href="<?php echo get_option('home'); ?>"> <img src="<?php bloginfo('template_directory'); ?>/images/image_name.jpg" alt="logo" /></a>Yay.
Forum: Themes and Templates
In reply to: Having Trouble Creating this Layout…I believe I have resolved one issue – I can now see the CSS styling by renaming the file to style.css (previously it was “mysitename.css”). However, I still cannot see images that are hard coded with HTML. Do I need to call them with PHP?
I have all images in a folder within themes / mysite / images.