I’m wondering if one of my plugins is the problem, but I am not a developer, so I’m unsure. I visited the Wordfence plugin’s dashboard page in the backend of my wordpress website, and it displays 1) an orange bar at the top asking me to Review the terms of use and privacy policy and 2) a blue popup asking me to do the same thing (review the policy changes), but neither of the buttons work.
How do I resolve these issues? Any tips, tricks, or advice would be greatly appreciated.
Chris
I see on my Dashboard 2 comments awaiting moderation. I know for a fact at least one is not spam. Unfortunately, they do not show up in the comments menu (or spam), whether I try listing them by Pending or All.
I deactivated all plugins and reactivated them one at a time. And the root of my issue is the Polylang plugin “conflicting”. Is this a known issue? Is there a way to fix it without me having to recreate half my site?
I will bring the issue with the Catch Base group as well.
Thank you
]]>www.camilamendoza.com
]]>I have disabled all of my plugins to no avail. I have this setup under Options >> Discussion:
Usual settings for an article:
(These settings may be overridden for individual articles.)
* Attempt to notify any blogs linked to from the article (slows down posting.)
* Allow link notifications from other blogs (pingbacks and trackbacks.)
* Allow people to post comments on the article
E-mail me whenever:
* Anyone posts a comment
* A comment is held for moderation
Before a comment appears:
* An administrator must always approve the comment
* Comment author must fill out name and e-mail
Those are the ones I have “selected” and here is the code I’m using on my page:
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><h2><?php the_title(); ?></h2></a><p><small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small>
<p>
<?php the_excerpt(); ?>
<div class="entry">
<?php the_content('Read the rest of this entry »'); ?>
</div>
<p class="postmetadata">Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
</div>
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Previous Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Next Entries »') ?></div>
</div>
<?php else : ?>
<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.</p>
<?php include (TEMPLATEPATH . "/searchform.php"); ?>
<?php endif; ?>
I’m not sure what else I am missing! I created my own header file and just dropped in the data from the Kubrick theme that I wanted. I was sure that I had all of the code in place. So what could I be missing?
Thank you!
]]>Alyssa
]]>