Things I’ve tried:
-deactivating all plugins but Wordfence
-deleting and reinstalling Wordfence
-investigating the database for a character
-Reinstalling WordPress
-Deleting caches (Comet Cache & Cloudflare)
-Deleting all Wordfence tables from the database before reinstalling
I removed plugins and finally renamed the plugin folder to no avail. Now I have deleted my site and database entirely and reinstalled and have the same problem. Footer, header, slider all display fine in 3 other browsers but the featured section is missing. I can see it just fine however in the CUSTOMIZE view.
The only plugins I added back: contact7/flamingo which has always worked fine and wordfence which I haven’t activated just yet
Anyone know what the problem is or if there is an other theme I can use that has featured sections where I can type in my text. I don’t have posts or pages/like that format.
Thanks in advance.
]]>Between the resources cards and the footer with Join Now should be a section that has tweets and newsletter link. Even if the tweet plugin was funky the newsletter should show so I’m stumped.
Simplified code snippet pasted below. The page numbers are correct (6323 and 6320)
<section>
<article>
<?php $query = new WP_Query( array(
'post_type' => 'site_support',
'p' => '6323'
) );
while( $query->have_posts() ) {
$query->the_post(); ?>
<h1><?php if ( has_post_thumbnail() ) : ?><?php the_post_thumbnail(); ?><?php endif; ?><?php the_title(); ?></h1>
<?php the_content(); ?>
<?php if ( function_exists( "display_tweets" ) ) { display_tweets(); } ?>
<?php } wp_reset_query(); ?>
</article>
<article>
<?php $query = new WP_Query( array(
'post_type' => 'site_support',
'p' => '6320'
) );
while( $query->have_posts() ) {
$query->the_post(); ?>
<?php if ( has_post_thumbnail() ) : ?><?php the_post_thumbnail(); ?><?php endif; ?>
<h1><?php the_title(); ?></h1>
<?php the_content(); ?>
<?php } wp_reset_query(); ?>
</article>
</section>
after this is get_footer, so page is finishing loading.
]]>When i create a page I cannot see the WordPress SEO by Yoast section below the area where the content of the page is entered….. weird eh?
However when I use the event calendar plugin I can see the WordPress SEO by Yoast section.
Has anyone else had this issue? Or is there someone from the Yoast tech support team that can point me in the right direction on this one?
Thanks,
Jamie
https://www.ads-software.com/plugins/wordpress-seo/
]]><div id=”sidebar”>
<?php if ( !function_exists(‘dynamic_sidebar’)
|| !dynamic_sidebar() ) : ?>
<h3><?php _e(‘Main Menu’); ?></h3>
<?php wp_list_pages(‘title_li=’); ?>
<script type=”text/javascript”><!–
google_ad_client = “pub-“;
google_ad_width = 200;
google_ad_height = 200;
google_ad_format = “200x200_as”;
google_ad_type = “text”;
google_ad_channel = “”;
google_color_border = “170d03”;
google_color_bg = “170d03”;
google_color_link = “d7cfb3”;
google_color_text = “bc981e”;
google_color_url = “bc981e”;
//–>
</script>
<script type=”text/javascript”
src=”https://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
<h3>Categories</h3>
<h3>Archives</h3>
<h3>Recommended</h3>
‘) ; ?>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php endif; ?>
<h3>Meta</h3>
<?php wp_meta(); ?>
<script type=”text/javascript”><!–
google_ad_client = “pub-“;
google_ad_width = 200;
google_ad_height = 200;
google_ad_format = “200x200_as”;
google_ad_type = “text”;
google_ad_channel = “”;
google_color_border = “32180b”;
google_color_bg = “32180b”;
google_color_link = “d7cfb3”;
google_color_text = “bc981e”;
google_color_url = “bc981e”;
//–>
</script>
<script type=”text/javascript”
src=”https://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
<?php } ?>
</div>
]]>