petehawk
Forum Replies Created
-
Thanks for the prompt response NateWr.
<?php elseif (is_single() && 'fdm-menu') ==get_post_type(get_the_ID() ) : ?> <img src="<?php bloginfo('template_url'); ?>/images/sunday-roast.jpg" width="740" height="200" alt="<?php the_title_attribute(); ?>">Tried the above and it’s not playing so Im obviously misunderstanding something here.
All help appreciated
Pete
Forum: Fixing WordPress
In reply to: 3.0 Plugin Upgrade Bug? Could Not Create DirectorySame problem… deleted the upgrades folder than run a plugin upgrade and a replacement was created with the right permissions
Forum: Themes and Templates
In reply to: Template used for postsyes thanks .. needed a clear head and a pointer. sorted now and happy.
Cheers,
Pete
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Plugin: SlimboxA curious observation from my previous post above …
Once I put the wp site live, the live/shutter/slimbox plug ins work fine. They just don’t play running on MAMP on my machine.. lesson learnt.
Cheers all,
Pete
Forum: Everything else WordPress
In reply to: School websiteThanks mores .. sorry been heads down in another site since then .. comments noted for action.
Pete
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Plugin: SlimboxI’m fascinated to know how anyone can get NextGen to work with slimbox or whatever … I’ve tried every slimbox/lightbox etc plugin I can find to no avail, If I had hair I’d have pulled it out by now.
I’m running WP on MAMP (fully up-to-date version) before I “sell” it to the client and put it live. He’s specifically asked for a “lightbox” effect with different images on different pages. I’ve installed Side Content widget and set up two test gallery which appear on the correct pages. It’s the use of slimbox or whatever that fails. Click on a thumbnail and up comes the new page with the pic in the top left corner.
Inspecting the code I get this
{a href=”http://localhost:8888/rocks/wp-content/gallery/company/horse.jpg” title=” ” rel=”lightbox[company]”}
<img title=”horse.jpg” alt=”horse.jpg” src=”http://localhost:8888/rocks/wp-content/gallery/company/thumbs/thumbs_horse.jpg” width=”100″ height=”75″>
{/a}
( {} added in place of <> so the code shows!)which implies that the code is getting added but no spectacular slimbox effect.
Help