x00
MVPx00 MVP
Reactions
-
Re: Attempting to show All Categories view on 2 columns without success, am I doing it wrong?
I would also hide the meta with css if you don't need it. (View Post)2 -
Re: Attempting to show All Categories view on 2 columns without success, am I doing it wrong?
I would handle the anchor with some jquery, put in themes js/custom.js jQuery(document).ready(function($){ $('.CategoryList .Item').on('click', function(){ $(this).find('.Title').click(); }); // any … (View Post)2 -
Re: Attempting to show All Categories view on 2 columns without success, am I doing it wrong?
what you can do is got to /vanilla/settings/managecategories and check display root categories as headings, then style these differently. (View Post)2 -
Re: Attempting to show All Categories view on 2 columns without success, am I doing it wrong?
adding classes to views is the wrong way to go about styling. Use the vanilla selectors. It is not a good idea to use view overrides, as it makes updating problematic. You should be able to achieve t… (View Post)2 -
Re: Just upgraded all pages not loading going back to index :(
Everything goign back to index implies a routing issue. Again server admin skill can help. You are running nginx, look at your server rules. Are you using reverse proxy. Note have even read the relea… (View Post)2