Since installing the upgrade last week, none of the images displayed using singlepic are showing, instead only the file name shows.
What "broke" in the upgrade? And has anyone found a solution for this?
Since installing the upgrade last week, none of the images displayed using singlepic are showing, instead only the file name shows.
What "broke" in the upgrade? And has anyone found a solution for this?
Post a link
Do you mind if I email it to you?
Hi alex,
I've got the same problem since the last update (so, for a couple of weeks now...)
I have the same problem
basically, I upgraded from 1.0.1 to the latest version and I can see that singlepics can't be displayed at the EXCERPT (I get the code, like [singlepic=XXX etc.), but they are displayed correctly at posts.
please help!
Fashion Allure
In excerpt the shortcodes are not parsed, you should use the content or look into lib/shortcodes and uncomment the lines 19 + 20 :
// do_shortcode on the_excerpt could causes several unwanted output. Uncomment it on your own risk
add_filter('the_excerpt', array(&$this, 'convert_shortcode'));
add_filter('the_excerpt', 'do_shortcode', 11);Well, unfortunately this wasn't the solution for my problem.
thanks, this works for me!
but hey, what kind of implications (problems in particular) does it have?
For whatever it is worth, I have the same problem but in my case it is related to my ISP I think, the GD library disappeared from the radar. NG Gallery reports missing GD library. I cannot create thumbnails or see the singlepic images. I wrote to my ISP and waiting for their response.
The ISP added the GD library back again to the configuration and I am running as usual. All singlepic images are showing and I am able to create thumbnails.
sorry, I had the same problem again and firstly uncommenting the lines didn't help, but then somehow it started working =PPP
This topic has been closed to new replies.