samluc
Forum Replies Created
-
Forum: Plugins
In reply to: Taglines not rotating using tagline rotatorI found a fix.
A reverted back to old version of tagline rotator – from v2.2 to 1.4.
Get the older version from here:
http://wordpress.org/extend/plugins/tagline-rotator/download/
Im not sure if this is the best solution but it works perfectly.Forum: Plugins
In reply to: Openhook Plugin not working with 3.2.1Resolved it by going back to an older version of WordPress
This site explains it so well:http://paperbagdesigns.net/2009/06/how-to-downgrade-your-wordpress-28-to-wordpress-271/
+ Earlier Versions of WordPress Zip File Archive: http://wordpress.org/download/release-archive/
Thanks for getting back to me.
It worked. I must have missed something the first time round.
Loving the plugin
Thanks againForum: Fixing WordPress
In reply to: Only WordPress Address URL greyed out -need permanent fix.After much much work i found the problem – Yes you guessed it….a plugin called Stray Random Quotes. When it is activated, it greys out the WordPress URL in general settings. Deactivate it and its clear and editable.
Funny thing is this plugin does not effect the site url in general settings at all – only the wordpress url.
Live & LearnForum: Fixing WordPress
In reply to: Only WordPress Address URL greyed out -need permanent fix.Thanks for your input esmi – I will ask Hostgator.
If anyone else has any suggestions they would be vmuch appreciated.Forum: Fixing WordPress
In reply to: Only WordPress Address URL greyed out -need permanent fix.I had a look – But not quite sure what to notice.
According to codexThis is not necessarily the best fix, it’s just hardcoding the values into the site itself. You won’t be able to edit them on the General settings page anymore when using this method
So I didnt pursue this any further.
I havent had this problem before and i think somehow it is related to loading WordPress using Fantasico (Hostgator)
What do you think?Forum: Fixing WordPress
In reply to: Clickable Logo (different URL) in Header Keep SitenameFinal Solution – Clickable Logo (different URL) in Header + Keep Sitename
Insert following into Header.php
<?php echo "<a href=\"http://<strong>site you wish to link to</strong>\"><img src=\"http://<strong>location of the logo you want to show up</strong>\" alt=\"Alternate Text Here\" width=\"<strong>127</strong>\" height=\"<strong>100</strong>\" hspace=\"5\" vspace=\"5\" align=\"left\" border=\"0\" />\n"; ?>Add CSS to move placement up or down
.custom #header { padding-top: 10px; }
.custom #header { padding-bottom: 45px; }Forum: Fixing WordPress
In reply to: Aligning Site Name & LogoThanks for the input – Fixed
Forum: Fixing WordPress
In reply to: Clickable Logo (different URL) in Header Keep SitenameI know why the Tagline is not showing
I installed Plugin – Tagline Rotator which overides the tagline in General settings function. When you add a tagline to that plugin it wil show up.
Still working on the header sitename to appear on the right of the logo rather than below it??
Forum: Fixing WordPress
In reply to: Clickable Logo (different URL) in Header Keep SitenameWhat I did:
I got the above code > converted it to PHP (yellowpipe website) > inserted that into thesis using thesis/openhook/Header/Tick Execute PHP.
Result:
Logo in header & Clickable to different website. Vhappy
but the site name is under logo now (no longer to right)
And Tagline still missing.Checkout the site here tankremoval.com.au
Almost there – What am i missing
Thanks again
Forum: Fixing WordPress
In reply to: Clickable Logo (different URL) in Header Keep SitenameThanks for the quick response – Ill give it a go.
And, no apologies needed I dont know HTML very well
Any ideas on why the tagline doesnt show up.
Sam