Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter Aohor

    (@aohor)

    ohh sorry, completely forgot to give you the link guys, here it is:
    http://fundamentos.phpfogapp.com/?page_id=76

    Aohor –

    It looks like your custom logo is where the “tagline” is supposed to be.

    The tagline is a Suburbia preset. For example, in my blog, the tagline is the sentence at the top of the homepage that reads “A Completely Unpretentious Literary Podcast.” http://www.allwrite-already.com/

    I added that tagline by going clicking on “Appearance,” and then clicking on “Themes.” You’ll see that Suburbia is set to your current theme, and you click on the hyperlink below the description of Suburbia that says “Customize.” Then click on “Site Title and Tagline,” and edit your tagline.

    However, I’m not sure if that will get rid of your logo… I’m looking in the CSS now to see where the tagline code might be.

    Thread Starter Aohor

    (@aohor)

    I removed it by adding a margin of -9999
    but can you tell me why my tagline does not showing in that page(http://fundamentos.phpfogapp.com/?page_id=76), while it shows in the home page correctly…

    Thread Starter Aohor

    (@aohor)

    nope, adding a margin of -9999 removed my logo from home page too….
    dont know what is the solution…..

    Aohor – not sure.

    But the good news is, when I click the link to that page from your home page, it works fine. It’s only when I post that direct link that you supplied that it looks that way.

    Oh, nevermind – that’s taking me to a different (but otherwise identical?) site.

    Anyway, the problem is occurring on all of your “pages,” so maybe it’s something in the Pages php file.

    Thread Starter Aohor

    (@aohor)

    maybe you checked when I applied -9999 margin.
    can you check now?? & tell me everything is ok or not?

    Thread Starter Aohor

    (@aohor)

    here is the page.php:

    <?php get_header(); ?>
    
    	<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <?php include (TEMPLATEPATH . "/related.php"); ?> 
    
        <div id="single">
    		<h1><?php the_title(); ?></h1>   
    
    			<?php
    			if ( has_post_thumbnail() ) { ?>
                        	<?php
                        	$imgsrcparam = array(
    						'alt'	=> trim(strip_tags( $post->post_excerpt )),
    						'title'	=> trim(strip_tags( $post->post_title )),
    						);
                        	$thumbID = get_the_post_thumbnail( $post->ID, 'big', $imgsrcparam ); ?>
    
    						<div class="sepia">
                            <div class="preview"><a>"><?php echo "$thumbID"; ?></a></div>
    						</div><!-- .sepia -->  
    
                        <?php } ?>
    
            <?php the_content(); ?>
            <?php edit_post_link(__('Edit this page')); ?>
        </div>
    	<?php endwhile; ?>
    	<?php else : ?>
    	<?php endif; ?>  
    
        <?php include (TEMPLATEPATH . "/last.php"); ?>
                          <div style="clear: both;"></div>
           <?php include (TEMPLATEPATH . "/bottomx.php"); ?>
    
    <?php get_footer(); ?>

    but I don’t see the option to remove it.

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. Or better still – use the pastebin. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]

    Thread Starter Aohor

    (@aohor)

    actually, I have removed the logo, but my tagline is not showing in rest of the pages….
    please help some one..

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘How to remove this image’ is closed to new replies.