Shape 5

Wordpress Club Themes => Political - Club => : lvac13 April 13, 2014, 10:04:18 PM



: Problem on Frontpage & Can't remove comments
: lvac13 April 13, 2014, 10:04:18 PM
Hello Tristan and WP Support Team,
Can you please help me?  I can't figure out what happened on my site.  The index page was loading just fine and when I refreshed, the background of the front page changed.  I can't figure out how to fix it.  The site is www.deltaed.org.

I also can't figure out how to remove the Posted in Uncategorized    | Comments Off text.  I tried following the directions in the other post but it didn't work.  I can't find where it's pulling from to change it.

Thanks for all of your help!!!


: Re: Problem on Frontpage & Can't remove comments
: Tristan Rineer April 14, 2014, 02:35:18 PM
Hello Tristan and WP Support Team,
Can you please help me?  I can't figure out what happened on my site.  The index page was loading just fine and when I refreshed, the background of the front page changed.  I can't figure out how to fix it.  The site is www.deltaed.org.

   Political is about 3 years old at this point and isn't on the framework, so some things won't be as easy as they would on a newer release (Anything from Paradigm Shift & newer); that said, if you really don't want to use a newer release, this may work:
   
   Edit index.php and around line 498, find the following code:
   
   
:
<div style="width:100%;overflow:hidden;position:relative;">
<div id="s5_mainbodyfullw">
<div id="s5_mainbodywrapper">
   
   Change it to:
   
   
:
<div style="width: 100%; overflow: hidden; position: relative; background: white;">
<div id="s5_mainbodyfullw">
<div id="s5_mainbodywrapper">

   That will make the body content area have a solid white background behind the images that apply shading.

I also can't figure out how to remove the Posted in Uncategorized    | Comments Off text.  I tried following the directions in the other post but it didn't work.  I can't find where it's pulling from to change it.

Thanks for all of your help!!!

   If you don't want that to show up anywhere on your site, you can just remove the following block of code from loop.php in the theme folder:
   
   
:
<div class="entry-utility">
<?php if (function_exists('dfrads')) { echo dfrads('5305651'); } ?>
<?php if ( countget_the_category() ) ) : ?>
<span class="cat-links">
<?php printf__'<span class="%1$s">Posted in</span> %2$s''twentyten' ), 'entry-utility-prep entry-utility-prep-cat-links'get_the_category_list', ' ) ); ?>
</span>
<span class="meta-sep">|</span>
<?php endif; ?>
<?php
$tags_list get_the_tag_list''', ' );
if ( $tags_list ):
?>

<span class="tag-links">
<?php printf__'<span class="%1$s">Tagged</span> %2$s''twentyten' ), 'entry-utility-prep entry-utility-prep-tag-links'$tags_list ); ?>
</span>
<span class="meta-sep">|</span>
<?php endif; ?>
<span class="comments-link"><?php comments_popup_link__'Leave a comment''twentyten' ), __'1 Comment''twentyten' ), __'% Comments''twentyten' ) ); ?></span>
<?php edit_post_link__'Edit''twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">''</span>' ); ?>
</div><!-- .entry-utility -->


: Re: Problem on Frontpage & Can't remove comments
: lvac13 April 19, 2014, 02:22:54 PM
You rock!!!!!!!!!!!!!!!!!!!!!!!!!!  THANK YOU!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Everything worked perfectly!!!!!