Switching to visual editor removes part of code
-
When I edit Section1 default content, switching to visual editor removes part of code.
Original code:
<div class="banner-box"> <h1>Powerful One page Theme</h1> <div class="sub-title">Based on Bootstrap framework and Shortcodes, quick set and easy build, shines one page small business website.</div> <div class="banner-scroll"><a class="scroll" href="#about" data-section="about"><img src="https://www.mageewp.com/onetone/wp-content/themes/onetone/images/down.png" alt="" /></a></div> <div class="banner-sns"> <ul class=""> <li><a href="#"><i class="fa fa-2 fa-facebook"> </i></a></li> <li><a href="#"><i class="fa fa-2 fa-skype"> </i></a></li> <li><a href="#"><i class="fa fa-2 fa-twitter"> </i></a></li> <li><a href="#"><i class="fa fa-2 fa-linkedin"> </i></a></li> <li><a href="#"><i class="fa fa-2 fa-google-plus"> </i></a></li> <li><a href="#"><i class="fa fa-2 fa-rss"> </i></a></li> </ul> </div> </div>
After switching to visual editor:
<div class="banner-box"> ? <h1>Powerful One page Theme</h1> <div class="sub-title">Based on Bootstrap framework and Shortcodes, quick set and easy build, shines one page small business website.</div> <div class="banner-scroll"><a class="scroll" href="#about" data-section="about"><img src="https://www.mageewp.com/onetone/wp-content/themes/onetone/images/down.png" alt="" /></a></div> <div class="banner-sns"></div> </div>
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Switching to visual editor removes part of code’ is closed to new replies.