StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #10  
Old 07-18-2011, 08:35 PM
donielle donielle is offline
Registered User
Genesis Member
 
Join Date: Sep 2009
Posts: 69
Default

So.... I still haven't gotten this figured out yet.

I've been trying to edit the stylesheet in the CPanel to make sure I'm editing the same one - and literally nothing shows for the #headerright.

PHP Code:
<?php if(get_theme_mod('header_layout') == 'Full') { ?>

<div id="header-blank">

<?php if(get_theme_mod('header_blog_title') == 'Image') { ?>
    <div class="headerleft" id="imageheader">
        <?php
            
if (is_home()) {
                echo 
'<h1><a href="'.get_option('home').'/">'.get_bloginfo('name').'</a></h1>';
            } else {
                echo 
'<h4><a href="'.get_option('home').'/">'.get_bloginfo('name').'</a></h4>';
            }
        
?>
       <p><?php bloginfo('description'); ?></p>
    </div>
<?php } else { ?>
    <div class="headerleft">
        <div class="headertext">      
            <?php if (is_home()) { ?>
            <h1><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
            <?php } else { ?>
            <h4><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h4>
            <?php ?>
            <p><?php bloginfo('description'); ?></p> 
        </div>
    </div>
<?php ?>

</div>
       
<?php } else { ?>

<div id="header">

<?php if(get_theme_mod('header_blog_title') == 'Image') { ?>
    <div class="headerleft" id="imageheader">
        <?php
            
if (is_home()) {
                echo 
'<h1><a href="'.get_option('home').'/">'.get_bloginfo('name').'</a></h1>';
            } else {
                echo 
'<h4><a href="'.get_option('home').'/">'.get_bloginfo('name').'</a></h4>';
            }
        
?>
       <p><?php bloginfo('description'); ?></p>
    </div>
<?php } else { ?>
    <div class="headerleft">
        <div class="headertext">      
            <?php if (is_home()) { ?>
            <h1><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
            <?php } else { ?>
            <h4><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h4>
            <?php ?>
            <p><?php bloginfo('description'); ?></p> 
        </div>
    </div>
<?php ?>

   <div class="headerright">
        <p><a class="rsslink" rel="nofollow" href="<?php bloginfo('rss_url'); ?>"><?php _e("Subscribe to Posts"'studiopress'); ?></a><a class="rsslink" rel="nofollow" href="<?php bloginfo('comments_rss2_url'); ?>"><?php _e("Subscribe to Comments"'studiopress'); ?></a></p>    
         <?php echo stripslashes (get_theme_mod('468_header_code')); ?>
    </div>


</div>
</div>

<?php ?>
I also had an issue with updating the theme options within WP since the last update and seem to have that fixed, so I'm wondering if something is again stopping the changes from going through....?

You mentioned turning caching off - how might I figure out if it's 'turned on'?
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Placing banner ad above header Lori General Discussion 5 12-13-2010 01:42 PM
Placing a picture link within my header deveren General Discussion 1 05-28-2010 03:00 PM
Placing ad in right corner of header fishman General Discussion 4 03-08-2009 03:24 PM


All times are GMT -5. The time now is 01:39 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.