• So i got carried away trying to reposition my tagline and make it a line

    http://www.the-now-watch.com

    I have deactivated a plugin for this – Advanced Tagline –

    I did make a copy of the code in the Header.php before i messed with it, but reapplying it and using backup file from Parent make no difference.

    The settings in general show that there ‘should’ be a tagline

    here is my Header.php

    [2764 lines of code & CSS moderated as per the Forum Rules. Please use the pastebin]

    What on earth have I done?

Viewing 8 replies - 1 through 8 (of 8 total)
  • your code is fine

    your source outputs the code fine

    <h2 id="site-description"></h2>

    it just has no content

    Are you sure there is still a tagline set in settnigs->general?

    Thread Starter loopyl00

    (@loopyl00)

    yes it is definately in general

    could it be another file like the page.php?

    No.

    BUt you still have the advanced tagline plugin running

    http://www.the-now-watch.com/wp-content/plugins/advanced-tagline/advtag.js

    is in your source code

    Thread Starter loopyl00

    (@loopyl00)

    amazing,

    thank you

    Where? so i can remove it

    Thread Starter loopyl00

    (@loopyl00)

    all sorted !!

    thank you

    Cool! Glad you got it all figured out!!

    Thread Starter loopyl00

    (@loopyl00)

    not quite ‘all’

    still want to vertically align my tagline with my title AND turn it into a link ……

    Vertically align it with what? Link to where?

    for a link, you wrap it in the link… I can’t be more specific without knowing more specifics but…

    <h2 id="site-description">
    <a href="http://link.com>
    <?php bloginfo( 'description' ); ?>
    </a>
    
    </h2>

    would make it a link

    EDIT, just saw you wanted iot aligned with title…. like side by side? Lemme look at that for a minute

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘HELP!! Tagline has vanished’ is closed to new replies.