Jump to content

JulianFr

Members
  • Posts

    0
  • Joined

  • Last visited

Profile Information

  • First Name
    Julian
  • Last Name
    Fricker

JulianFr's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. I've found from the Bootstrap documentation the HTML being used in the classic theme is not valid for bootstrap. Their grid documentation says this: So this HTML in the Classic theme is invalid: <nav class="header-nav"> <div class="container"> <div class="row"> <div class="hidden-sm-down"> <div class="col-md-4 col-xs-12"> {hook h='displayNav1'} </div> <div class="col-md-8 right-nav"> {hook h='displayNav2'} </div> </div> <div class="hidden-md-up text-xs-center mobile"> <div class="pull-xs-left" id="menu-icon"> <i class="material-icons d-inline"></i> </div> <div class="pull-xs-right" id="_mobile_cart"></div> <div class="pull-xs-right" id="_mobile_user_info"></div> <div class="top-logo" id="_mobile_logo"></div> <div class="clearfix"></div> </div> </div> </div> </nav>
  2. I'm new to Prestashop but decided to try using 1.7 with the Starter Theme and Bootstrap. I read this article which said we should use Bootstrap 4 alpha 6: http://build.prestashop.com/news/starter-theme-plans/ I tried to copy basic HTML over from the Classic theme but nothing would work correctly. After days of frustration I've now found out the problem is because the Classic theme provided with 1.7 is using Bootstrap 4 alpha 4 not alpha 6! Why tell us to use alpha 6 for developing themes but then make the default theme use alpha 4? If anyone can help I have a jsfiddle showing the problem: https://jsfiddle.net/JulianF/b8u57zqf/ If I use a div to hide content at a small screen size then it breaks the columns widths.
×
×
  • Create New...