I am trying to import an iFrame to our Drupal server, and would like to be able to create a theme that displays a blank page (no page title, menus, or anything like that). I created a new custom theme, and created the page.tpl.php file such that only the content (none of the custom styles or formatting) is displayed. I then used the themekey module to select which pages I'd like the blank theme to apply to.
Hello everybody.
I was hoping you awesome people could help me with a small problem.
I am trying to set my GMAP to the first_sidebar in the Business theme.
It doesn't show on the homepage, only when the article itself is loaded, does it appear in the sidebar, right where I want it.
However, it does not populate the sidebar when the homepage is loaded.
The parent field is set to none. (blank)
The row weighting arguments are fine.
It's an interesting little problem.
Any ideas you could give me would be appreciated.
Thanks guys.
On the website I am building I needed to use some image mapping. When the images resize the coordinates for the links aren't recalculated. In doing research I found that someone created some java script to solve the problem. I am fairly new to the more technical aspect of web development but was able to create a .js file and placed it in the js folder of my theme. The problem is still present, what did I miss?
Hello All!
I really appreciate if you help me with this:
I have 4 different expose view filters. I need to add the onchange event in order to send the form. I did it pretty easy with jQuery just calling the class of these elements:
I want to add a new region so i have to do a following code or i have to add some code in template.php also,
So please let me know which code should i put in the template.php file
We can set the regions in themename.info file. Following is the example:
regions[header] = Header
regions[content_header] = Content Header
regions[content] = Content
regions[sidebar_second] = Right sidebar