nightflightmedia
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Not getting emails when the form is filled outBTW, if it helps anyone https://contactform7.com/faq/#I_see_green_border_response_but_I_never_receive_mail
Forum: Plugins
In reply to: [Contact Form 7] Not getting emails when the form is filled outSame. Not getting mail.
Not only that, but I think it contains BlueKai, Chango, eXelate, and Media6Degrees. I don’t think my other plug-ins could contain them.
Slows down pages immensely. And really sucks.
Data Collected:
Anonymous (browser type, ISP, operating system, page views, URLs), Pseudonymous (IP address)Data Sharing:
Anonymous data is shared with third parties.Forum: Themes and Templates
In reply to: [Liquorice] [Theme: Liquorice] Comments on pages?I created a custom page template
<?php /* Template Name: Page Comments */ ?> <?php /** *@desc A page. See single.php is for a blog post layout. */ get_header(); if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="postWrapper" id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="post"><?php the_content(__('(more...)')); ?></div> <?php wp_link_pages('before=<p>&after=</p>&next_or_number=number&pagelink=page %'); ?> <p class="postMeta"><?php edit_post_link(__('Edit'), ''); ?></p> </div> <?php comments_template(); endwhile; else: ?> <p>Sorry, no pages matched your criteria.</p> <?php endif; get_footer(); ?>
Forum: Fixing WordPress
In reply to: opt out from "Notify me when new comments are added"I got this message today. It’s identical. There is no such checkbox on my site, and this is the very first comment from him/it. SPAM SPAM SPAM SPAM eggs beans and SPAM.
When I initially commented I clicked the “Notify me when new comments are added”
checkbox and now each time a comment is added I get three emails with the same
comment. Is there any way you can remove me from that service? Thank you!Forum: Themes and Templates
In reply to: how can i change the default header on my widgets?nevermind I see your link. Yeah that’s part of the same image, go back into photoshop and either lighten that lower area or erase it. When you made it black you darkened the shadow (which was always there) enough for it to look funny.
Forum: Themes and Templates
In reply to: how can i change the default header on my widgets?can you post a link?
Forum: Themes and Templates
In reply to: how can i change the default header on my widgets?the image is here: /wp-content/themes/mystique/images/grey/block-title.png
download it and change the color in photoshop or delete it.
Ok, well if anybody has this issue, in my case the cause was that the hosting admin set up the wrong url in the hosting account which propagated to the database. So the css was not found.
What I meant to say is that every other page gets a dynamically generated stylesheet link. The example above is from the contact page.