EShopper Bootstrap theme (Free)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
bmsoft wrote:
Hi,
I downloaded theme and using for Nopcommerce version 3.40 and get this error
Compiler Error Message: CS0234: The type or namespace name 'Captcha' does not exist in the namespace 'Nop.Web.Framework.Security' (are you missing an assembly reference?)
Can you help me check the reason why?
Thanks


You may be downloaded 3.70 version. You can all version from https://eshopper.codeplex.com/SourceControl/latest

Which theme version have you tried?
8 years ago
hi , am using nopshop theme , it is not responsive to all android devices , what should i do if i want to make it responsive to all devices
8 years ago
Venkatz25 wrote:
hi , am using nopshop theme , it is not responsive to all android devices , what should i do if i want to make it responsive to all devices


You can write your own css.

You will find responsive.css in the follwing path: ~/Themes/NopShop/Content/css/responsive.css
7 years ago
Hi Everyone,
Today we have released a update for E-Shopper Theme after making it compatible with NopCommerce version 3.80.Please, feel free to download it from here and give us feedback if you find any issue.
7 years ago
sohel wrote:
Hi Everyone,
Today we have released a update for E-Shopper Theme after making it compatible with NopCommerce version 3.80.Please, feel free to download it from here and give us feedback if you find any issue.

Hi!
1. Many thanks for your E-Shopper Bootstrap theme (Free). 2. Sorry, but seems to me it's does not works withe "magical" logo setting... Admin.Configuration.Settings.GeneralCommon.Logo.
Best Regards.
7 years ago
abch wrote:
Hi Everyone,

1. Many thanks for your E-Shopper Bootstrap theme (Free). 2. Sorry, but seems to me it's does not works withe "magical" logo setting... Admin.Configuration.Settings.GeneralCommon.Logo.
Best Regards.


Thanks for your feed back. You can get this by using replaceing the " ~\Themes\NopShop\Views\Shared\Header.cshtml" file using the the following code


<div class="header-middle"><!--header-middle-->
    <div class="container">
        <div class="row">
            <div class="col-sm-4">
                <div class="logo pull-left">
                    @*<a class="logo" href="@Url.RouteUrl("HomePage")"></a>*@
                    @Html.Action("Logo", "Common")
                </div>
                <div class="btn-group pull-right">
                    
                    

                    @Html.Action("LanguageSelector", "Common")
                    @Html.Action("CurrencySelector", "Common")
                    @Html.Action("TaxTypeSelector", "Common")
                
                    
                </div>
            </div>
            <div class="col-sm-8">
                @Html.Action("HeaderLinks", "Common")
                
            </div>
        </div>
    </div>
</div>
<div class="container">
    <div class="row">
        <div class="col-md-12">
            @Html.Partial("_Notifications")
        </div>
    </div>
</div>
7 years ago
sohel wrote:
Hi Everyone,

1. Many thanks for your E-Shopper Bootstrap theme (Free). 2. Sorry, but seems to me it's does not works withe "magical" logo setting... Admin.Configuration.Settings.GeneralCommon.Logo.
Best Regards.

Thanks for your feed back. You can get this by using replaceing the " ~\Themes\NopShop\Views\Shared\Header.cshtml" file using the the following code


<div class="header-middle"><!--header-middle-->
    <div class="container">
        <div class="row">
            <div class="col-sm-4">
                <div class="logo pull-left">
                    @*<a class="logo" href="@Url.RouteUrl("HomePage")"></a>*@
                    @Html.Action("Logo", "Common")
                </div>
                <div class="btn-group pull-right">
                    
                    

                    @Html.Action("LanguageSelector", "Common")
                    @Html.Action("CurrencySelector", "Common")
                    @Html.Action("TaxTypeSelector", "Common")
                
                    
                </div>
            </div>
            <div class="col-sm-8">
                @Html.Action("HeaderLinks", "Common")
                
            </div>
        </div>
    </div>
</div>
<div class="container">
    <div class="row">
        <div class="col-md-12">
            @Html.Partial("_Notifications")
        </div>
    </div>
</div>


...fine! Thanks again.
7 years ago
Hi all, i'm using this theme, but i have a problem; when i click on any product it give me every same error:

We're sorry, an internal error occurred.

Our supporting staff has been notified of this error and will address the issue shortly.

We apologize for the inconvenience.

Please try clicking your browsers 'back' button or try reloading the home page.

If you continue to receive this message, please try again in a little while.

Thank you for your patience.

the url result for example is: http://www.farashoponline.com/errorpage.htm?aspxerrorpath=/gu10-v-tac-faretto-spot-6w-220v-gu10-led-luce-3k-6k-110-gradi-450-l-vt-2888

when chenge theme, error not shown again.

Please help me!

Thank you
7 years ago
Is it possible to change color of short description and description in product page?

Im' trying, changing style.css, but color does not change.
Thank you
7 years ago
[email protected] wrote:
Hi all, i'm using this theme, but i have a problem; when i click on any product it give me every same error:

We're sorry, an internal error occurred.

Our supporting staff has been notified of this error and will address the issue shortly.

We apologize for the inconvenience.

Please try clicking your browsers 'back' button or try reloading the home page.

If you continue to receive this message, please try again in a little while.

Thank you for your patience.

the url result for example is: http://www.farashoponline.com/errorpage.htm?aspxerrorpath=/gu10-v-tac-faretto-spot-6w-220v-gu10-led-luce-3k-6k-110-gradi-450-l-vt-2888

when chenge theme, error not shown again.

Please help me!

Thank you


I have no found the issue from your site.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.