Lesley2013
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Twenty Twelve – CSS help plsoh fantastic i’ll have a go 🙂
Forum: Themes and Templates
In reply to: Twenty Twelve – CSS help plssorry here is the site i’m doing
i just took out all the css and realised that my images are still out of whack in the gallery section 🙁 they seem to be stretched. i’m wondering if there was a free plugin i could use to make this happen without the stress of editing css?
Forum: Themes and Templates
In reply to: NextGEN image gallery captionsshould i be making a change here?
<div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box" <?php echo $image->style ?> > <div class="ngg-gallery-thumbnail" > <a href="<?php echo $image->imageURL ?>" title="<?php echo $image->description ?>" <?php echo $image->thumbcode ?> > <?php if ( !$image->hidden ) { ?> <img title="<?php echo $image->alttext ?>" alt="<?php echo $image->alttext ?>" src="<?php echo $image->thumbnailURL ?>" <?php echo $image->size ?> /> <?php } ?> </a> <span><?php echo $image->caption ?></span> </div> </div> <?php if ( $image->hidden ) continue; ?> <?php if ( $gallery->columns > 0 && ++$i % $gallery->columns == 0 ) { ?> <br style="clear: both" /> <?php } ?> <?php endforeach; ?>Forum: Plugins
In reply to: [NextGen Gallery] albums in a pageworked it out thank-you.
Forum: Plugins
In reply to: [NextGen gallery] uninstalled but links are still showingnever mind worked it out… apparently i have to delete it from the ‘menu’
Forum: Plugins
In reply to: jquery based plugin for images? which one?something like pikachoose
Forum: Fixing WordPress
In reply to: Can you use two plugins for images?great thank-you.
Forum: Installing WordPress
In reply to: Re-directs and WPthank-you but no, i was trying to re-direct my html page to weebly site.
(which i have now 🙂
in the same directory sub folder i’m working on a development site without the re-direction.Forum: Themes and Templates
In reply to: Custom Homepage and widget? is that how it works?sorry misunderstood what a custom template was. I have just re-read the docs. pls disregard post.
Forum: Themes and Templates
In reply to: Moving icon inside the menu – php question plsAndrew, thank-you for all your help… i have learnt quite a bit in 24 hrs 🙂 i’m very happy to be using wordpress… at first i didn’t think i liked it but now i’m understanding how files work etc.
Forum: Themes and Templates
In reply to: Moving icon inside the menu – php question plsgot it… i’m using firefox dev tools and also chrome tools
all looks good… except
Mobile portrait (320×480) button is out of whack.
Forum: Themes and Templates
In reply to: Moving icon inside the menu – php question plsthe positioning seems to be working on my safari, i can’t test it on iphone, but my android mmmm it will not position right.
This responsive > themes/styles is all very new to me.
Forum: Themes and Templates
In reply to: Moving icon inside the menu – php question plsi could hugg you right now! LOL it worked thank-you thank-you so much.
Forum: Themes and Templates
In reply to: Moving icon inside the menu – php question plsmmm just triple checked and the structure is the same as what i posted earlier… i had only added a table above. I’ve removed that now…. this is the code i was using earlier
<!–start Contact details–>
<div id=”my_details”>Enquiries: xxx xxx xxx
<span>my email</span><!–start Facebook Icon–>
<?php if( function_exists( ‘fcbk_bttn_plgn_shortcode’ ) ) echo
fcbk_bttn_plgn_shortcode(“”) ; ?>
</div><!–end Facebook Icon–>
<!–end Contact Details–>
Forum: Themes and Templates
In reply to: Moving icon inside the menu – php question plsall i did was add a table? mmm let me have a look again…. sorry about that…