Piter17 Posted February 7, 2018 Share Posted February 7, 2018 Witam, Przeszukałem chyba całe google i żaden z poradników nie mógł rozwiązać mojego problemu. Chciałbym na stronie laptop-sklep.pl ustawić domyślny widok w kategorii jako list, a nie grid. Niestety, nie jestem w stanie poradzić sobie ze zmianą pliku global.js, a dokładniej z tym fragmentem (chyba on odpowiada za widok): function bindGrid() { var storage = false; if (typeof(getStorageAvailable) !== 'undefined') { storage = getStorageAvailable(); } if (!storage) { return; } var view = $.totalStorage('display'); if (!view && (typeof displayList != 'undefined') && displayList) view = 'list'; if (view && view != 'grid') display(view); else $('.display').find('li#grid').addClass('selected'); $(document).on('click', '#grid', function(e){ e.preventDefault(); display('grid'); }); $(document).on('click', '#list', function(e){ e.preventDefault(); display('list'); }); } Czy jest ktoś w stanie pomóc mi przerobić ten kod, aby wyświetlany był prawidłowo? Wiem, że po zmianie należy zmienić jeszcze linijkę w pliku product-list.tpl. Link to comment Share on other sites More sharing options...
Daresh Posted February 7, 2018 Share Posted February 7, 2018 A ustawienie tego w module Theme Configurator nie działa? Link to comment Share on other sites More sharing options...
Piter17 Posted February 7, 2018 Author Share Posted February 7, 2018 1 minutę temu, Daresh napisał: A ustawienie tego w module Theme Configurator nie działa? Niestety nie działa:( Link to comment Share on other sites More sharing options...
Daresh Posted February 7, 2018 Share Posted February 7, 2018 Ale jak wchodzę na stronę to mam w kategoriach wszędzie list. Link to comment Share on other sites More sharing options...
Piter17 Posted February 7, 2018 Author Share Posted February 7, 2018 Właśnie nie wierzę o co chodzi... drugi dzień z tym walczę, czyszcze cache, uruchamiam na innej przeglądarce - nie działa. Odświeżam stronę po kosmetycznych zmianach w css, gdzie nie ruszałem tego 15 minut i działa. Czasami presta zaskakuje:) Temat chyba w takim razie do zamknięcia. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now