Okay
  Public Ticket #1010947
Lightbox gallery on VC
Closed

Comments

  •  2
    Joao started the conversation

    Hi!

    Is there a way to use your lightbox gallery on Visual Composer Image Gallery? I can only chose PrettyPhoto, it's sad cause your lightbox box is very well designed.

    Or  maybe you can create a new VC Laborator element designed for Image Galleries and apply your lightbox to it.

    Hope you can work on this subject, cause it's the perfect upgrade to the theme!

    Thanks!

  • [deleted] replied

    Hi Joao,

    Firstly thank you for your kind words, we are really happy that you appreciate our work.

    Currently this is not implemented in our theme, however it is great suggestion, we can implement in the existing layout of Visual Composer Widget, because it already has the grid settings, only the lightbox will change.

    Added this in our todo list and will be available soon.

    Thanks for your suggestion.

  •  2
    Joao replied

    Hi Arlind,

    Any news about the update?

    Thanks!

  • [deleted] replied

    Hi Joao,

    We have actually implemented this in our script package but not available yet on VC options.

    I can give you a quick workaround for this until we implement on VC options, just give me your WP credentials and page url containing gallery items?

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

  •  2
    Joao replied

    Hi Arlind,

    Sorry for the delay. The website is localhost based by now. Can you give me some lights? i think i can make it work. If don't, i can talk with you again.

    Best regards,

    João Relvas

  •   [deleted] replied privately
  •   Joao replied privately
  •   Joao replied privately
  • [deleted] replied

    Hi João,

    I have applied another fix on this, so here is the file you need to replace:

    Download this file and replace it in this directory (of the theme): /kalium/inc/lib/vc

    Here is show I added the lightbox element:


    (view large version)

    And it worked:

    http://drops.laborator.co/PL2Q

  •   Joao replied privately
  •   Joao replied privately
  • [deleted] replied

    Hi João,

    I need to work to implement this. In future updates you will get this option, just added it to our to do list.

    Have a great week.

  •  2
    Joao replied

    Hi Arlind,

    Thanks for the answer! i'll remind you soon about the update.

    Please don't let me waiting another 2 months, i'm with a little hurry :)

    Best regards,

    Joao Relvas

  • [deleted] replied

    Hi Joao,

    Sure, will keep you updated. This is in our "priority todo list" and soon will be implemented. We are in the phase of implementing WooCommerce 3.0.x compatibility

    After that we will get back other features implementation.


  •  2
    Joao replied

    Hi Arlind,

    Any news about the lightbox implementation?

    Sorry about the hurry, but it's the final feature to put my website running and i'm ansious about it :)


    Best regards,

    Joao Relvas

  • [deleted] replied

    Hi Joao,

    We are on the final testing phase of WooCommerce compatibility Kalium and we will release the update.

    We have already implemented lightbox and here is how it looks:


    (view large version)

    The implementation has also changed from Gallery element which I gave you previously. You should simply set the gallery type to Image grid and the Lightbox gallery option will appear above.

    We will release this update tonight.

  •  2
    Joao replied

    Hi Arlind,

    Thank you so much, i tested it now and got some bug, prettyPhoto and your Lightbox was oppening at the same time, but i disabled prettyPhoto on laborator_functions.php with this code: 

    //DISABLE PRETTYPHOTO
    function remove_vc_prettyphoto(){
      wp_dequeue_script( 'prettyphoto' );
      wp_deregister_script( 'prettyphoto' );
      wp_dequeue_style( 'prettyphoto' );
      wp_deregister_style( 'prettyphoto' );
    }
    add_action( 'wp_enqueue_scripts', 'remove_vc_prettyphoto', 9999 );

    And now everything is running smooth! I'll keep you updating if another bug appears.

    5 star theme and support!


    Best regards,

    Joao Relvas

  • [deleted] replied

    Hi Joao,

    Awesome! Thank you so much for pointing out this. It will be helpful for other users too!

    Once again thanks for your collaboration and kindness.