I've got adaptivetheme and at_panels_everywhere.
For those we created a subtheme, within this subtheme we've got a template.php obviously and a templates/page.tpl.php with:
Im using PDF using mPDF to generate PDF files related to a node
Inside the code of the module there is a preprocess function that add to theme_hook_suggestions a new pdf template that used when the view_mode is 'PDF' :
We are redesigning a site for a client and they're wanting to create a menu similar to the one found here (the big menu below the header, not the hamburger menu at the top left): http://www.business.vic.gov.au/
Looks like it may have been built from scratch w/ jQ but thought someone might know of an existing module or theme that could get us started in the right direction. Appreciate any advice or help.
I'm having an issue with my theme, I've been asked to pick up a drupal 7 site, I have very little drupal experiance, but this site has been dumped on me and i've been asked to get it working again. The issue is that on index.php, it seems that for any user the site displays with no css styles loaded, the correct theme is loaded, but if I go to /users, the site loads with the proper css and nothing is wrong. I'm completely confused, is there anything yous guys can suggest to help me solve this issue?
I have an entity named offer
I register a theme for it with theme_hook.
How i tell drupal to load the theme from theme folder if exit and if is not from my module theme folder.
Right now is loading only from my module theme folder.