Durgé Seerden
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Where do I add the Google Analytics code?http://www.smashingmagazine.com/2008/12/02/10-useful-rss-hacks-for-wordpress/
Maybe this will help. Take a look at the third hack.
Greetz,
Durgé
Dimics.comForum: Themes and Templates
In reply to: Pixeled Theme – lining up imagesI have no expierience with the Pixeled theme but i guess it will be in the header.php file. Look for the catnav div, place your buttons inside the toprss div. Than you have to change the width of that div in the css file, so modify the width property:
#toprss { float: right; margin: 10px 15px 0 0; display: inline; width: 65px; //add the width of your buttons to this width line-height: 41px; }I hope this will help.
Greetz,
Durgé
Dimics.comForum: Themes and Templates
In reply to: Where do I add the Google Analytics code?You have to add it just before the
</body>tag in the footer.php template file.Expand the Appearance panel, then go to Editor, in the Theme Files Colum (right) select the footer.php, and add your Analytics code before the
</body>tag (should be somewhere at the bottom of the file). Then click Update file.I hope this will help.
Greetz,
Durgé
Dimics.comForum: Themes and Templates
In reply to: Resizing jpg in header – pic too big!Do you have it in your php/html file as img tag, or as css bg?
in the first case you can add the width and height properties to you img tag:
<img src="yourimg.jpg" <strong>height="100" width="100"</strong>></img>If it is a css background you have to change the size of the div with the width and height properties, but that won’t scale your image.
It is not possible to scale a css background img in css2, in the new css3 there is a background-size property, but css3 is not supported by all browsers.
Maybe you can provite a link to your site so can take a look at the code.
Greetz,
Durgé
Dimics.com