layout problem

This topic has been marked as resolved.

Hello support,

I want my products to show in a list, but it isnt working,
i set store/product listing/ to list, but it is always grid.
How to fix this.

https://deonlinekaarsenwinkel.nl/

May 26, 2017 at 5:13 pm #59377

Hi,

Product listing type is saved in a cookie once changed and then used throughout the website system pages. Default listing type setting is used for new customers that haven’t set their preferred style.

BR,
ThemeBurn team

May 30, 2017 at 12:26 am #59448

Thats not it, when i set default list, and i want to set 1 page grid it stays list.
I tried different browsers and computers.

May 30, 2017 at 11:11 pm #59501

Hi,

Can you please provide full description which page exactly you have set to list and which to grid. We will also need admin access to check your settings.

You can use hidepost to share private information with the support staff.

BR,
ThemeBurn team

May 31, 2017 at 4:43 pm #59511

Hello, to access my site you need….

standard layout is list and (kaarsen bedrukken) must be grid.

Thanks for the help!

May 31, 2017 at 5:03 pm #59522

not happy with the program, still stuck on grid and list settings, en lots of errors in the error log.

June 1, 2017 at 9:59 pm #59575

Hi,

Please provide username and password.

Thanks,
ThemeBurn team

June 2, 2017 at 11:01 am #59584

Hi

i have two tickets on the same subject now, sorry for that.
i have set everything to grid now so it looks better, but some pages i want set to list, but that wont hold, always back to grid, cant do both.

if you can take a look and tell me what i do wrong, thanks

June 5, 2017 at 1:35 pm #59641

Hi,

We see now what exactly you mean, but I fear your request is not possible to fulfill. System pages with product listing cannot have different layouts. They are either grid or list depending on what the user has chosen from the filter bar.

http://i.imgur.com/IHD5qOR.png

If you hide the bar, the default listing type will be used.

This is not valid for any of the default Page Builder blocks that list products.

BR,
ThemeBurn team

June 6, 2017 at 5:12 pm #59673

oke, thank you

June 8, 2017 at 12:35 am #59695

Hello,

I have another question,

I have a category with sub categories, the main category has no products in it but it is still clickable

how can i make this not clickable.

thank you

June 8, 2017 at 1:01 am #59696

Hi,

Here is some custom JS that will prevent the two empty categories to be clickable:

$(document).ready(function() {
$('#menu_category_Menu_VIfWm2LT_65 > a, #menu_category_Menu_VIfWm2LT_59 > a').bind('click', function() {
  return false;
});
});

Add this code from the Theme CP > Theme Settings > Custom > Custom Javascript text field.

P.S. Please have in mind that this solution is not universal. If you create another empty top level category you will need to add its selector in the above code.

BR,
ThemeBurn team

June 9, 2017 at 12:03 pm #59741

Hi,

Thank you, happy with it

Greetings,
Chris

June 9, 2017 at 12:47 pm #59747

Glad we’ve managed to help, Chris!

BR,
ThemeBurn team

June 9, 2017 at 1:15 pm #59749

Hi,

I just saw that the subcategies are also not clickable, so i removed the custom java,
Onley the empty main category must be not clickable.
Can this be done

Thank You

Greetings,
Chris

June 9, 2017 at 1:27 pm #59750
Viewing 15 posts - 1 through 15 (of 18 total)
  • You must be logged in to reply to this topic.