Close

Profile: Valentin

Avatar

User posts

Nop Mega Menu
5 years ago

shahhir wrote:
Dear sir,

              i have used your plugin of mega menu in my website as per your demo website but still i did not show image when i hover on my any category menu. can you please explain why my image not display in my menu as per your demo website.

https://drive.google.com/open?id=1YSwhulC16Zwzs2yikg6IV0vjWa2f0Jzc

Thanks


Greetings shahhir,

if you want to show the image in the drop-down menus you have to use the Anywhere Sliders plugin and to set it up to show in the categories-banner widget zone, like we are doing in our demo - see here.

For the Tiffany there we are using a combination of the Mega menu and the Anywhere sliders plugins to achieve this functionality.

wwrighter wrote:
Thanks for the reply.

Figured I would check out Poppy just to get a taste for what had been put together. I believe a lite bit of further investigation is required. I browsed from a samsung galaxy s9+ and was faced with this the moment I tried to scroll down.


Greetings wwrighter,

thank you for pointing that out. We fixed the issue will release an update by the end of the day for this. It is a problem that can occur only on our demos since it is caused by the demo-strip so it cannot happen on an actual customer site.

Have a nice day!

5 years ago

ryaneklipse wrote:
Hey everyone!

So I found a potential bug with cloud zoom using the jcarousel for the product thumbnails. The issue is that, only in desktop mode, the thumbnails repeat in the jacarousel. When in mobile / tablet, it has the correct number in images based on the product, which is strange. Is this potentially something on my side? We haven't made any changes to cloud zoom, and I don't think we've made any changes to the jcarousel either. Also when turning off the jcarousel option in the cloud zoom plugin, the product shows the correct number of images in desktop mode.

Also while I'm here, I have 2 questions about the jcarousel / cloud zoom. Is  there any way to change the option from dots to arrows? And if not, is there a way to change the active picture based on the dot clicked?

Thanks!



Greetings ryaneklipse,

there shouldn't be any issue with the thumb carousel but just to be sure - please submit a ticket and include a link to your site and possibly admin credentials in it.

Please do not post your credentials here because other users will be able to see them, too.


As for your other questions - yes, the dots can be changed to arrows. However, clicking on the dots to change the active image is a bit more complicated and it will take some customizations to achieve.

If you want this functionality then we can offer you our new service called Theme Tweaks. With this service, we can do the customizations you need and you will pay only for the time it takes us to implement them.

Looking forward to your answer!
Have a nice day!

5 years ago

gruddle wrote:
Hi there
I have a menu item with 3 sub-list items.
They display correctly on the mobile page but don't appear in a standard browser page.
I'm using the Urban theme on 4.0.

Any ideas?

Thanks


Greetings gruddle,

In order to investigate this issue we need access to your site so please, submit a ticket for this issue and include a link to your site and admin credentials in it.

Please, do not post your admin credentials here, because they will be visible to all our users.

Have a nice day!

5 years ago

ryaneklipse wrote:
Hey everyone!

I'm working on adding some different social icons, but would like to match the current format of the social icons on the prisma nop-template. Looking at the other icons, they use the prisma font-family which is defined here:



@font-face {
    font-family: 'prisma';
    src:  url('../font/prisma.eot?xwq28l');
    src:  url('../font/prisma.eot?xwq28l#iefix') format('embedded-opentype'),
    url('../font/prisma.ttf?xwq28l') format('truetype'),
    url('../font/prisma.woff?xwq28l') format('woff'),
    url('../font/prisma.svg?xwq28l#prisma') format('svg');
    font-weight: normal;
    font-style: normal;
}

I'm curious, is there any way to view the entirety of the font family? And if anyone knows specifically, does this font-family have an icon for Houzz?

Thanks!



Greetings,

yes, we are using icon-font for the icons in Prisma and you can see all of the icons in the font by going to this site.

Then you go in your file explorer to this location:

~ Presentation\Nop.Web\Themes\Prisma\Content\font

when you are there you drag and drop the prisma.svg file on the site you have just opened. A pop-up will show up on which you click OK. You will see all of the icons in the font generated.

If you want to use some of the icons you already have, just select all of the icons as described here. Then select Generate font on the bottom. This will give you the code you need to use for each icon.

DO NOT REARRANGE THE ICONS IN ANY WAY. This will change the code value and you will not be able to use them.

If you want to add more icons, just drag and drop them on top of the prisma font, then select them and then use the Move tool and drag them right at the end of the icons. This way the already existing icons will not lose their code value.

For more information please read the documentation of the site.

After you add your new icons to the font, you generate it and you download it you need to replace it in the above-mentioned location. Just as a precaution copy the original font somewhere so in case something breaks you can always switch the font back.

Hope this was helpful.

Bugs
5 years ago

[email protected] wrote:


Anybody please let me know why the category misaligned in Safari browser on my Iphone X ?


Greetings,

it seems you have an element which is stretching the whole page on mobile. As we inspected your site we found a large image with payment logos which you have inserted in a topic-page.

As I mentioned in the ticket, if you add the following code to your Custom Head Styles section, the problem should disappear:

.topic-block-body img {
     height: auto;
     max-width: 100%;
}

5 years ago

usrs wrote:
I'm using the defaultclean theme and want to change the height of the mega menu.

Looked at the css, but didn't see anything that looked right. Where would I change it?

Thanks!


Greetings,

can you please provide us with a screen-shot of the exact element you need to change the height to, because there are many elements in the MegaMenu and the height of the menu is usually set by the inner rows of elements.

chongtto wrote:
Yes I made some changes to the plugin for nop slider to divide the container into 2 panes: left and right. Is that not allowed?



Greetings again,

you are allowed to do any kind of modification to your theme, but we cannot provide support for issues that aren't caused by our products.

chongtto wrote:
My page shows html text before an image is getting rendered. Is there a way to get rid of this? This is from Anywhere Slider. See image below.

https://imgur.com/wg0V8KD

Thanks.


Greetings Chongtto,

first, let me ask you - have you done any modifications to the themes or plugins View files?

If not, please submit a ticket for this issue and include admin credentials in it, so we can investigate the issue.

DO NOT POST YOUR ADMIN CREDENTIALS HERE because they will be publically visible.

[email protected] wrote:
We prefer to show them in the filter menu.

We do want to use the subcategories in the menu.



https://drive.google.com/open?id=1UEI5adwHa7N3r-M9uTGljGaHyiqgu5p6


Greetings,

you can hide the sub-category boxes from your category page by adding the following code to your Custom Head Styles section, located in you admin panel -> Nop-templates -> Themes -> Pavilion -> Settings:

.category-page .category-grid.sub-category-grid {
    display: none !important;
}