• Hi everyone,

    I can’t figure out where the banners for the website, weird numbering (and square boxes on mobile) are coming from in the code. I updated the theme for the website, and where there used to be a Revolution slider, now has three random images that aren’t part of the slider. I went ahead and deleted the sliders, and it was still there. Deleted the Rev slider plugin, and it was still there. I checked the code and I found exactly where it is, but have no idea where to find this through File Manager.

    I’m not that good at html or code, but I managed to locate the images, but still cannot find the line of code that I need to delete to remove this. Can someone point me where to go once I’m in File Manager? Here’s what the code seems to look like, please advise if I’m wrong!

    Here’s the website for reference: https://www.humberccc.com/

    </header>
    <!– header end here –>
    <div id=”top__fullcarousel” data-interval=”false” class=”carousel slide” data-ride=”carousel”>
    <div class=”carousel-inner”>

    <!– Indicators –>

      <li data-target=”#top__fullcarousel” data-slide-to=”0″>
      <li data-target=”#top__fullcarousel” data-slide-to=”1″>
      <li data-target=”#top__fullcarousel” data-slide-to=”2″>

    <div class=”item active”>

    </div><!– [ /.item ] –>
    <div class=”item”>

    </div><!– [ /.item ] –>
    <div class=”item”>

    </div><!– [ /.item ] –>
    </div><!– [ /.carousel-inner ] –>

    <i class=”icon-prev fa fa-angle-left”></i>
    <i class=”icon-next fa fa-angle-right”></i>

    </div><!– [ /#top__fullcarousel ] –>

    • This topic was modified 8 years, 5 months ago by vm0486.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Random Banners Placed on Website – Can’t Find in the HTML’ is closed to new replies.