johnbergson
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Show only subcategories in parent category pageHi ElectricFeet,
I did some copy pasting from various forum threads together with surgery on index.php, and managed to do it quite easily. Basically my category structure looks like this:
products ---- cars ---- computers ---- coffee cupsSimply creating a
category-products.phpand pasting anindex.phpwith a modified core into it will do. Though not too pretty, here’scategory-products.phpForum: Themes and Templates
In reply to: [Customizr] Customizr single bar (fixed) header/navbarYup, I use that trick regularly with Chrome’s Dev tool. The thing is, most sites supply a minified one-line CSS stylesheet, which is not really readable. I’ll try out Firebug, its Inspect Element function looks promising and more useful than Chrome’s.
Forum: Themes and Templates
In reply to: [Customizr] Customizr single bar (fixed) header/navbarThanks for your reply. I managed to do it without using those media queries, I only needed to add a negative margin to address the floating button. But then again, it feels like an ugly solution. On top of that, I’ve only tested it for Chrome, and medium screen sizes (>1366px). Here is the link to the CSS code I wrote:
However, the issue with the menu items floating outside the header still persists, and I have no idea how to solve that, as it tends to happen at different breakpoints depending on the number of menu items. Perhaps adding a wrapper div along with those queries could be the solution. Any suggestions on how to improve this would be great, and much appreciated.