Okay
  Public Ticket #3610394
Slider
Closed

Comments

  • Carlos started the conversation

    Already put the site built on the final domain, what I saw both on the home page, as well as on the page "Somos", the slider "Servicios", images are attached, there is a blank space when you start the loop again, I checked options and I can not find how to make me not put that blank space, could you please help me to solve it, tks beforehand.

    If you wan´t to enter to wp-admin user is admSeed and passw pwdSeed

    Attached files:  Image1.JPG
      Image2.JPG

  •  867
    Neuron replied

    Hi Carlos,

    I've just fixed the issue by making some changes to the theme code, can you please take a look at your site now?

    Feel free to ask for anything you need.

    Kind Regards


  • Carlos replied

    Thanks for your help, everything seems to be working fine, I want to know where the changes have been made, in order if needed in the future when we try to insert another sliding gallery.

    Regards

  •  867
    Neuron replied

    Hi Carlos,

    I removed the code from the theme files (in case of any updates it will be lost), and added the following code at Elementor's editor > Site Settings > Custom CSS.

    /* Carousel Visible */
    .swiper-slide-visible,
    body:not(.elementor-editor-active) .h-neuron-animation--wow:not(.active) {
        opacity: 1 !important;
    }
    @media (max-width: 1279px) {
        .neuron-slides-wrapper {
            overflow: hidden !important;
        }   
    }
    

    If you like our theme or the support, please leave us a rate of 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes


  • Carlos replied

    Unfortunately is happening again there is a blank space after SHOPPER MARKETING and BRAND EXPERIENCES you can check it using the direction arrows in both pages HOME and SOMOS, coul you please check it again, tks for your help.

    Regards

  •  867
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    I've just fixed the issue, can you please take a look at your site now?

    Feel free to ask for anything you need.

    Kind Regards


  • Carlos replied

    Thank you, now it is working fine, did you change the code?

    Regards

  •  867
    Neuron replied

    Hi Carlos,

    Yes, this is the CSS code I added, sorry for not mentioning it before.

    selector .neuron-slide-animation {
        opacity: 1 !important;
        visibility: visible !important;
    }

    If you like our theme or the support, please leave us a rate of 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes