jonniboo
Forum Replies Created
-
Hi Mamaestes
Are you sure the path to gallery is correct, and the gallery name?
Hi Guys,
You should also check that your theme’s header.php has the line of code:
<?php wp_head(); ?>From twentyten theme:
“<?php
…
/* Always have wp_head() just before the closing </head>
* tag of your theme, or you will break many plugins, which
* generally use this hook to add elements to <head> such
* as styles, scripts, and meta tags.
*/
wp_head();
?>
</head>”The same goes for the theme’s footer.php which should have the line:
<?php wp_footer(); ?>Check out the Codex Function Reference: http://codex.ww.wp.xz.cn/Function_Reference/wp_head
Hi SWCOMM
I found a conflict bug between nextgen and an imageflow plugin (not the ng one) that was causing the problem, as son as I deactivated the imageflow plugin nextgen started working properly.
You could try deactivating some of your other plugin to see if they’re affecting nextgen.
Just to clarify, its the image effects (thickbox, shutter etc) that aren’t working.
Forum: Themes and Templates
In reply to: ie6 css border spacing problemHmm.
Have got the conditional css working but can’t get rid of the weird padding effect on my divs which have rounded corner images on them.
(the ‘about’ divs on home page for example.)They work fine except for ie6. Any ideas?
Forum: Themes and Templates
In reply to: ie6 css border spacing problemThanks awfully old chaps.
I’ll have a go and see if I can’t sort this wretched ie6 blighter out- what!Forum: Plugins
In reply to: NextGen-Gallery Bug in the latest update to 1.4.3Hi I’m having the same problem with the galleries at top of page.
Hi Does anyone know of an alternative to the imageflow plugin, for
an auto scroller.Thanks
Wilku,
Ive found that the problem only arise when I install the nextgen imageflow
plugin. If I deactivate it my galleries display in the correct place in the pages.
It affects all the pages and not just the one I used the imageflow on.No idea how to solve it but hope it helps.
Hi Wilku,
Not sure what the solution is but I’m having the same problem. However I’ve found that when I use the ng imageflow to replace the nggallery it behaves normally.
Have you found a solution?
Forum: Fixing WordPress
In reply to: meta not showing up in html when I ‘view page source’Thanks for your help RVoodoo
Forum: Fixing WordPress
In reply to: meta not showing up in html when I ‘view page source’No, i tried one but it wouldnt validate so deleted it.
Is there a ‘free and easy’ one you’d recommend?
Forum: Fixing WordPress
In reply to: meta not showing up in html when I ‘view page source’Yes it’s still there, just checked.
Can the meta name ‘generator’ affect manually coded meta content?
Forum: Fixing WordPress
In reply to: meta not showing up in html when I ‘view page source’Coded into header.php
<meta name=”keywords” content=”hatsu-ikioi, wakefield, clothing, retro, vintage, bespoke, hatsu, ikioi, tensei, tops, accessories” />
Forum: Fixing WordPress
In reply to: css drop menu doesn’t work in IE7Thanks a lot, works for IE7 now.
Not for IE6 but thats another story…Forum: Fixing WordPress
In reply to: disable link for drop downAh. In the header! derr!