thesraid
Forum Replies Created
-
Brilliant. Thanks very much for you help gouravwptech ?? I appreciate it.
I edited the css you originally posted to the following at it seems to have worked. Unless you noticed anything wrong with it maybe?
.latest-small-article .ls-image img { width: 100%; height: 100%; } #content-wrapper .latest-small-article .ls-image { height: 135px; max-height: 135px; }
Thanks very much. That does help however now the text is running onto the next image and is being hidden.
Forum: Fixing WordPress
In reply to: Remove default RSS button iNovePerhaps you might be interested in the look of my buttons.
My site is johnoriordan.ie.
I replaced the code pointed out by figaro with the following code.
<div class="widget"> <a href = "https://www.facebook.com/johnoriordan" target = "_blank"><img border = 0 src = "https://www.johnoriordan.ie/facebook-logo-small.png" title = "Follow me on Facebook">acebook</a> <a href = "https://www.twitter.com/thesraid" target = "_blank"><img border = 0 src = "https://www.johnoriordan.ie/twitter-logo-small.png" title = "Follow me on Twitter">witter</a> <a href = "https://www.google.com/profiles/100725177020104265928#buzz " target = "_blank"><img border = 0 src = "https://www.johnoriordan.ie/buzz-logo-small.png" title = "Follow me on Google Buzz">buzz</a></div>
Obviously replace the links with links to your own Facebook, Twitter and Buzz profiles.
And if you want to download the images to your own server please do. But don’t simply link to my images as I will have to pay for the bandwidth. Be nice. ??
Forum: Themes and Templates
In reply to: Blix Theme Display Calendar & Recent Posts*sigh*. Anybody want info on how to do this visit https://www.thesraid.com I’ll post it soon
Forum: Themes and Templates
In reply to: Blix Theme Display Calendar & Recent PostsOk the code tags don’t work here.
I’ll try pasting it as is
<h2>Feeds</h2>
<ul class=”feeds”>
- “>Entries (RSS)
- “>Comments (RSS)
<?php get_calendar() ?>
Forum: Themes and Templates
In reply to: Blix Theme Display Calendar & Recent PostsActually 10 seconds after registering I figured it out. In index.php there is a line called
<?php get_calendar() ?>
Add this whereverit is you want the calender to go. i put it under my feeds
<h2>Feeds</h2><ul class="feeds">
- ">Entries (RSS)
- ">Comments (RSS)
<?php get_calendar() ?>
Forum: Themes and Templates
In reply to: Blix Theme Display Calendar & Recent PostsYeah I’d be very interested in figuring out how to do this as well