Hello,
It depends on the placement of the Mega Menu. If your menu is placed in the header div it will not work because the .home-page class is placed in the master-wrapper-content. If you are using nopCommerce version 3.8 you will have unique class on the html element of every page, so you could try replacing .home-page with .html-home-page. If you are using an older version of nopCommerce we can provide you with a different solution. Maybe you can submit a ticket about that issue.
Hello Ryan,
You will have no problem uploading smaller on height slider to the theme. The content of the page will just start closer to the top.
We can give you instructions on what to change to place the menu on top of the page, above the slider, but you will have to submit a ticket about that. We will send you some files you will have to replace, and attaching a file is not possible in our forum. If you decide to buy the theme just write us and mention this post and we will be happy to help you.
Hello,
Thank you for reporting this. We have included the link in the Footer of the theme. We will be deploying it to our servers shortly. If you like you could wait a couple of days and download the latest package of the theme, with the fix included, or you could submit a ticket about that issue and we can send you the modified Footer.cshtml file, which you can replace with the one in your theme.
Hello,
If I've understood you right, the problem is that the menu with the logo is sticking and is covering a large part of the screen on mobile device. We have included a setting, which gives you the opportunity to disable the stick of the logo on mobile devices. Just go to the Administration -> Plugins -> 7Sppikes Themes -> Nop Pavilion Themes -> Settings -> Additional settings and search for the Sticky Logo On Mobile Device checkbox.
Hello,
The theme has been Released. If you would like to take a look at it please feel free to visit the theme page or the two demos.
Hello,
This information is stored in your database, so you will just have to run both upgrade scripts. To be 100% sure that you don't loose any information our advice is to backup the database before you start running the scripts.
p.s. I see that you are upgrading from version 3.4 to version 3.7. Don't forget that you have to run first the upgrade scripts for 3.5, then for 3.6 and then for 3.7.
Hello,
This information is stored in your database, so you will just have to run both upgrade scripts. To be 100% sure that you don't loose any information our advice is to backup the database before you start running the scripts.
Hello,
You can try adding this css code to your Custom Head Styles textfield(Administration -> Plugins -> 7Spikes Themes -> Nop Nitro Theme -> Settigns):
.eu-cookie-bar-notification {
width: 100%;
left: 0;
right: 0;
bottom: 0;
top: auto;
margin: 0;
max-width: none;
height: auto;
}
.eu-cookie-bar-notification .content {
text-align: center;
}
.eu-cookie-bar-notification .content > * {
display: inline-block;
margin: 0 10px;
}
Hello,
To change the number of items to four for 768px and above you will have to replace the css code I provided you with to this one:
@media (min-width: 768px){
.home-page-category-grid .item-box, .sub-category-grid .item-box {
width: 23.5%;
margin: 0 0 2% 2%;
}
.home-page-category-grid .item-box:nth-child(2n+1), .sub-category-grid .item-box:nth-child(2n+1) {
margin: 0 0 2% 2%;
clear: none;
}
.home-page-category-grid .item-box:nth-child(3n+1), .sub-category-grid .item-box:nth-child(3n+1) {
margin: 0 0 2% 2%;
clear: none;
}
.home-page-category-grid .item-box:nth-child(4n+1), .sub-category-grid .item-box:nth-child(4n+1) {
margin-left: 0;
clear: both;
}
}
Hello,
I it possible for you to give us a livestore link for your website(if you want you can send it in a private message, so your website will not visible in the forum). This way we can investigate the problem and give you the best solution.