-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Views row class #208
Comments
@soniktrooth NFI. PURGE! |
I will burn it with fire. |
thank goodness |
the purest death is one by fire |
pull request @soniktrooth ? |
👍 |
#212 wasn't enough—we need to remove the views-view.tpl as well |
Well, what are you waiting for @soniktrooth an invitation? |
Just an opportunity—I found this in the middle of something else so I was just commenting so I wouldn’t forget. |
Hi, @soniktrooth , I'm receiving "Notice: Undefined variable: view_content_class in include() (line 55 of /sites/all/themes/kalatheme/templates/views/views-view.tpl.php) . Is this related to this post? (I saw your comment on Oct 16). For now can I remove line 55 manually or define a blank variable? Thanks, |
@amp9020 Sorry about this one—I haven't had a chance to get back to this. You can, in fact, remove the views-view.tpl.php entirely because the only customization that Kalatheme makes is the adding of that variable, which is now, of course, undefined. |
@soniktrooth Even better to remove the file. That worked. Cheers! Thanks, no more messages about that in watchdog ^_^ |
Seriously, why does this code exist? I've had to remove it or override it from every Kalatheme site I've worked on.
This is adding a
row
class to every View that is using the list display, however in every case I've come across there is already arow
wrapping the view and it makes things hang out in the margins.I can see it being useful in some very specific use cases but it seems an odd thing to be included in Kalatheme.
@pirog do you have any context on this? If not I'm going to nuke it.
The text was updated successfully, but these errors were encountered: