• trsrc

    (@trsrc)


    Hi,

    Thanks for BOTA, love the theme and have been using it for nearly 2 years now.

    I’m wanting to disable the slider as I don’t use it, and when I run ping tests on my site, apparently the slider/javascript for slider is extending site load wait times by 1-2 seconds.

    I’m not very technical so that might be wrong; I did muck a lot with the site in the beginning and I might have messed things up.

    Either way, i’m not using the slider – can you tell me what I need to delete and where I need to delete it from to disable the slider? Or how I disable it? I’m using a child theme.

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Theme Author Template Express

    (@danstriker)

    Hello,

    you can either remove the flexslider code from page-templates/custom_home.php or add the following style in your child theme:

    .flex-container {
      display: none;
    }
Viewing 1 replies (of 1 total)

The topic ‘Disable Slider – Bota theme’ is closed to new replies.