hardgain
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Want to remove border-bottom from underneath picturesVoila!
So I fixed it with this bit o’ code:
a img { border:none; vertical-align:top; }
Forum: Fixing WordPress
In reply to: Want to remove border-bottom from underneath picturesSorry I should have mentioned I tried that before as well 🙁
Forum: Fixing WordPress
In reply to: Want to remove border-bottom from underneath picturesThat deleted my menu buttons (except the text) as well as some other stuff. The border bottom disappears when I hover over the pictures.
“Border-bottom: none” works except it deleted the border from the underneath the text too, which I want to keep intact.
I tried a img {border-bottom: none;} but to no avail.
Forum: Fixing WordPress
In reply to: H2 Spacing IssueWell that was easy enough!
Thanks a lot cubecolour.
Forum: Themes and Templates
In reply to: Homepage Title not displaying on my themethat’s what i meant. and no that doesn’t change anything, just the name of the title of my site within the wordpress platform.
Forum: Themes and Templates
In reply to: Homepage Title not displaying on my themeWhat you put between the <TITLE> tags after the <BODY> section of your code.
Forum: Fixing WordPress
In reply to: Creating Paginated PostsYes thank you vtxyzzy. For anyone else with this problem, here is the code to insert into the single.php file…
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>Now if I can figure out how to insert different galleries into the paginated posts…
Forum: Plugins
In reply to: Shadowbox and SEOShadowbox?
Forum: Plugins
In reply to: Video galleries with ShadowboxAnyone, anyone? Bueller?
Forum: Themes and Templates
In reply to: How to change mag posts into title posts🙁
Forum: Your WordPress
In reply to: Criticise my website pleasewhat plugin are you using on the videos page?
Forum: Fixing WordPress
In reply to: Inserting new background imageeasy enough, thanks!
Forum: Themes and Templates
In reply to: Images overlap other posts—help!Thanks for the quick response!
This also works:
Edit index.php, archive.php, search.php, single.php
Find post_class() and replace it with post_class(“clearfix”)