stlastla
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal error: WordPress seo PLEASE HELP!!Thank you a million!
Forum: Fixing WordPress
In reply to: Website suddenly very slowI have sendt them a mail, but havent got a reply yet.
Thank you!
Majestic Seo. Thrustworthy source;)
Forum: Themes and Templates
In reply to: how to remove header and nam meny on custom pageGreat! Thank you
Forum: Fixing WordPress
In reply to: how to locate 404 linksI have XML-sitemap.
Still gives me some 404… dont know what I am doing wrong.
Forum: Fixing WordPress
In reply to: html code to post picture in text wigdetGreat! Thank you:)
Forum: Themes and Templates
In reply to: Need help with css code for placing affiliate banner in headerI want to place an affiliate banner to the left of my logo on my blogg
Link to bloggI put this code into my custom_funcion.php
function header_banner_ad() { ?> <div class="header-banner"> <a href="URLHERE"><img src="IMAGEURLHERE"></a> </div> <?php } add_action('thesis_hook_header', 'header_banner_ad');
The result of this was this
Link to screenshotI also put in an arrow to show where I want to place the banner.
What do I have to add to the code to make it right?Forum: Fixing WordPress
In reply to: Picture placement issueWhere do I add this code? the css stylesheet?
Forum: Fixing WordPress
In reply to: published page turns into 404?I know, that fixes the problem untill I change them back to custom. Because of seo I want them to be custom. Maybe its something wrong with the 305 update?
Forum: Fixing WordPress
In reply to: 404 constantly appearing when postingI have had the same problem and PSchuster advice helps, but as fast as I change permalinks back to custom I′m back to 404. Maybe its an error on the 305 version of wordpress?
Forum: Fixing WordPress
In reply to: Icons on sidebar will not alignThank You very much! That solved it all:)
Forum: Fixing WordPress
In reply to: How to align social media icons on sidebarchanged to a new one which is 64X64 px and now its placed in the bottom for some reason. It′s also much smaller for some reason?
Forum: Fixing WordPress
In reply to: How to align social media icons on sidebarI think it is the twitter icon, im going to try to change it.
Forum: Fixing WordPress
In reply to: How to align social media icons on sidebarThe code looks like this now:
<a href="https://www.linkedin.com/e/fpf/17684837"> <img src="https://www.relasjonerognettverk.no/wp-content/themes/convergence/images/linkedin-button1.png" class="fl" /> </a> <a href="https://www.facebook.com/pages/manage/?act=38004305#!/pages/Relasjoner-Og-Nettverk/108075015914530"> <img src="https://www.relasjonerognettverk.no/wp-content/themes/convergence/images/facebook_button.gif" class="fl" /> </a> <a href="https://twitter.com/#!/Sturla_Lang"> <img src="https://www.relasjonerognettverk.no/wp-content/themes/convergence/images/twitterbutton.gif" class="fl" /> </a> <div class="fix"></div>