I am using
[nggallery id=10 template="galleryview"]
the main area's img tag is showing the following for the src. This does not load at all.
/wp/portfolio/pagetitle/gallerytitle/?pid=27
The thumbnails underneath show fine
domain.com/wp/wp-content/gallery/gallerytitle/thumbs/thumbs_filename.jpg
Here is a screenshot of the phenomenon
Anyone know what is going on and how I can fix it?
bananafish
Member
Posted 3 years ago #
Hello! I have the same problem!
Have you solved it?
Yeah I *just* fixed it. Make sure this setting is UNCHECKED
Show ImageBrowser: The gallery will open the ImageBrowser instead the effect.
marujobhz
Member
Posted 3 years ago #
hi. my continuous shwoing only the big white space... what is wrong? if i use the simples tag, without template works well. but with template galleryview not. i active both plugins, i have the newest versions of this plugins... how can i fix this?
lsavard
Member
Posted 3 years ago #
I am having the big white space issue as well. However, my page is not showing any thumbnails either. Show image browser IS unchecked. How, if at all, did you resolve the issue?
Is there an issue with developing locally (not on the web)?
Thanks in advance for your help!
Laura
danslevin
Member
Posted 2 years ago #
I have exactly the same problem as Isavard above.
This forum is marked [resolved] but it doesn't appear to be!
DS
carnini
Member
Posted 2 years ago #
I was having an issue with the big images not showing at all.
I changed the galleryview template
The issue was the big image was pointing to a page not the location of the URL of the image.
changed this
<img src="<?php echo $image->imageURL ?>" />
to this
<img src="<?php echo $image->path . "/" . $image->filename ?>" />