Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author aknieriem

    (@aknieriem)

    Hi, thanks for feedback! Will check tomorrow and fix it.

    Plugin Author aknieriem

    (@aknieriem)

    Issue is fixed and the version 1.8.2 is online.

    Thread Starter polyfade

    (@polyfade)

    @aknieriem When I updated, I got a whole bunch of syntax showing up in my WP dashboard. Maybe a line wasn’t closed correctly?

    array(38) { ["ar_sl_className"]=> string(15) "simple-lightbox" ["ar_sl_overlay"]=> string(1) "1" ["ar_sl_spinner"]=> string(1) "1" ["ar_sl_nav"]=> string(1) "1" ["ar_sl_navtextPrev"]=> string(3) "a€1" ["ar_sl_navtextNext"]=> string(3) "a€o" ["ar_sl_caption"]=> string(1) "1" ["ar_sl_captionSelector"]=> string(3) "img" ["ar_sl_captionType"]=> string(4) "attr" ["ar_sl_captionData"]=> string(5) "title" ["ar_sl_captionPosition"]=> string(6) "bottom" ["ar_sl_captionDelay"]=> int(0) ["ar_sl_close"]=> string(1) "1" ["ar_sl_closeText"]=> string(2) "?—" ["ar_sl_swipeClose"]=> int(0) ["ar_sl_counter"]=> int(0) ["ar_sl_fileExt"]=> string(16) "png|jpg|jpeg|gif" ["ar_sl_animationSpeed"]=> string(3) "250" ["ar_sl_animationSlide"]=> string(1) "1" ["ar_sl_preloading"]=> string(1) "1" ["ar_sl_enableKeyboard"]=> string(1) "1" ["ar_sl_loop"]=> string(1) "1" ["ar_sl_docClose"]=> string(1) "1" ["ar_sl_swipeTolerance"]=> string(2) "50" ["ar_sl_widthRatio"]=> string(3) "0.8" ["ar_sl_heightRatio"]=> string(3) "0.9" ["ar_sl_disableRightClick"]=> int(0) ["ar_sl_disableScroll"]=> string(1) "1" ["ar_sl_alertError"]=> string(1) "1" ["ar_sl_alertErrorMessage"]=> string(42) "Image not found, next image will be loaded" ["ar_sl_overlayColor"]=> string(7) "#ffffff" ["ar_sl_overlayOpacity"]=> string(3) "0.7" ["ar_sl_btnColor"]=> string(7) "#000000" ["ar_sl_loaderColor"]=> string(7) "#333333" ["ar_sl_captionColor"]=> string(7) "#000000" ["ar_sl_captionFontColor"]=> string(7) "#ffffff" ["ar_sl_captionOpacity"]=> string(3) "0.8" ["ar_sl_zindex"]=> string(4) "1000" }
    Thread Starter polyfade

    (@polyfade)

    Looking closer, it may have something to do with line 90?

    var_dump($this->options);

    Plugin Author aknieriem

    (@aknieriem)

    Shame on me. Was late yesterdays. Thanks for feedback. Removed the debug. 1.8.2.1 is online.

    Thread Starter polyfade

    (@polyfade)

    In the settings, using any class but simplelightbox doesn’t seem to work when manually adding a different class to an image link.

    So, in the settings, if I specify the class as lightbox and apply that class to my image link, it won’t launch simple lightbox.

    No big deal, I can use simplelightbox class, but if I was previously using a different class, this could be a real issue.

    Plugin Author aknieriem

    (@aknieriem)

    Hey, you missunderstood, what classname means. It is not the class that goes to the image links. It is the name of the class of the lightbox itself. <div class=”sl-wrapper ###classname###”>…

    Best regards

    Thread Starter polyfade

    (@polyfade)

    DOH! Okay, I did misunderstand that.
    Thanks for your quick reflexes!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Unable to save settings’ is closed to new replies.