plato_1974
Forum Replies Created
-
Hi,
I actually solved it! Took me a while but I did it. Are you using the next gen gallery to display anything (particularily in the header)?
I was using the nextgen gallery to display the rotatin gimages.. BUT as tlovett1 mentioned (the errors are being inserted into “the_content() hook”. I went back and went through my code and found that the code I was using for the nextgen header was as follows:
<?php
$showgallery = ‘[slideshow=1]’;
$showgallery = apply_filters(‘the_content’, $showgallery );
echo $showgallery;
?>Now as we all can see… there’s “The_content”. That’s why it was throwing the error messages there. So I changed to code to:
<?php
if (function_exists(“nggSlideshowWidget”))
{ nggSlideshowWidget(1,975,300); }
?>Where:
1 = Gallery number
975 = Width of images
300 = height of imagesWorks like a charm now!
Go through your header.php code or index.php… see if there is any code that contains the_content hook in the header… change that and you’re all set.
Good luck!
Hi,
Yeah, I tried with twenty-eleven and it works fine. This is disappointing in terms of themes. It seems the header is actually contained in the body section! I’ll see what they have to say.
On a side note: Excellent plugin!
Thank you!
Hi,
Wow… that’s Fast service.
Just hit “Rejestój zespół” at the bottom
http://mazurskikrok.pl/rejestracja-zespolow-2012/
Thank you!