KatrineDM
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Contact Form 7 issues in WordPress 3.4.1Guys, DreamHost fixed it for me.
If anyone is having the same issue, make sure:
1. The Contact Form 7 needs to send using the domain you
are hosting with your hosting company, not using a domain that is not using them.
2. ‘To’ field in the contact form 7 must be your domain email. E.g. [email protected]
‘From’ field must be: [email protected]Forum: Fixing WordPress
In reply to: Contact Form 7 issues in WordPress 3.4.1@ Ipstenu-DH
I access my webmail via SquirrelMail on Dreamhost. When I log in I can only see following folders:
Folders
Last Refresh:
Thu, 10:39 am
(Check mail)– INBOX
Drafts
Sent
Trash (Purge)There is no SPAM folder so I can’t check. My gmail spam did not have any emails in though.
I will contact Dreamhost support.Forum: Fixing WordPress
In reply to: Contact Form 7 issues in WordPress 3.4.1Should I contact Dreamhost support for this issue, since all seems fine at WordPress side?
Forum: Fixing WordPress
In reply to: Contact Form 7 issues in WordPress 3.4.1@ esmi – I have done that, still no emails received neither at my gmail account nor at my own domain email.
@ Ipstenu-DH – I have tried both sending to my gmail email account and my own domain email hosted on Dreamhost servers. Nothing works. Email is apparently successfully sent using the Contact Form 7, but nothing received.
Forum: Fixing WordPress
In reply to: Contact Form 7 issues in WordPress 3.4.1But i need to figure out this contact forms problem asap.
Forum: Fixing WordPress
In reply to: Contact Form 7 issues in WordPress 3.4.1No. I have set my settings to not allow comments and new users, because it’s just a basic site for my freelance business, so i don’t want anyone to register or comment.
Forum: Fixing WordPress
In reply to: Contact Form 7 issues in WordPress 3.4.1Hi.
Yes, I received the welcome email when I set up my site a couple of days ago.Forum: Fixing WordPress
In reply to: Removing "Comments Off" from Blog PageHi.
My website is https://www.mscinematicmusic.comBelow is a copy of my index template code.
I want to remove the ‘Comments Off’ from all my posts.
What do i have to remove? I cannot see anything related to comment popup link as mentioned in your posts above that should be removed.Thanks.
<?php get_header(); ?>
<div id=”content” class=”narrowcolumn”>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<?php require(‘post.php’); ?>
<?php endwhile; ?><div class=”navigation”>
<div class=”alignleft”><?php next_posts_link(__(‘« Older Entries’, ‘black-letterhead’)) ?></div>
<div class=”alignright”><?php previous_posts_link(__(‘Newer Entries »’, ‘black-letterhead’)) ?></div>
</div><?php else : ?>
<h2 class=”center”><?php _e(‘Not Found’, ‘black-letterhead’); ?></h2>
<p class=”center”><?php _e(“Sorry, but you are looking for something that isn’t here.”, ‘black-letterhead’); ?></p>
<?php include (TEMPLATEPATH . “/searchform.php”); ?><?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Sidebar moved to the bottom of the pageThanks, i have updated my main index template, however the page template php does not contain correct data from the newly downloaded file. So my problem remains unresolved. Can anyone tell me what i need to edit/add/remove in HTML of which template in my MistyLook theme to get the sidebar back to the right hand side of the page? This affects all pages. Thanks.