• Resolved bekabug

    (@bekabug)


    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?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello! I have the same problem!
    Have you solved it?

    Thread Starter bekabug

    (@bekabug)

    Yeah I *just* fixed it. Make sure this setting is UNCHECKED

    Show ImageBrowser: The gallery will open the ImageBrowser instead the effect.

    marujobhz

    (@marujobhz)

    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

    (@lsavard)

    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

    I have exactly the same problem as Isavard above.

    This forum is marked [resolved] but it doesn’t appear to be!

    DS

    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 ?>” />

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘NextGEN Gallery galleryview only showing large white box’ is closed to new replies.