Hello what image sizes do the plugin require?
Reason almost every image size i test i can not get the image in the center.
Pavilion demo is down as well so i can not check, all i get is log in screen and way to get to frontpage
We used previously JCarousel but we had to deactivate it thanks to the loading time it took on the frontpage
3 Jcarousels equaled adding 1-2+ sec each on loading time
Hello
I think the "issue" that occurs on mobile, and that costumer finds confusing
(been involved now in user testing on mega menu and pavilion template )
It is how the Mega menu works togheter with som of the templates when costumers entering into a category page and the page have subcategories in it
The placement of the SUBCATEGORIES button is placed all the way at the bottom, which creates the feeling that there is no menu existing/ menu item is not working on mobile
Hello
i been looking trough the backend settings on the pavilion theme and i have a few questions regarding it
I am on a live site so i do not want to play around alot with alot of settings that can inflicts issues on the frontend
Are there any setting in the backend to have the mega menu collapsed from the start on the computer (except activating the full width slider from theme--> General setting ) ? in that case will the banner image stretch and occupy the free space ?
When using a full width slider in a pavilion what is the prefered width on the images there ?
I find image size from demo but not any prefered size on full width images
Hello
Out of the box the pavilion is not that mobile friendly (big images and only one and one product at a time)
But after just a few tweaks by insert a small code in the setting of the theme
Custom Head Styles It becomes a lot better (look at bottom for the code
For the shopping cart depending on what payment provider you havc chosen
i would recomend going for one step checkoput.
This is the code for tweaking responsive thatw e use
@media (min-width: 769px) {
.item-box {
width: 23.5%;
}
.item-box:nth-child(3n+1) {
clear: none;
margin-left: 2%;
}
.item-box:nth-child(4n+1) {
clear: both;
margin-left: 0;
}
}
@media all and (max-width: 480px) {
.item-box {
width: 49%;
margin-left: 2%;
}
.item-box:nth-child(2n+1) {
clear: both;
margin-left: 0;
}
}
Hello and thanks for the reply
I have all of those settings already activated (the images is showing on Mega menu)
But i can not find any setting that lets me control and show subcatagories box/image on that main category page like it does on mens clothing
Hello, i am after this function from the Demo
http://www.themes.pavilion.nop-templates.com/mens-clothing
Where do the subcategories with images on that category page come from (clothing shoes accessories)?
I have a category where i want that the category page should show all subcategories with category images attached just like Mens-clothing
but i do not seem to get it to work, is it a setting inside Nop that i missed or something that makes that possible