Braini Posted April 1, 2018 Share Posted April 1, 2018 Hey I try to make my own theme. Therefor I created a child theme of the PS classic theme. In my child theme I want to have the currency selector always visible on all screens. To achieve this I removed already in the ps_currencyselector.tpl the classes "hidden-sm-down" but the currency selctor is still not visible on small screens. Has anybody an idea how to make the currency selctor visible for all screens? Link to comment Share on other sites More sharing options...
masbovi Posted April 1, 2018 Share Posted April 1, 2018 in the header.tpl file there is a div <div id="_mobile_currency_selector"></div>, in the mobile size the div with id _desktop_currency_selector is moved there so it's inside the mobile menu. To solve you need to remove the div _mobile_currency_selector in header.tpl so that it remain in original div. Link to comment Share on other sites More sharing options...
Braini Posted April 3, 2018 Author Share Posted April 3, 2018 Ciao Massimo Thank you for your help. I didn't understand this part of the header.tpl. Now it makes sence. Grazie 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