Hello,
I updated my website in a develop folder from Joomla 3 to Joomla 4.2.9. I had few issues with the GK template that where solved in another topic.

I was asked to open a new topic for the problem with Image Show GK4: the slideshow in homepage doesn't show up.
The module is "HP - Slideshow articoli" (Image Show GK4).

May you help me?

Looking forward to your answer.

    Hi, laila_breakaleg
    I've just fixed that issue. Please verify at your end and let me know if it's okay.

    Best regards,

    2 months later

    Hi,
    It works, thank you!

    I still have few questions:

    • Is there a way to make a gallery from a folder?
    • How can i customize the next/prev buttons?
    • in the homepage slideshow (News Pro GK 5), is there a way to remove the dark shade on the images?

    Looking forward to your answer.

      Hi, laila_breakaleg
      For these questions, it will take me a little time to check.
      So I kindly ask for your patience as I work towards resolving the matter.
      Regards,

      4 days later

      Hi ok thank you,
      About this question > Is there a way to make a gallery from a folder?
      I would like to know if it is something that can be done and about a range of time, because I need to tell the client shortly or find another solution.

      Thank you for letting me know.

        laila_breakaleg Hi

        1/ Image Show GK4 supports different content types and it offers settings for each slide separately so it doesn't support to show gallery from a specific folder at this moment.

        2/ I removed the linear-gradient in image via this file: \modules\mod_image_show_gk4\styles\gk_academy\engine.js

        Line 37:

        var newDiv = new jQuery('<div title="' + elm.attr('title')+'" class="gkIsSlide"  style="'+elm.attr('style')+'; background-image: linear-gradient(0deg, rgba(22, 34, 56, 0.5), rgba(22, 34, 56, 0.5)), url(\'' + elm.attr('src') + '\');'+'"></div>');

        change to:

        var newDiv = new jQuery('<div title="' + elm.attr('title')+'" class="gkIsSlide"  style="'+elm.attr('style')+'; background-image: url(\'' + elm.attr('src') + '\');'+'"></div>');
        Write a Reply...
        You need to Login to view replies.