Hate the “Created with Mobirise” at the bottom of your webiste?

If you remove, alter or edit the line of HTML that adds the “Created with Mobirise” the format of the entire page blows up.

Before and after editing the Created with Mobirise lines

Reverse Engineering

I decided to purchase the pro version of Mobirise, I first exported the website before the purchase and made a second export after the purchase to see what changes were made. My findings were interesting.

Comparing the Index.html I noticed a change to the footer. Instead of having a large chunk of random text and code, it was just 7 script calls.

Compare of index.html file, Before on the left, after purchasing pro on the right.

I also found some small changes made to the syle.css and script.js in the assets folder.

Full Directory compare
Style.css Change
script.js Changes

Fix your own webpage

To fix your own webpage, First open your index.html in notepad or notepad++ and scroll to the very end. You will see a long string of code starting with </section> as shown above. Remove it for the below text

</section>


<script src="assets/bootstrap/js/bootstrap.bundle.min.js"></script>
  <script src="assets/smoothscroll/smooth-scroll.js"></script>
  <script src="assets/ytplayer/index.js"></script>
  <script src="assets/dropdown/js/navbar-dropdown.js"></script>
  <script src="assets/vimeoplayer/player.js"></script>
  <script src="assets/theme/js/script.js"></script>
  <script src="assets/formoid/formoid.min.js"></script>
  

Next you want to replace your theme folder with the one you can download before, Simply download, unzip and replace in your assets folder.

This is not guaranteed to work, but let me know if this helped you or if you are having any issues

Leave a Reply

Your email address will not be published. Required fields are marked *