• I just tried GalleryLink 6.6 trying to show a folder of images in a slideshow. I mostly used the defaults, but I changed the thumbnail default to empty as instructed for no thumbnails.
    The slideshow is there, but it only shows the filenames and no images. Looking at the HTML, there are no img tags (before I turned off thumbnails) and then when there are img tags (thumbnails off), there is no src attribute to point to the file.
    (I had the same problem when I had set=”album” also; just names showing.)

    There doesn’t seem to be any way to remove the link around each “image”.

    The gallerylink.css file has styles that affect other elements on the page such as:
    ul {margin-left: 1em; padding-left: 0.5em; text-align: left;}
    p {margin: 10px; text-align: left;}
    li {display: block; float: left;}
    This really messes up my sidebar and my content.

    https://www.ads-software.com/plugins/gallerylink/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Katsushi Kawamori

    (@katsushi-kawamori)

    Thank you for try my plug-in.
    Did you set the attribute ‘topurl’? ‘topurl’ attribute is not configured or if it is wrong, html does not appear.

    Thread Starter Joy

    (@joyously)

    Yes, of course or it would not get the filenames.
    Even if I got the images to appear, the generic CSS is messing up my page.

    Plugin Author Katsushi Kawamori

    (@katsushi-kawamori)

    For CSS, please modify as follows the gallerylink/css/gallerylink.css.

    .gallerylink ul {
    text-align: left;
    margin-left: 1em;
    padding-left: 0.5em;
    }
    .gallerylink p {
    text-align: left;
    margin: 10px;
    }
    .gallerylink li {float: left; display: block;}

    If the settings of ‘topurl’ is different, the image will not be displayed.

    Thread Starter Joy

    (@joyously)

    If the settings of ‘topurl’ is different, the image will not be displayed.

    What does that mean? I followed the instructions and the plugin doesn’t work.

    I can fix the CSS, but I thought you should fix it in the plugin for everyone.

    Plugin Author Katsushi Kawamori

    (@katsushi-kawamori)

    Thanks for hack. I will accept your advice. However, I work has nothing to do with IT. This plug-in is also a hobby. Please wait a little more to upgrade.

    topurl is the directory that contains the image file.
    It is topurl, please write a short code or set on the management screen.

    Example
    URL https://aaa.bbb.cc/ddd/images
    topurl = ‘/ddd/images’

    Common mistake
    topurl = ‘/ddd/images/’ or topurl = ‘ddd/images’

    In addition, there are cases that are not set to file extension.
    suffix_pc = ‘jpg’

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘slideshow from dir has problems’ is closed to new replies.