Hi,
I am currently using the 5pika responsive theme. This post is focused on the portfolio section of the theme.
http://www.inspiro-media.com/5pika/?q=portfolio/four
I love the look of the grid, and want to keep it mostly the same. However, when I mouse over one of the pictures, the title of the node pops up.
This is fine on a desktop but on a mobile device you have to tap each one to get the name of the node to come up. I do not like it and want all of the pictures in the grid to have the text title of the node overlaid on the picture so that when you bring up the portfolio you have the names of each node, without having to hover or click.
Can anyone help point me in the right direction? I suspect that this theming happens in the view template, which looks like this:
<style>
#sidebar {display:none;} #content {width:100%;}
<?php if(theme_get_setting('portfolio-columns', 'pika') == 5){
.isotope-element, .ch-item { width: 392px; height: 140px;}
}
if(theme_get_setting('portfolio-columns', 'pika') == 4){
.isotope-element, .ch-item { width: 240px; height: 160px;}
}
if(theme_get_setting('portfolio-columns', 'pika') == 3){
.isotope-element, .ch-item { width: 320px; height: 200px;}
}
if(theme_get_setting('portfolio-columns', 'pika') == 2){