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?
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?
loopyl00
Member
Posted 5 months ago #
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
loopyl00
Member
Posted 5 months ago #
amazing,
thank you
Where? so i can remove it
loopyl00
Member
Posted 5 months ago #
Cool! Glad you got it all figured out!!
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 ......
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