suatsuphi

Results 59 comments of suatsuphi

Hi, I made an arrangement as follows. ![image](https://github.com/smartstore/Smartstore/assets/20780272/7be92835-fed1-41df-a7d0-af402fe2098d) ``` @using Smartstore.Web.Rendering.Menus @using Smartstore.Collections @using Smartstore.Core.Content.Menus @model MenuModel .navbar :hover > .dropdown-item { background-color: var(--dropdown-link-active-bg); } .navbar .dropdown-menu div > .dropdown-menu...

Can it be added to [5.2.0](https://github.com/smartstore/Smartstore/milestone/11)? ![image](https://github.com/smartstore/Smartstore/assets/20780272/a4d6d1d4-52b1-4592-85fe-b4ee53f86699) css ``` .navbar .dropdown-group:hover > .dropdown-item { background-color: var(--dropdown-link-active-bg); } .navbar .dropdown-menu div > .dropdown-menu { display: block; visibility: hidden; opacity: 0; position:...

but when we add a submenu, the menu does not appear

yes it works for categories but sometimes you may need it for pages. may be required for pages, even available in admin menus. Anyway, you used a precise language that...

https://github.com/smartstore/Smartstore/commit/f33f8407cc6232cec31f667698bb117da69aa925

Where can I download Media-Manager, can you give me a link? I couldn't find it in the market.

nakliye.mp4 this file exists here: https://core.smartstore.com/backend/admin/mediamanager/?path=catalog Cauld you test in debugging mode on visual studio? https://localhost:44325/ upload video for any product and view product

I'm not working on hosting. I run the project on visual studio After refreshing the page last seconds, not displayed the preview image.

the image doesn't come from the url here. it is a video http://localhost:44325/media/253/catalog/nakliye2.mp4?size=680

https://github.com/smartstore/Smartstore 1- I downloaded and ran the project 2- SQL Server or SQLITE and Media storage= File System that I did the installation by selecting 3- I have attached any...