EShopper Bootstrap theme (Free)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
jpatel99 wrote:
Hey,

I applied your theme to my site but can't see the slider on the home page how i can add that?

Also is there any documentation for the setup?

Thank you,
JP.


Thanks a lot for trying our theme. Yes we had a documentation. You can find it if you download it from nopcommerce site but it is not fully updated. We will update it soon. We used a jquery slider in demo but nivo slider should work in your version. If nivo slider is not working then let us know. We are planning to release a plugin with the jquery slider soon.
8 years ago
Yeah, It's not working with nivo slider.
8 years ago
jpatel99 wrote:
Yeah, It's not working with nivo slider.

Which version have you tried? Can you please try it again by downloading the latest version. In one of our update we fixed this issue.
8 years ago
Hi, I want to keep the original product box display with details and remove hover effect from eshopper theme. Any hints how to remove hover effect?
8 years ago
BrainStation-23 wrote:
Yeah, It's not working with nivo slider.
Which version have you tried? Can you please try it again by downloading the latest version. In one of our update we fixed this issue.


I am using nivo slider database version for 3.60 and its working just great.
8 years ago
Hello Everyone,

Please check this link of my demo website using this E Shopper BootStrap theme for 3.60 version - http://testsite-001-site1.myasp.net/. Please tell me how to remove the footer top section, which contains eshopper logo+video preview+global address. If removing this section is not possible then please tell me how can I alter these sections according to my requirement.

Please check the image attached.
8 years ago
[email protected] wrote:
Hello Everyone,

Please check this link of my demo website using this E Shopper BootStrap theme for 3.60 version - http://testsite-001-site1.myasp.net/. Please tell me how to remove the footer top section, which contains eshopper logo+video preview+global address. If removing this section is not possible then please tell me how can I alter these sections according to my requirement.

Please check the image attached.


Go to  ~/Themes/NopShop/Views/Common/Footer.cshtml  remove the following html from line no. 9 to 87
<div class="footer-top">
        <div class="container">
            <div class="row">
                <div class="col-sm-2">
                    <div class="companyinfo">
                        <h2><span>e</span>-shopper</h2>
                        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit,sed do eiusmod tempor</p>
                    </div>
                </div>
                <div class="col-sm-7">
                    <div class="col-sm-3">
                        <div class="video-gallery text-center">
                            <a href="#">
                                <div class="iframe-img">
                                    <img src="~/Themes/NopShop/Content/css/images/home/iframe1.png" alt="" />
                                </div>
                                <div class="overlay-icon">
                                    <i class="fa fa-play-circle-o"></i>
                                </div>
                            </a>
                            <p>Circle of Hands</p>
                            <h2>24 DEC 2014</h2>
                        </div>
                    </div>

                    <div class="col-sm-3">
                        <div class="video-gallery text-center">
                            <a href="#">
                                <div class="iframe-img">
                                    <img src="~/Themes/NopShop/Content/css/images/home/iframe2.png" alt="" />
                                </div>
                                <div class="overlay-icon">
                                    <i class="fa fa-play-circle-o"></i>
                                </div>
                            </a>
                            <p>Circle of Hands</p>
                            <h2>24 DEC 2014</h2>
                        </div>
                    </div>

                    <div class="col-sm-3">
                        <div class="video-gallery text-center">
                            <a href="#">
                                <div class="iframe-img">
                                    <img src="~/Themes/NopShop/Content/css/images/home/iframe3.png" alt="" />
                                </div>
                                <div class="overlay-icon">
                                    <i class="fa fa-play-circle-o"></i>
                                </div>
                            </a>
                            <p>Circle of Hands</p>
                            <h2>24 DEC 2014</h2>
                        </div>
                    </div>

                    <div class="col-sm-3">
                        <div class="video-gallery text-center">
                            <a href="#">
                                <div class="iframe-img">
                                    <img src="~/Themes/NopShop/Content/css/images/home/iframe4.png" alt="" />
                                </div>
                                <div class="overlay-icon">
                                    <i class="fa fa-play-circle-o"></i>
                                </div>
                            </a>
                            <p>Circle of Hands</p>
                            <h2>24 DEC 2014</h2>
                        </div>
                    </div>
                </div>
                <div class="col-sm-3">
                    <div class="address">
                        <img src="~/Themes/NopShop/Content/css/images/home/map.png" alt="" />
                        <p>505 S Atlantic Ave Virginia Beach, VA(Virginia)</p>
                    </div>
                </div>
            </div>
        </div>
    </div>
8 years ago
Hey im new to nopcommerce and i've installed your theme to my IIS server but the glyphicons (for login, shopping cart, wishlist, 'back-to-top' arrow, etc..) seem to be not displaying.

They work when i run the page on localhost but there are only displayed little boxes instead of the icons themselves.

Do you(author of theme) or anyone else know how to fix this?

There is nothing in my Warnings section that leads to this, such as permissions to directories, but just to be sure, when using IIS i should be giving the IIS_IUSRS modify permissions on only these directories; plugins, bin, content, App_Data, Themes
and files; web.config and global.asax right?


Hope someone can help :)
Thanks.

##########EDIT##########
Issue resolved! Thanks to an old comment on the plugins page from attari !

Well then i have two more questions, if anyone is still checking this forum post out anyway..

- How do i disable the 'back-to-top' arrow from bouncing like that?(driving me mad)
- I'm having trouble with the 'TopMenu', it's not displaying any of my categories or any thing for that matter

Help well appreciated!
8 years ago
nopCommerce 3.70 breaks with E-SHOPPER BOOTSTRAP THEME.  I'm not sure if one fix will create another one.  Anybody else had any luck getting this them to work with the latest nopCommerce version?

https://www.nopcommerce.com/p/1540/e-shopper-bootstrap-theme-free.aspx
8 years ago
joshyates1980 wrote:
nopCommerce 3.70 breaks with E-SHOPPER BOOTSTRAP THEME.  I'm not sure if one fix will create another one.  Anybody else had any luck getting this them to work with the latest nopCommerce version?

https://www.nopcommerce.com/p/1540/e-shopper-bootstrap-theme-free.aspx


Hi,
We are working for making eshopper theme compatible with nopcommerce 3.7. Hope to release it by this week.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.