Viewing 12 replies - 16 through 27 (of 27 total)
  • Primary Lightbox Settings -> Postition is misspelled? perhaps it should be Position.

    It is grabbing the page title in the lightbox rather than image title – I made a brand new site with nothing extra besides this plugin… https://sarah-moyer.com/raytec2/sample-page/

    What is the timeline for the new version? Also where can we donate to help you out?

    This is a really nice plugin! Thanks for your work.

    Plugin Author Dan Zappone

    (@dzappone)

    Hi

    Hopefully I caught all the spelling errors in the next version. Unfortunately I haven’t been able to work on the plugin due to regular everyday work that pays the bills. With luck I should have time to work on it again soon.

    Normally the plugin should only grab the page title when it can’t find an image title which I think might have been bugged under certain circumstances. If you’d like to see the new version in progress you can download it from here:

    https://downloads.www.ads-software.com/plugin/lightbox-plus.zip

    The best thing for me to help would be try that at and send me feedback.

    Thanks!

    Thank you for replying! Is that link really showing the dev version? It says 2.7 when I install in, and I was thinking that 2.7 is the current version.

    Does the plugin grab the page title for wp gallery images for you on a fresh install? It won’t work for me even on a fresh install with nothing changed but this plugin added.

    I created a fresh wp install and tried to add the version from your link above, but it says:

    Fatal error: Declaration of LBP_Init::lbp_inline_init() must be compatible with that of LBP_Init_Interface::lbp_inline_init() in /.../wp-content/plugins/lightbox-plus/classes/class-init.php on line 72

    Still no title or alt showing in the enlarged lightbox/slide show after upgrading to the new version, and the old hack no longer works.

    FYI this dev version fixed the issue with link="none" not listening and always defaulting to link="page". All further settings were remembered, even after I did a plugin reset on the bottom of the settings page.

    I also just overwritten new code with old through FTP (disabled old version first, upgraded, enabled again) and all seemed to have been fixed perfectly.

    Also, the settings are now saved properly even if you set the whole page first and then submit all new settings once.

    Dude, you’re awesome.

    Anonymous User 14474179

    (@anonymized-14474179)

    please update! please update! please update! please update! please update! i need a version that works with a theme that i bought.

    Any idea when the new version will be out?

    Hi Dan, are you taking donations by any chance, to put this plugin back onto your schedule? The titles are not showing correctly. Still.

    Has the dev plugin changed at all since April 2015? What is estimated timing for new updates?

    Thanks for all your hard work on this plugin!

    Okay, it was my code… Sorry! Yes, the titles are showing correctly!

    I can’t seem to get any of my javascript working for INLINE content. Here’s a skeleton of my code:

    <script src="/wp-content/themes/flatsome/calculator/js/wallpaper.js" type="text/javascript" style="color: rgb(90, 74, 66);"></script>
    
    <script type="text/javascript">
      function...
    </script>
    
    <div style="display:none">
        <div id="lbp-inline-href-1" style="padding: 10px;background: #fff">
            <h3>TITLE HERE</h3>
        <div>
            FORM HERE including calls to script
        </div>
        <p style="text-align: justify;">
            TEXT HERE
        </p>
    </div>

    None of the scripts appear to be called (especially the ones where calculations are involved).

    However, the SAME scripts are called/work, when using the lightbox option of displaying internal and external web pages i.e.

    <a href="/wp-content/themes/flatsome/calculator/Wallpaper-Calculator.html" rel="lightbox[secondary-demo]" title="Wallpaper Calculator">Wallpaper Calculator</a>

    I’d much prefer to use INLINE, because I think it is more elegant to do so and also, there appears to be a time lag when calling the external page, in the lightbox.

    Any suggestions?

    Thanks.

Viewing 12 replies - 16 through 27 (of 27 total)
  • The topic ‘New Version for WordPress 4.0 Soon’ is closed to new replies.