EShopper Bootstrap theme (Free)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 9 años
BHR wrote:
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


Hi,

Go to"  ~\Views\Shared\_ColumnsTwoHomepage.cshtml" page And remove the following section (Approximately starting line no. 34) from this page
<section id="slider"><!--slider-->
    <div class="container">
      <div class="row">
        <div class="col-sm-12">
          <div id="slider-carousel" class="carousel slide" data-ride="carousel">
            <ol class="carousel-indicators">
              <li data-target="#slider-carousel" data-slide-to="0" class="active"></li>
              <li data-target="#slider-carousel" data-slide-to="1"></li>
              <li data-target="#slider-carousel" data-slide-to="2"></li>
            </ol>
            
            <div class="carousel-inner">
              <div class="item active">
                <div class="col-sm-6">
                  <h1><span>E</span>-SHOPPER</h1>
                  <h2>Free E-Commerce Template</h2>
                  <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>
                  <button type="button" class="btn btn-primary get">Get it now</button>
                </div>
                <div class="col-sm-6">
                  <img src="~/Themes/NopShop/Content/css/images/home/girl1.jpg" class="girl img-responsive" alt="" />
                  <img src="~/Themes/NopShop/Content/css/images/home/pricing.png"  class="pricing" alt="" />
                </div>
              </div>
              <div class="item">
                <div class="col-sm-6">
                  <h1><span>E</span>-SHOPPER</h1>
                  <h2>100% Responsive Design</h2>
                  <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>
                  <button type="button" class="btn btn-primary get">Get it now</button>
                </div>
                <div class="col-sm-6">
                  <img src="~/Themes/NopShop/Content/css/images/home/girl2.jpg" class="girl img-responsive" alt="" />
                  <img src="~/Themes/NopShop/Content/css/images/home/pricing.png"  class="pricing" alt="" />
                </div>
              </div>
              
              <div class="item">
                <div class="col-sm-6">
                  <h1><span>E</span>-SHOPPER</h1>
                  <h2>Free Ecommerce Template</h2>
                  <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>
                  <button type="button" class="btn btn-primary get">Get it now</button>
                </div>
                <div class="col-sm-6">
                  <img src="~/Themes/NopShop/Content/css/images/home/girl3.jpg" class="girl img-responsive" alt="" />
                  <img src="~/Themes/NopShop/Content/css/images/home/pricing.png" class="pricing" alt="" />
                </div>
              </div>
              
            </div>
            
            <a href="#slider-carousel" class="left control-carousel hidden-xs" data-slide="prev">
              <i class="fa fa-angle-left"></i>
            </a>
            <a href="#slider-carousel" class="right control-carousel hidden-xs" data-slide="next">
              <i class="fa fa-angle-right"></i>
            </a>
          </div>
          
        </div>
      </div>
    </div>
  </section><!--/slider-->

And also add the the following div by removing above section in the same page  :
<div class="container silde-show-container">
    <div class="row">
        <div class="col-lg-12">
            @Html.Widget("home_page_top")
        </div>
    
    </div>
</div>
Hace 9 años
Excellent!...

Thank you :)

/cheers

BHR
Hace 9 años
BHR wrote:
Excellent!...

Thank you :)

/cheers

BHR


Welcome!
Hace 9 años
Like this themes.

Thank,
Mick
Hace 9 años
MK_Mick wrote:
Like this themes.

Thank,
Mick


Thanks a lot.
Hace 9 años
question moved to NopRoot
Hace 9 años
Great theme.  Thanks for giving us another fresh, original theme.
Hace 9 años
The theme is very good.But i want to know how to change the size of nivo slider in home page.Actually i want to post some link on the left side of the nivo slider.Can you tell me how will i do that?
Hace 9 años
You can try this great free plugin from Hezyziv ==>> https://www.nopcommerce.com/p/1272/nivo-slider-database-version.aspx
Hace 9 años
Hi Everyone,
Today we have released a update for E-Shopper Theme after making it compatible with NopCommerce version 3.5. We are very much sorry to keep you guys waiting for this 3.5 version. Please, feel free to download it from here and give us feedback if you find any issue.

We also have this theme in codeproject. We will push our all immediate fixes in codeproject. It is very tough to maintain frequent update in nopcommerce site. So, we are requesting you to check our codeproject link for frequent update.

https://eshopper.codeplex.com/

Check our other contribution for nopcommerce from here ==>>

https://www.codeplex.com/site/users/view/BrainStation23
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.