Reply To: need help on this ticket #10035425

#10035573
Support
Keymaster

Hello,

when i load the page all products are hidden until the product filters are used. how do i make the all work default active.

Seems you already resolved this issue, right ?

another question is there a switch i can use to change the menu on mobile

Unfortunately not. The mobile menu always will be a hamburguer button that expands and show the menu items.

so i use the tabs on large displays but on mobile i need it to switch to the select instead.

The template do not comes with code to switch a tab to select and vice-versa. An alternative is display the tabs code in large screens and hide on small screens. The same with select, but vice-versa.

Example:

<!-- HIDDEN ON MOBILE BUT VISIBLE ON LARGE SCREENS -->
<div class="d-none d-lg-block">
    <!-- TABS CODE GOES HERE -->
</div>

<!-- VISIBLE ON MOBILE BUT HIDDEN ON LARGE SCREENS -->
<div class="d-lg-none">
    <!-- SELECT CODE GOES HERE -->
</div>

Another question. do you have a layout switch created to change between list view and grid view? just wondering i do not see one.

Unfortunately the template does not comes with a javascript code to switch without reload the page. These buttons are links, so probably the best way is create separated pages for each button. Example: For the grid button you can maintain your products grid page (https://stage.codecorp.com/products) and for the list link you can use as base this layout (https://www.okler.net/previews/porto/8.2.0/shop-1-column-full-width.html)

Do you guys have a way to add a search to the filters also?

Unfortunately not, the template does not comes with a ready feature for that.

We hope this helps and clarify your questions!

Let us know if you need further assistance.

Kind Regards,

Rodrigo.


If you are satisfied with Porto HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads