I've seen a main view-block-like in a site that (seems) to inherit some node block with hovering effects for each one. This is the site
I whish to know if there is something similar for Dupal cms
Thanks a lot.
Hi.
My front page is made by a page which comes out of a view. That view page has /node for path.
I'm using a "child" theme of bartik.
I'd like to modify the template of that page in order to have only the "content" zone with my view ; no sidebar, etc, on that front page.
Can anyone point me to a simple solution to get the list items into columns by applying something like col-md-4 - so in this case the items would be in three columns as seen on a desktop screen. I'd assumed that there might be a way through the settings in webform to add a class to the individual item but no... or am I missing something?
Hello,
I have a node--blog.tpl.php which works fine.
I also have a block that has a view which lists 5 blog items. This view uses tpl files.
Now if I try to add this view in the blog page under the main content area, then node--blog.tpl.php also starts using the tpl of the view (i.e. shows the blog title only) instead of following the node--blog.tpl.php and showing the title and content.
Am I doing something wrong or is this drupal's limitation?