Close

Profile: Valentin

Avatar

User posts

dlencina wrote:
Hi!
I want to know how I can make the subcategories slide at the same height of the category that I'm making mouse hover.

This is how it is right now:



And this is what I want to achieve:



Has anybody did this before?
Thank you in advance!


Hello dlencina,

this is a customization to the original theme design and functionality and therefore we can suggest a possible solution but it has never been tested. So if you experience any kind of problems connected to it you would need to either handle them yourself or just revet the changes.

With that being said, if you want to achieve this you need to add the following code to your theme`s Custom Head Styles section:


@media all and (min-width: 1025px) {
    .category-navigation-list>li,
    .category-navigation-list-wrapper ul li:hover>.sublist-wrap>.sublist>li {
        position: relative;
    }
    .category-navigation-list>li>.sublist-wrap,
    .category-navigation-list-wrapper ul li:hover>.sublist-wrap>.sublist .sublist {
        margin-top: -26px;
    }
    .category-navigation-list-wrapper .sublist-wrap .sublist {
        min-height: 0 !important;
    }
}




Hope this was helpful.
Have a nice day!

Bugs
4 years ago

ChillyWilly wrote:
Hi guys,
hope you're doing great!
I think the inside zoom of the CloudZoom is not working properly while doing the quick view in a product. It acts really wierd compared when viewing it from the product page. i thought it was a thing in my page but it happens too in the demo site.
Take care and keep up the good work!


Hi ChillyWilly,

and thank you for pointing that out!

Indeed there was small misbehavior in the theme which we have now fixed and released an update for version 4.2 which you can download from our site. If you do not wish to update everything you can just update the following file:

~ Presentation\Nop.Web\Plugins\SevenSpikes.Nop.Plugins.QuickView\Themes\ArtFactory\Content\QuickView.css

Have a nice day!

mohsinalikhan110 wrote:
Is there any way to make nop templates jcarousel slider to be scroll vertically instead of horizontally..? I wants a vertical products slider on home page, and its viewmode to be as 'List' instead of 'Grid', as we have on category and manufacturer pages where we set viewmode as list or grid.

Is there any configuration available for jcarousel to make its viewmode as list or grid..?


Hi mohsinalikhan110,

unfortunately, you cannot achieve this with any settings from the admin panel. It would require serious modifications to the current plugin functionality and styling.

4 years ago

Vanja Vlaco wrote:
Hi,

I have a challenge with showing subcategories on picture hover on category page.
http://www.themes.pavilion.nop-templates.com/womens-fashion

For example, when you hover over Shoes category you can see Heels, Flats etc subcategories. For some reason I don't have that on my shop. And all of the subcategories have checked Published property. Am i missing something?

Thanks!


Hi Vanja Vlaco,

this is not expected behavior. If you have more than 3 levels of nested categories you should see a list of your sub-categories over your category boxes on the Catalog page.

Please submit a ticket and include in it an actual link to your store and admin credentials so we can investigate what the problem might be. Do not submit your admin credentials here, because others will be able to see them too.

4 years ago

webproject wrote:
Hi,
how show the language flags inline (no dropdown).
thanks


Hi webproject,

to achieve this, you need to go in your admin panel to Configuration -> Settings -> General Settings, and in the Localization section look for this setting - Use images for language selection.

Hope this was helpful.

4 years ago

OTH wrote:
Can you tell me how to make the products autoscroll?

I went to  Plugins > SevenSpikes.Nop.Plugins.SaleOfTheDay > Scripts > SaleOfTheDay.min.js

And changed autoplay: to TRUE

But nothing happens. :/


Hi OTH,

yes, that is because the code for the slider is located in the overriden by the Emporium theme Vieew file. You cna find it in the following file:

~ Presentation\Nop.Web\Plugins\SevenSpikes.Nop.Plugins.SaleOfTheDay\Themes\Emporium\Views\Components\SaleOfTheDay\SaleOfTheDay.cshtml

If you set the autoplay option to true there you will get the required effect. Make sure you edir the code starting on line 220 in the file.

Have a nice day!

4 years ago

Hello again, OTH,

this option is available only is some of our themes.

The screenshot you have taken is from the Emporium theme. And if you are using that one, in particular, you can change the SOTD background image from the admin panel -> Nop-templates -> Themes -> Emporium -> Settings -> Additional settings -> Sale Of the Day Background Image

Hope this was helpful.

4 years ago

OTH wrote:
Hi,

I was wondering where I would upload the background image like seen in this screenshot?





Hi OTH,

can you please attach the mentioned screenshot again so we can see the result you are trying to achieve?

Looking forward to your answer!

4 years ago

OTH wrote:
Hi,

Since upgrading nopCommerce over to version 4.20 I am unable to find _Availability.cshtml in the Product folder.

Did this file move somewhere else?



Hi OTH,

if you are referring to the Emporium theme, the _Availability.cshtml was never overridden for the theme and therefore - it is not in the theme`s Products folder.

You can find it in the common  ~ Nop.Web\Views\Product folder.

venkatgoud143 wrote:
Hi Valentin Kirov

Thanks for your reply.

Could you send me that updated file path or if it is possible to share the updated code. I will
add to my project.

Thanks,
Venkat Goud.



Sure venkatgoud143,

just submit a ticket with your request and I will send the file over to you.