I made an adaptive theme with Drupal 7.22 installation, which works very fine. Unfortunately the size of the iFrame's opened by Colorbox are not adaptive.
But the width and height properties are hard-coded. How can I specify different values for the width and height properties based on the browser aperture/screen definitions?
Perhaps I am misunderstanding how this works - but what takes precedence, page--front.tpl.php, or the site information denoting a particular path as the front page?
Would the former just determine the look of the page, whereas the latter would determine the content (primarily, obviously you could hard code content).
I am not sure the relationship between these two things. I've currently got my homepage set to /front with a panels page, but I was also considering writing a custom page--front.tpl.php file as well for some additional theming.
í have just updated mi site to a new theme (Wilderness 7.x-1.0-alpha1 ) it have an image in the top of the post zone, how do i quit that?
thanks in advance
I'm trying to write a conditional statement in a template file to check if the value of a 'node reference' field is not equal to a certain value. This is what I have so far: