Close

Profile: Support

Avatar

User posts

10 years ago

Help make Nop-Templates products better. Share your ideas or feature requests related to the Nop HTML Widgets plugin for nopCommerce.

10 years ago

Help make Nop-Templates products better. Share your ideas or feature requests related to the Nop Attachments plugin for nopCommerce.

Bugs
10 years ago

Topic for reporting any Nop HTML Widgets problems.

IMPORTANT NOTE: There is a known issues with installing new plugins in nopCommerce. Please read this post for more information how to resolve it.

Bugs
10 years ago

Topic for reporting any Nop Attachments problems.

IMPORTANT NOTE: There is a known issues with installing new plugins in nopCommerce. Please read this post for more information how to resolve it.

Bugs
10 years ago

Topic for reporting any Nop Motion Responsive Theme problems.

10 years ago

Help make Nop-Templates products better. Share your ideas or feature requests related to the Nop Motion Theme for nopCommerce.

10 years ago

Topic for general discussion regarding the Nop Motion Responsive Theme.

10 years ago

MARIAAPOSTOLAKI wrote:
Hello,

I have created one page with the system name "wherearewe" that displays some info about the place where my shop is.

I have created at the "SupportedWidgetZones.xml" file a new widget zone with the name "slider_zone" and at the "TopicBlock.cshtml" I have changed the code:
        <div class="topic-html-content-body">
            @Html.Raw(Model.Body)
        </div>
into:
        <div class="topic-html-content-body">
            @Html.Raw(Model.Body)
            @if (Model.SystemName == "WhereAreWe")
            {
                @Html.Widget("slider_zone")
            }
        </div>

Although I have done all the above, the slider isn't displayed.

Can anyone help me please?!?!

P.S. I am using NopCommerce 3.10


Hi MARIAAPOSTOLAKI,

Can you please use the same system name in the view as it is shown in the administration, i.e. wherearewe lowercase. As you are making the compare with "==" it is case sensitive. Also have you mapped the slider to the "slider_zone" widget zone in the administration of the slider.

Best Regards!

10 years ago

burkay wrote:
Where can i access sample data for this theme


Please send an email to our support email and we will get back to you with information about the demo data.

Best Regards!

10 years ago

ylechasseur wrote:
Hi again ...

One more question, on the front page slider, I rather integrated my logo on my slider image than have it over it.

If I remove the logo in the front page in the code, does it will appear on all the other pages ?

I almost done.. simple tweaking and some minor adjustment ..

thanks for all

yves


Hi Yves,

There is a setting from the administration for uploading a logo, so you can remove it from there too. Thus no logo will be displayed on any page. If you have your logo in the slider that is shown on the home page, the slider with the logo will be displayed on the home page only.

Please let us know whether you want to have your logo displayed on all other pages, so that we can help you with more details.

Best Regards!