Close

Profile: Valentin

Avatar

User posts

Freddy1234 wrote:
Just wanted to add a better image looks like a grey overlay on there


Do not seem to be able to control the text on the color in the box either :)
i thought it was .search-box-text that controlled it but nothing happens when i change color there


Greetings Freddy,

if you want to change the background of the search bar to a solid color you need to use this selector with a HEX color code:


.store-search-box input.search-box-text {
     background-color: #ffffff; /* Change this HEX to whatever you want */
}



As for the color of the placeholder in the search bar you need to use this selector:


.store-search-box input.search-box-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
.store-search-box input.search-box-text::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
.store-search-box input.search-box-text:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
.store-search-box input.search-box-text:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}

Freddy1234 wrote:
I think my issue is mostly the navigation back after you are at the end of a category branch
For Example if you go here:
http://www.themes.pavilion.nop-templates.com/engine-oil-fluids

And now try navigate back to the layer/ category above, the Tools, Maintanance & Care category in a good simple way.

Ofcourse Breadcrumbs can at first sound as the easiest way doing this
Bbut do costumers really understand that they need to use that one ?
(we understand, but we do work within Ecommerce)

Try and use the main navigation to get to the layer above (think about doing that but only on  a much bigger store/category structure then the demo site

That is why i was asking regarding questions regarding menu :) and settings before i probably will have my developers to try to solve it :)

Would love seeing a solution something like this

If a subcategory ,do not have any subcategories  attached show the previous category menu before that one

Otherwise like the Template it gives many options and settings that works very good



Thank you for your consideration. But as we have already many clients using the side menu with its current functionality such modification cannot be implemented globally.

You can always use our User Voice portal to make such suggestions, this way we would see how many others find it useful and figure out if we should implement it or not.

Have a nice day!

Freddy1234 wrote:
Is there any setting in pavilion theme that let you control the the ability to keep showing  the left hand Meny on subcategories?

Reason that i am asking is that when entering into a subcategory on pavilion theme for example

Main category is clothes and  sub category is footwear, but i also have headwear, T-shirts etc under the same Menu

The only way now to navigate back is by using breadcrumbs trail or go trough top mega menu again  (Not very user friendly) When having around 15 main categories that contains around 200-300 subcategories and containing 25000+ products

But if i could keep the Main category menu even when into a subcategory that would help alot
this is how it looks when being in one subcategory now


Greetings,

there is no such setting in the Pavilion theme, but you have your main navigation available at all times on click in the header - allowing you to access all of your main Categories.

You also have a side menu with all your Sub-categories in the Catalog page, available for each Category selected from the main menu.

Our customers have many levels of sub-categories and for such cases, this is as user-friendly as it can be.

Thank you for your suggestion.
Have a nice day!

6 years ago

neilzb wrote:
Hi Guys,

Is there any way to change the page size that the Mega Menu responsive design kicks in? We have found that the responsive version of the nav works better for our site so would like to get it so it always shows the responsive mobile version, even on desktops.

Thanks
Neil


Greetings Neil,

unfortunately, what you are asking for is not possible. It would require many modifications on the styling of the menu and the theme itself.

Have a nice day!

Sticky menu
6 years ago

niterider wrote:
Hi. How can I change css file that Menu act like a sticky menu. When I scroll the page I want to menu stay at top


Greetings,

such functionality is too risky to implement on this theme since it was never intended and therefore it might cause a lot of problems and bugs on the different pages of your site.

However, we took our time and figured out a possible solution for you, in case you still want to try it. But have in mind that if any problems occur in the future you would need to deal with them yourself.

Just go in your theme administration panel -> Nop-templates -> Themes -> Brooklyn -> Settings and add the following code to your Custom Head Styles section:


@media (min-width: 1025px) {
.master-wrapper-page {
     margin-top: 134px;
}

.admin-header-links,
.header {
     position: fixed;
     top: 0;
     width: 100%;
     background-color: #fff;
     z-index: 1020;
}

.admin-header-links + .header {
     top: 35px;
}

.admin-header-links + .header + .overlayOffCanvas + .responsive-nav-wrapper-parent + * {
     margin-top: 168px;
}
}


If you are satisfied with the result, we would appreciate it if you took your time to leave a positive feedback on our theme here.

Freddy1234 wrote:
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


Greetings,

the layout of the mobile versions of the themes has been designed this way by our UX/Design team. If you have any improvement suggestions you can use our UserVoice portal and if many other customers find it useful we would then consider applying them.

6 years ago

Freddy1234 wrote:
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


Greetings,

Could you please write me a personal message with a link to your site, and give me some admin credentials, so we can investigate the issue.

Do not post the credentials here directly because everybody will be able to see them and do modifications on your site!

6 years ago

Freddy1234 wrote:
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



Greetings,

for the Sub-categories to appear on your Category page with their images, you need to go in your theme administration panel -> Catalog -> Categories and add the category you want to display by clicking the Add new button.

If you have already added all the categories you want to display, then you need to click Edit on each of those categories and follow these steps:

1) On top of the page, right under the title you will see a toggle button which switches between Basic and Advanced mode, make sure you are on Advanced.

2) Upload an image for your category from the Upload a file button

3) Check the Published checkbox

4) Click Save on top of the page

Here is an image of all the settings you need:



Have a nice day!

usrs wrote:
Do you have to click the Menu to get this? If I click the menu, I do get it, but when I just get to the site it doesn't display. Looks like on some devices it shows, and some it doesn't. http://mobiletest.me/google_nexus_7_emulator/?u=http://www.usreloadingsupply.com I did see a couple of phones where it does show immediately and some where it doesn't (like the link above.) Thanks!


Greetings,

well as far as I understand your questions is - Why is main navigation menu collapsed on mobile devices, and it shows only when you click it?

Feel free to correct me if I'm wrong.

However, if that is the case, then I must tell you that this is how the mobile navigation works on every responsive/mobile website. It is made that way in order to prevent bad user experience if the navigation is too long e.g. when it has many categories and sub-categories.

You do have to click the Menu button in order to expand the mobile navigation, and the same goes for the Manufacturers dropdown that you have.

Looking forward to your answer!

usrs wrote:
Sorry, I should have posted a link.  www.USReloadingSupply.com  
I'm seeing the issue on a Samsung Note 5. Thanks


Greetings,

we tested your site on multiple devices, but we cannot seem to reproduce the issue. Check the attached images for reference.

Note 4
Note 8
Galaxy S5

Can you tell us what kind of browser are you using on your device, and maybe give us some screenshots.

Looking forward to your answer.