Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter SucceedHOST.com

    (@trendzsocial)

    Discovered the problem after a couple hours of playing with CSS. You have the following in your CSS code.

    .carousel-indicators li{
    text-indent:-999px;
    }

    Of course this pulls the images way off screen. A CSS override of:

    .carousel-indicators li{
    text-indent:0px;
    }

    Did the trick. ?? You’re welcome.

    Hi, this problem is common to me, so I’ve tried to fix it up upon @trendzsocial solution.

    But, I can’t find this in CSS code:

    .carousel-indicators li{
    text-indent:-999px;
    }

    Can someone help me? Maybe the text in my CSS is different because I dont have a Pro version of Giga Store Theme.

    Thread Starter SucceedHOST.com

    (@trendzsocial)

    petruvizitiu – It is not recommended to ever edit theme files directly. The next update to the theme may overwrite your changes. You can create a child theme, or even easier with CSS, use the “custom CSS” section in most theme customization dashboard menus. Additionally a CSS plugin like “Simple CSS” will work.

    add the followng to a custom CSS plugin or the custom CSS section of your theme..

    .carousel-indicators li{
    text-indent:0px!important;
    }

    It’s an override until the theme is fixed.

    PS – In moving elements like the testimonials section of this theme, CSS is often declared in JavaScript. The problem command may not even be in the CSS files. The override works for me! Good luck.

    I have the same problem.

    I am using Giga Store theme but neither testimonials, neither slider photos, neither, banner is loading/displaying on my website.

    I cannot find

    .carousel-indicators li{
    text-indent:-999px;
    }

    in my code. Also, adding a custom CSS

    .carousel-indicators li{
    text-indent:0px!important;
    }

    doesn’t work. Do you know what can be the problem?

    https://www.kochanowska.org/_testing_new_app/en/welcome/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Testimonials slider photos not loading/displaying’ is closed to new replies.