greg1987gt Posted April 8, 2016 Share Posted April 8, 2016 Witasz chcę usunąć breadcrumb, przeszukałem plik global.css oraz product.tpl. Nie mogę znaleźć liniki odpowiedzialnej za wyłączenie tej opcji. Pliku breadcrumb.tpl nie ruszałem. Ma ktoś jakiś pomysł. Pozdrawiam, Grzegorz Link to comment Share on other sites More sharing options...
0 () Maciej () Posted April 9, 2016 Share Posted April 9, 2016 (edited) w pliku breadcrumb.tpl zmieniamy diva breadcrumb i dodajemy display: none; W efekcie otrzymamy: <div class="breadcrumb" style=" display: none;"> Edited April 9, 2016 by () Maciej () (see edit history) Link to comment Share on other sites More sharing options...
0 endriu107 Posted April 9, 2016 Share Posted April 9, 2016 Ja osobiście lubię breadcrumb, google też lubi. 1 Link to comment Share on other sites More sharing options...
0 greg1987gt Posted April 9, 2016 Author Share Posted April 9, 2016 (edited) Witam, zmieniłem diva i niestety nic to nie dało. Oryginalna linka : <div class="breadcrumb clearfix"> Zmieniłem na : <div class="breadcrumb clearfix" style=" display: none;"> Także próbowałem taka jak podałeś. Pozdrawiam, Grzegorz Edited April 9, 2016 by greg1987gt (see edit history) Link to comment Share on other sites More sharing options...
0 endriu107 Posted April 9, 2016 Share Posted April 9, 2016 Masz włączoną kompilacje szablonu? Link to comment Share on other sites More sharing options...
0 greg1987gt Posted April 9, 2016 Author Share Posted April 9, 2016 Tak mam włączoną opcje : Wymuś kompilację Link to comment Share on other sites More sharing options...
0 endriu107 Posted April 9, 2016 Share Posted April 9, 2016 Podaj link do sklepu. Link to comment Share on other sites More sharing options...
0 endriu107 Posted April 10, 2016 Share Posted April 10, 2016 Plik global.css linia 6894 dodaj display: none; Poza tym to co pisał () Maciej () żebyś dodał nie jest widoczne w kodzie więc albo tego nie dodałeś, albo dodałeś w złym pliku, albo nie masz włączonej kompilacji i wyczyszczonego cacheu. Link to comment Share on other sites More sharing options...
0 greg1987gt Posted April 10, 2016 Author Share Posted April 10, 2016 (edited) Plik global.css linia 6894 : .breadcrumb { A dalej poniżej : padding: 10px 0; overflow: hidden; position: relative; z-index: 1; text-transform:uppercase; color:#333; background:#f5f5f5; margin-bottom:15px; } To co podał Maciej powinno być : <div class="breadcrumb" style=" display: none;"> czy <div class="breadcrumb clearfix" style=" display: none;"> Bo w moim breadcrumb widnieje jeszcze clearfix. Edited April 10, 2016 by greg1987gt (see edit history) Link to comment Share on other sites More sharing options...
0 endriu107 Posted April 10, 2016 Share Posted April 10, 2016 W pliku global.css przed zamykającym tagiem } dodaj to co pisałem. Link to comment Share on other sites More sharing options...
0 greg1987gt Posted April 10, 2016 Author Share Posted April 10, 2016 Więc tak mam ustawione : Wymuś kompilację i Wyczyść pamięć podręczną za każdym razem kiedy coś zostanie zmienione. W pliku breadcrumb.tpl mam tak jak podał Maciej : <div class="breadcrumb clearfix" style=" display: none;"> W pliku global.css mam .breadcrumb { padding: 10px 0; overflow: hidden; position: relative; z-index: 1; text-transform:uppercase; color:#333; background:#f5f5f5; margin-bottom:15px; display: none; } Teraz po kliknięciu w kategorie lub ścieżkę strona się ładuje i zostaje biała. Tak jakby się nie załadowała. Link to comment Share on other sites More sharing options...
0 endriu107 Posted April 10, 2016 Share Posted April 10, 2016 Włącz tryb debugowania. Link to comment Share on other sites More sharing options...
0 greg1987gt Posted April 10, 2016 Author Share Posted April 10, 2016 Tryb debugowania jest włączony. Ustawione : Wyłącz moduły nie od PrestaShop Nie Wyłącz wszystkie nadpisywania Nie Link to comment Share on other sites More sharing options...
0 endriu107 Posted April 10, 2016 Share Posted April 10, 2016 Czytamy podpięte tematy: https://www.prestashop.com/forums/topic/272660-500-error-b%C5%82%C4%99dy-bia%C5%82a-strona-instrukcja-dotycz%C4%85ca-trybu-debugowania/ Link to comment Share on other sites More sharing options...
0 endriu107 Posted April 10, 2016 Share Posted April 10, 2016 Cofnij zmiany z pliku breadcrumb.tpl i pozostaw tylko te w global.css Link to comment Share on other sites More sharing options...
0 greg1987gt Posted April 10, 2016 Author Share Posted April 10, 2016 Więc tak po przywróceniu breadcrumb nadal widnieje na stronie. Po zbadaniu w chrome posiada on clase breadcrumb clearfix. Link to comment Share on other sites More sharing options...
0 endriu107 Posted April 10, 2016 Share Posted April 10, 2016 Nadal nie ma w global.css tego co pisałem. Link to comment Share on other sites More sharing options...
0 greg1987gt Posted April 10, 2016 Author Share Posted April 10, 2016 (edited) W global.css szablonu który jest używany jest tak od 6894 do 6904 liniki : .breadcrumb { padding: 10px 0; overflow: hidden; position: relative; z-index: 1; text-transform:uppercase; color:#333; background:#f5f5f5; margin-bottom:15px; display: none; } Edited April 10, 2016 by greg1987gt (see edit history) Link to comment Share on other sites More sharing options...
0 endriu107 Posted April 10, 2016 Share Posted April 10, 2016 W /themes/ps_glori/css/global.css? Link to comment Share on other sites More sharing options...
0 greg1987gt Posted April 10, 2016 Author Share Posted April 10, 2016 (edited) Tak. Mogę przesłać Ci ten plik. http://wyslijto.pl/plik/y6tndyqsfn Edited April 10, 2016 by greg1987gt (see edit history) Link to comment Share on other sites More sharing options...
0 endriu107 Posted April 10, 2016 Share Posted April 10, 2016 To znaczy że masz gdzieś jeszcze jakieś cachowanie włączone, ponieważ ja nie widze tych zmian w pliku, sam zobacz w firebugu. Link to comment Share on other sites More sharing options...
0 greg1987gt Posted April 10, 2016 Author Share Posted April 10, 2016 (edited) Ustawione mam tak : Kompilacja szablonu - Wymuś kompilację Pamięć podręczna - TAK Typ cacheowania - System plików Wyczyść pamięć podręczną- Wyczyść pamięć podręczną za każdym razem kiedy coś zostanie zmienione FUNKCJONALNOŚĆ CCC - wszystko na nie CACHE - Użyj pamięci podręcznej - NIE Z tego co widzę sklep wykrywa zmianę plików. Brakujące pliki (3) : CONTRIBUTORS.md README.md CONTRIBUTING.md Zaktualizowane pliki (4): sytvxv/themes/default/css/admin-theme.css sytvxv/themes/default/css/schemes/admin-theme-blue.css sytvxv/themes/default/template/footer.tpl config/defines.inc.php Bo także szukam opcji jak stopkę i logo prestashop przesunąć z inna stronę z panelu administracyjnego i nie mogę znaleźć. Edited April 10, 2016 by greg1987gt (see edit history) Link to comment Share on other sites More sharing options...
0 () Maciej () Posted April 11, 2016 Share Posted April 11, 2016 Możesz użyć !important w tej klasie w pliku CSS i będzie po problemie. Gdzieś jeszcze musisz mieć w jakimś CSS powieloną tą wartość breadcrumb, przez co wartość z global.css jest nadpisywana. .breadcrumb { padding: 10px 0; overflow: hidden; position: relative; z-index: 1; text-transform:uppercase; color:#333; background:#f5f5f5; margin-bottom:15px; display: none !important; } Link to comment Share on other sites More sharing options...
0 greg1987gt Posted April 11, 2016 Author Share Posted April 11, 2016 (edited) Niestety dodanie important nic nie dało. Ogólnie dziwne jest to że ustawiłem koszyk po prawej stronie, jednak cały czas ląduje na środku. Wydaje mi się także że plik global.css jest nadpisywany tylko gdzie to znaleźć. #category .breadcrumb,.module-csblog-categoryPost .breadcrumb { margin-bottom:0; } .breadcrumb { padding: 10px 0; overflow: hidden; position: relative; z-index: 1; text-transform:uppercase; color:#333; background:#f5f5f5; margin-bottom:15px; display: none !important; } .breadcrumb .navigation-pipe { position:relative; font-size:0; margin:0 8px; } .breadcrumb .navigation-pipe:before{ display: inline-block; content: "\f105"; position: relative; right: 0px; top: 0; font-size:13px; font-family:"FontAwesome"; color:#848484; } .breadcrumb a { display: inline-block; position: relative; z-index: 2; color: #848484; } .breadcrumb a:hover { color: #333; } Edited April 11, 2016 by greg1987gt (see edit history) Link to comment Share on other sites More sharing options...
0 endriu107 Posted April 11, 2016 Share Posted April 11, 2016 A jak usuniesz całkowicie plik global.css z serwera to sklep nadal działa poprawnie? Tylko zrób kopie przed próbą Link to comment Share on other sites More sharing options...
0 greg1987gt Posted April 11, 2016 Author Share Posted April 11, 2016 (edited) Tak działa poprawnie. Tylko np nie ma tłumaczeń na niektórych obiektach. Np wcześniej był Koszyk(Pusty) teraz jest Cart (Empty). Ale po zmianie języka wszystko wraca do normy. Edited April 11, 2016 by greg1987gt (see edit history) Link to comment Share on other sites More sharing options...
0 endriu107 Posted April 11, 2016 Share Posted April 11, 2016 Skoro po wywaleniu głównego pliku styli działa poprawnie to: a. nie ten plik (zły folder?) b. coś trzyma w cache 1 Link to comment Share on other sites More sharing options...
0 greg1987gt Posted April 11, 2016 Author Share Posted April 11, 2016 (edited) a ) na pewno dobry plik scieżka ps_glory i to ten szablon jest użyty, defaultowy mogę usunąć b ) cache wykasowałem z przeglądarki, serwer został przeładowany niby, a z folderu cache prestashop wykasowałem wszystkie pliki Mogę udostępnić pliki szablonu endriu107 jeśli chcesz Problem rozwiązany. Temat do zamknięcia. Dziękuje endriu107 i Maciejowi za pomoc. Edited April 11, 2016 by greg1987gt (see edit history) Link to comment Share on other sites More sharing options...
0 endriu107 Posted April 12, 2016 Share Posted April 12, 2016 To jeszcze napisz co pomogło że temat rozwiązany. Link to comment Share on other sites More sharing options...
0 greg1987gt Posted April 12, 2016 Author Share Posted April 12, 2016 Cache Serwerowy prawidłowo nie został wyczyszczony. Link to comment Share on other sites More sharing options...
0 endriu107 Posted April 12, 2016 Share Posted April 12, 2016 A jednak... Link to comment Share on other sites More sharing options...
Question
greg1987gt
Link to comment
Share on other sites
30 answers to this question
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