Jump to content

CSS problem after migrating prestashop website


Recommended Posts

Ok on footer you have two extra modules enabled, My account footer and , Block contact info, try to disable them.

And after slider you have custom code in home text editor module. Think if you check here http://withinpixels.com/themes/autumn/documentation/#configuringyourshop there is code to enter

<div class="row">
    <div class="column col-4-12  t-align-center">
        <div class="wpicon wpicon-power medium2" style="display: inline-block; padding: 15px; background: #da3b44; color: #ffffff; border-radius: 30px;"> </div>
        <h2 style="margin: 20px 0 12px 0; padding: 0; font-weight: normal;">It's powerful!</h2>
        <div>Autumn has a lot of features to give your customers a unique experience. It also has powerful modules such as Megamenu module that allows you to create unique menu layouts.</div>
    </div>
    <div class="column col-4-12 t-align-center">
        <div class="wpicon wpicon-transmission2 medium2" style="display: inline-block; padding: 15px; background: #da3b44; color: #ffffff; border-radius: 30px;"> </div>
        <h2 style="margin: 20px 0 12px 0; padding: 0; font-weight: normal;">It's fluid!</h2>
        <div>Because of the fluid design, your shop will look perfect in every screen! Resize your browser window right now to experience the Autumn's fluid design!</div>
    </div>
    <div class="column col-4-12  t-align-center">
        <div class="wpicon wpicon-heart2 medium2" style="display: inline-block; padding: 15px; background: #da3b44; color: #ffffff; border-radius: 30px;"> </div>
        <h2 style="margin: 20px 0 12px 0; padding: 0; font-weight: normal;">It's developer friendly!</h2>
        <div>Autumn's custom css grid system built with necessary shopping elements in mind. You won't need weird workarounds to make things work unlike many other pre-built css grids.</div>
    </div>
</div>
Link to comment
Share on other sites

Thank you. First I noticed that when using Filezilla when copying files to new host, in file called autumn.css (main theme file) all code was put in one line, hence not working. Unhooked extra modules. Need to sort out some issues on product page when adding/removing product to the cart (should display fancybox cart summary, but there is an errror).

Link to comment
Share on other sites

×
×
  • Create New...