We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Empire Theme "Sort by Button" lost

Solved

Empire Theme "Sort by Button" lost

Timcim
Shopify Partner
13 0 0

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

Accepted Solution (1)
PaulNewton
Shopify Partner
8031 687 1647

This is an accepted solution.

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.

 

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


View solution in original post

Replies 7 (7)

shreyhweb
Shopify Partner
722 119 136

Please give us the store URL then we will able to help you

- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- Sip, savor, and support – your Coffee Tip helps us keep coding.❤️
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com
Timcim
Shopify Partner
13 0 0
Timcim
Shopify Partner
13 0 0
www.geruestexpress.de

PW: Schöner100278

CodingFifty
Shopify Partner
1102 161 190

Hi @Timcim,

Please share website URL.

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

PaulNewton
Shopify Partner
8031 687 1647

Hi @Timcim 👋  german translation below.

Either restore a backup theme if you made one, or try file rollbacks if you customized any theme files.

https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/edit-theme-code#roll-b... 

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.

https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/edit-theme-code#roll-b... 

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;
}

 

 

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


Timcim
Shopify Partner
13 0 0

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

PaulNewton
Shopify Partner
8031 687 1647

This is an accepted solution.

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.

 

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org