Close

Profile: Deni

Avatar

User posts

10 years ago

goldenzh wrote:
Hi, guys:
I would like to add anywhere sliders on: before the content, then with language and sections and even link to some url...
first step: cannot find anywhere slider work fine with language, it is not work.
http://yasakart.com/chair-2

thanks a lot.

yours
golden


Hello, this was a little bug in the Sliders, but now it is fixed and tested and you can download the latest package from our website.

10 years ago

jmbusquets wrote:
How I can display the content of HomePageText Topic?


Hello, which theme are you using?

10 years ago

mukulsareen wrote:
i'm using nopcommerce 3.2 and latest mega menu plugin. But their is no option to define how much layer for flyout


Hello,

In our MegaMenu plug-in we have three different category templates, which can be changed in the administration. The template with pictures has 3 levels of depth. The Infinite category template shows all available nested categories. If you want a setting for the number of shown levels, please suggest it to our User Voice Portal where all customers can vote for it.

Best Regards!

10 years ago

JesseM wrote:
Hello. We currently have a jcarousel set up on each of our products that pull data from their related products. Would it be possible to use quickview within jcarousel much like the default related products does?


Unfortunately, our JCarousel does not have such functionality. There is a ticket in our User Voice Portal where you can vote up for this feature.

Regards!

10 years ago

Hello,

We can confirm that in latest version of 3.2 there is multi-store support (It was fixed in the middle of January, 2014) .

We have fixed the problem in 3.3 and it will be available for download until the end of the day.

Regards !

10 years ago

axiomax wrote:
Hello,

We are customizing the Neo Fashion Theme and we´d like to change the main image from home with an slider and 2 ads as you can be see here: http://www.axiomax.co/Clientes/Tiendacol/MainImage.jpg

We are not expertrs in Nop so we´d like a recommendation how is the best way to modify NeoFashion them to do it.

Thanks,


Hello,

You have to complete few steps to get the result you want.

1. You must open this file ~\Plugins\SevenSpikes.Nop.Plugins.AnywhereSliders\Themes\NeoFashion\AdditionalSupportedWidgetZones.xml and add these new widget zones:

  
<WidgetZone>home_page_slider_right_top</WidgetZone><WidgetZone>home_page_slider_right_bottom</WidgetZone>


2. Next you must add them in the home page view: ~\Themes\NeoFashion\Views\Home\Index.cshtml and add elements with classes used for styling:

before (remove the bold line):

@{
    Layout = "~/Views/Shared/_ColumnsOne.cshtml";
}
<div class="page home-page">
    <div class="page-body">
        @Html.Widget("home_page_top")
        @Html.Widget("home_page_slider_top")
        @Html.Action("TopicBlock", "Topic", new { systemName = "HomePageText" })
        @Html.Action("HomepageCategories", "Catalog")
        @Html.Action("HomepageProducts", "Catalog")
        @Html.Action("HomepageBestSellers", "Catalog")
        @Html.Widget("home_page_after_products_and_categories")
        @Html.Action("HomePageNews", "News")
        @Html.Action("HomePagePolls", "Poll")
        @Html.Widget("home_page_bottom")
    </div>
</div>



after(add the bold lines):

@{
    Layout = "~/Views/Shared/_ColumnsOne.cshtml";
}
<div class="page home-page">
    <div class="page-body">
        @Html.Widget("home_page_top")
        <div class="home-page-custom-sliders">
            <div class="center-slider">
                @Html.Widget("home_page_slider_top")
            </div>
            <div class="center-side-sliders">
                <div class="side-top-slider">
                    @Html.Widget("home_page_slider_right_top")
                </div>
                <div class="side-bottom-slider">
                    @Html.Widget("home_page_slider_right_bottom")
                </div>
            </div>
        </div>

        @Html.Action("TopicBlock", "Topic", new { systemName = "HomePageText" })
        @Html.Action("HomepageCategories", "Catalog")
        @Html.Action("HomepageProducts", "Catalog")
        @Html.Action("HomepageBestSellers", "Catalog")
        @Html.Widget("home_page_after_products_and_categories")
        @Html.Action("HomePageNews", "News")
        @Html.Action("HomePagePolls", "Poll")
        @Html.Widget("home_page_bottom")
    </div>
</div>


