surfershort
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Strange Custom field….Thankyou David – Perfect
Forum: Themes and Templates
In reply to: Box positioningDavid i fixed it – it was a rouge hyperlink on one of the videos.
Your code was perfect
Thanks
AlForum: Themes and Templates
In reply to: Box positioningmmmmm IE rage – i reckon im nearly there. my code looks like this – i adjusted the widths a little via fire bug – to get it working in firefox but IE is still not playing game. Really appreciate your help on this
.box-1 { border: 0 solid #E6E6E6; float: left; margin-left: 10px;; padding: 10px; margin-bottom:10px; height:250px; } .box-2 { border: 0 solid #E6E6E6; float: left; margin-left: 0px; padding: 10px; margin-bottom:10px; height:250px; } .box-3 { border: 0 solid #E6E6E6; float: left; margin-left: 0px; margin-bottom:10px; padding: 10px; height:250px; } .box-4 { border: 0 solid #E6E6E6; float: left; margin-left: 0px; margin-bottom:10px; margin-right:10px; padding: 10px; height:250px; display:inline; } .box-1, .box-2, .box-3{ margin-right: 2.8%; } .col-full .box-1, .col-full .box-2, .col-full .box-3, .col-full .box-4 { width: 20.05%; }Forum: Themes and Templates
In reply to: Box positioningThanks David
ive tried changing
.box-4 { border: 0 solid #E6E6E6; display: inline; float: left; height: 250px; margin-bottom: 10px; margin-left: 0; margin-right: 0; padding: 10px; width: 185px; }to
.box-4 { border: 0 solid #E6E6E6; display: inline; float: left; height: 250px; margin-bottom: 10px; margin-left: 0; margin-right: 0px; padding: 10px; width: 20.5%x; }But the last box is still jumping out of position.
Thanks
AlForum: Fixing WordPress
In reply to: Hyperlinking custom fieldYou rock Rev. Voodoo worked perfectly
Cheers
(EDIT) Sorry it nearly worked your code displays the link
http://festivalnet.co.uk/camel-camp/www.festivalglamping.com
as can be seen on this page http://festivalnet.co.uk/camel-camp/
i need to delete the post URL i cant quite work it out
cheers
Forum: Themes and Templates
In reply to: Horizontal thumbnails for gallerysorted
<?php echo do_shortcode("[gallery columns=4 ]"); ?>Forum: Fixing WordPress
In reply to: text won't appear above shortcodeIm having the same problem. Can anyone help?
Cheers
Forum: Themes and Templates
In reply to: Hi all have been trying for hours……alchymyth you are not a myth but a legend.
Thanks
Forum: Themes and Templates
In reply to: Add new columnDoes anyone please have any idea if this can be done.
Cheers
Forum: Themes and Templates
In reply to: Add new columnI tried to copy and paste the bit that calls the function in the index.php but that seems to make no difference.
Any thoughts guys?
Forum: Themes and Templates
In reply to: Add new columnSorry had to take a few days out for a new addition to the family!!
index.php is here http://pastebin.com/8gHMiW3Y
I think the category-columns.php might have some relevance too http://pastebin.com/NWmfzrEd
Very appreciated you checking this out
Al
Forum: Themes and Templates
In reply to: Add new columnHi Othello i need to add another row beneath the existing categories so yes add more categories as shown…
Cheers
Forum: Themes and Templates
In reply to: Horizontal style drop down boxesThanks Mercime, alchymyth and vtxyxxy. Youve all been very helpfull and i learnt alot!
Cheers
AlForum: Themes and Templates
In reply to: Horizontal style drop down boxesHi im nearly there the boxes are now in a horizontal line i just need the labels to appear above the boxes……. festivalnet.co.uk can someone please help me?
I think mercimes solution works i just cant work out why i get the syntax errors in dreamweaver
Cheers
Forum: Themes and Templates
In reply to: Horizontal style drop down boxesHi does anyone know what would cause this syntax error….? the code below works
echo "<br /><span class='mtswlabel'>$top_label</span><br />";but when i add this
echo "<div class="columnar"><span class='mtswlabel'>$top_label</span>";It gives me a syntax error….im still learning so im pretty clueless.
Thanks in advance