EShopper Bootstrap theme (Free)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 years ago
Hi,

I'm having a problem with the small icons, they are not showing up, can you help me with this issue?
I've got the site here http://www.mi-ola.pt/
9 years ago
pedrogomes wrote:
Hi,

I'm having a problem with the small icons, they are not showing up, can you help me with this issue?
I've got the site here http://www.mi-ola.pt/



Hi,
Check this file http://www.mi-ola.pt/Themes/NopShop/Content/font-awosome-4.0.3/fonts/fontawesome-webfont.ttf?v=4.0.3. This file  not found.
Thanks
9 years ago
I've got 3 files in the fonts folder:
FontAwesome
fontawesome-webfont
fontawesome-webfont.woff

It's working fine on the development PC running in VStudio localhost, but when I copy it to the server computer it just dosen't show the icons...
9 years ago
fileman wrote:
Hi, when running nop on azure websites (waws), bootstrap icon not work with standard web.config.

The solution is add to root web.config:

<system.webServer>
  .....
  <staticContent>
    .....
    <!-- ADD THE FOLOWING 2 LINES -->
    <remove fileExtension=".woff"/>
    <mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
  </staticContent>
  .....
</system.webServer>


I hope this was usefull to somebody else


Check if IIS on production server has this in web.config
bye
9 years ago
That's it :) thank you both very much!
by the way, the theme is fantastic - congratulations for the great work!
9 years ago
Very nice theme and great effort!...

Quick question... How/where do I edit the default front-slider? I found the default theme nivo-slider, but thats not the one showing on the front, when you installe the theme.

Thx for your time

/cheers

Bhr
9 years ago
BHR wrote:
Very nice theme and great effort!...

Quick question... How/where do I edit the default front-slider? I found the default theme nivo-slider, but thats not the one showing on the front, when you installe the theme.

Thx for your time

/cheers

Bhr


Hi,
Go to"  ~\Views\Shared\_ColumnsTwoHomepage.cshtml" page and find the following  div:  
<div class="container">
    <div class="row">
        <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 ">
            @Html.Widget("home_page_top")
        </div>

    </div>
</div>  

If you remove "  @Html.Widget("home_page_top")"  nivo-slider will be off. And also  you can add here your own slider.
9 years ago
Hi and thx for your quick reply...

Sorry if I didn't explain it right but what I ment was, where do I select what images etc. goes on the front slider.

As mentioned before, I can only see the nivo slider plugin and the default slider pictures. But I would like to change the 3 images provided with your theme.

/cheers

BHR
9 years ago
BHR wrote:
Hi and thx for your quick reply...

Sorry if I didn't explain it right but what I ment was, where do I select what images etc. goes on the front slider.

As mentioned before, I can only see the nivo slider plugin and the default slider pictures. But I would like to change the 3 images provided with your theme.

/cheers

BHR


Hi,

Go to admin panel and also this link:"/Admin/Plugin/List". And then configure Nivo Slider plugin.
9 years ago
Hi again...

Not exactly... If you look at http://nopcommerce.insane.dk you can see a freshly installed nopcommerce 3.40 installation with your theme added...

On the frontpage there is a slider with three pages... It is that slider I want to change.

By going into the plugins-list and editing the nivo-slider I am only presented with the 5 standard nopcommerce pictures (that are not shown anywhere).

/cheers

BHR
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.