3. We must style the new elements in this file: ~\Plugins\SevenSpikes.Nop.Plugins.AnywhereSliders\Themes\NeoFashion\Content\nivo\nivo.css  add this code to the end of the file:


.home-page-custom-sliders {
    overflow: hidden;
}
.center-slider {
    float: left;
    width: 74%;
}
.center-side-sliders {
    float: right;
    width: 24%;
}
.center-side-sliders > * {
    height: 183px;
    overflow: hidden;
}
.center-side-sliders .side-top-slider {
    margin-bottom: 14px;
}


4. Then you must restart nopCommerce.

5. Now you can go to our AnywhereSliders in the admin site and create three new sliders.

The first one must have this widget zone: home_page_slider_top (I have tested it with picture height: 391px)

The second must have this widget zone: home_page_slider_right_top .
And the third slider must have this one: home_page_slider_right_bottom (I have tested it with pictures height: 189px)

This is just a sample styling - you can further customize.

Hope this helped you !

10 years ago

naresh wrote:
Filters not working after migrating to nop3.3 i have ultimate package, please help, you check the issue on wip.lebhi.com


Hello,

We can not see the problem on your site, because the store is closed.

Anyway, on our demo they are working: http://demos.nop-templates.com/blu-ray-dvd-players

Please, provide more information, about that problem - for example the System Log info.

Regards!

10 years ago

UserThomas wrote:
Also, how do I move everything that shows up in the right column over to the left?  EX: category lists, sorting options, manufacturers list...

I also want to switch the product information with the picture. I want the picture on the left and info. on the right.

What do I need to change?


Hi,

Please use the following css in order to make your changes.

@media screen and (min-width: 1001px){
.product-details-page .overview {
margin-left: 620px;
margin-right: 0;
}
}
@media screen and (min-width: 769px){
.ui-tabs {
float: left
}
}
@media screen and (min-width: 769px){
.product-details-page .overview {
float: right;
}
}
.side-2 {float: left;}
.center-2 {float: right;}

Hope that helps!



I have successfully integrated my custom.css file and it is accepting style changes.  When I enter this into the custom.css and adjust my browser below 1001px to check the responsive part, the page doesn't load correctly.  This only happens on the category pages with sub-categories in it.

The ajax filters Title blocks are smashed on the left side and the sub-categories are VERY small on  the far fight.  It's like the filters vertical bar is taking up all the screen room.


Hello,

We have tried to give you guidelines how to do it. We expect you to be a little familiar with CSS as you want such changes. We are not able to make this changes for the whole theme because it is very time consuming task.

Best Regards !

10 years ago

peter.larsson wrote:
Hi,
We have a problem on our site and it seems that the Mega Menu items are cached globally.

This is the scenario:
If I log in as a user with full access, 4 product categories are visible. I then log out and log in as a user with access to 2 of these 4 categories; I still see the 4 categories.

When I log in as admin and clear the cache in another browser and reloads, everything looks fine, my user can see 2 of the 4 categories as expected. However, when I log out and log in with my user with full access to the 4 categories, that user only sees 2 categories. Of course when I clear the cache as admin in another browser and reloads the user sees all 4 categories again.

This is my conclusion:
Depending on the cached values, many of our customers who should be able to buy from all four categories will never be able to enter these categories.

To those users who do not have access to all categories can see the ones they shouldn't.

My question:
How can I fix this?

If I cant, what is the point with ACL support?

Best regards,
Peter Larsson!


Hi, Peter !

Will you let us know which version of the MegaMenu plug-in are you using?

As you assumed it looks like a caching issue. We will test and come up with a solution.

Best Regards !

alextretij wrote:
in Menu7Spikes.cshtml
new code

    var adminMenuPlugins = EngineContext.Current.Resolve<Nop.Core.Plugins.IPluginFinder>()
        .GetPlugins<IAdminMenuPlugin>()
        .Where(x => x.Authenticate() && x.PluginDescriptor.SystemName.Contains("SevenSpikes"))
        .ToList();


old code

    var adminMenuPlugins = EngineContext.Current.Resolve<Nop.Core.Plugins.IPluginFinder>()
        .GetPlugins<IAdminMenuPlugin>()
        .Where(x => x.Authenticate())
        .ToList();


Hello,

We have fixed the problem and will deploy it tomorrow at the latest.