Forums

HELP!! Tagline has vanished (9 posts)

  1. loopyl00
    Member
    Posted 5 months ago #

    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?

  2. Rev. Voodoo
    Volunteer Moderator
    Posted 5 months ago #

    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?

  3. loopyl00
    Member
    Posted 5 months ago #

    yes it is definately in general

    could it be another file like the page.php?

  4. Rev. Voodoo
    Volunteer Moderator
    Posted 5 months ago #

    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

  5. loopyl00
    Member
    Posted 5 months ago #

    amazing,

    thank you

    Where? so i can remove it

  6. loopyl00
    Member
    Posted 5 months ago #

    all sorted !!

    thank you

  7. Rev. Voodoo
    Volunteer Moderator
    Posted 5 months ago #

    Cool! Glad you got it all figured out!!

  8. loopyl00
    Member
    Posted 5 months ago #

    not quite 'all'

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

  9. Rev. Voodoo
    Volunteer Moderator
    Posted 5 months ago #

    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

Reply

You must log in to post.

About this Topic