Hallo zusammen,
ich nutze das Empire Theme und nach ein paar Anpassungen ist das Dropdown Menü “Sort By” verschwunden.
Wie kann ich es zurückholen?
Vielen Dank für eure Hilfe
Hallo zusammen,
ich nutze das Empire Theme und nach ein paar Anpassungen ist das Dropdown Menü “Sort By” verschwunden.
Wie kann ich es zurückholen?
Vielen Dank für eure Hilfe
Please give us the store URL then we will able to help you
Hi @Timcim ,
Please share website URL.
Hi @Timcim
german translation below.
Either restore a backup theme if you made one, or try file rollbacks if you customized any theme files.
Also try disabling any possible relevant apps to see if they are interfering; notably any third party search or filters apps|services.
The collection navbar is hidden by this rule:
.productgrid--utils {
display: none;
background-color: #e8edf3;
table-layout: fixed;
}
From this file: https://geruestexpress.de/cdn/shop/t/13/assets/theme.aio.min.css?v=67040106309348361241737649275
Note the “aio” as that may indicate a buildstep, third party style, etc.
You either need to fix that at the source, or use a band-aid override that doesn’t fix that actual problem:
Using a custom-css setting:
https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css
.productgrid--utils {
display: block !important;
}
Google translated german:
Stellen Sie entweder ein Backup-Design wieder her, falls Sie eines erstellt haben, oder versuchen Sie Datei-Rollbacks, falls Sie Designdateien angepasst haben.
Versuchen Sie auch, alle möglicherweise relevanten Apps zu deaktivieren, um zu sehen, ob sie stören; insbesondere alle Such- oder Filter-Apps/-Dienste von Drittanbietern.
Die Navigationsleiste der Sammlung wird durch diese Regel ausgeblendet:
.productgrid--utils {
display: none;
background-color: #e8edf3;
table-layout: fixed;
}
Aus dieser Datei: https://geruestexpress.de/cdn/shop/t/13/assets/theme.aio.min.css?v=67040106309348361241737649275
Beachten Sie das „aio“, da dies auf einen Buildstep, einen Stil eines Drittanbieters usw. hinweisen kann.
Sie müssen das entweder an der Quelle beheben oder eine Notlösung verwenden, die das eigentliche Problem nicht behebt:
Verwenden einer benutzerdefinierten CSS-Einstellung:
https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css
.productgrid--utils {
display: block !important;
}
PW: Schöner100278
Hi Paul,
Thanks for your Help.
Can you Tell me in which folder in have to add the code
.productgrid–utils {
display: block !important;
}
Thanks a lot
No folder, setting
https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css
If a description of an issue has links read those links , this is a manual for software your business relies on.