Running Drupal 7, all modules updated, and security updates.
I am building a responsive theme using Zen.
I've been having issues for a while setting up an image map in a block. I have searched the forum and have had no luck finding an answer that works in my situation.
First, I have full html turned on in the block. I add my image and insert the html code but
my image map will not work. I've written the html code myself and used the image map html code output from Gimp to no avail.
Hi,
i'm new to Drupal. I'm already playing with Drupal page. I have footer on my page with site map. But it's bit more complicated. Because site map is divided via Categories I used quick tabs module to create them. Every tab contain menu block with links. But in mobile version I want tabs acting as links. (box underneath should be hidden). Any idea how to achieve that? We already have one tab as link in PC version, but it's done via jquery and can't be change in Drupal dashboard.
I am using the skeleton drupal theme right now and I like it but I have a problem. My layout is for a site that is 1024px width....and skeleton is a 940 width grid.....how can I do the math to convert it to 1024 width OR is there a better responsive theme to use to get 1024 px width? I looked into bootstrap, omega and some other things but I don't really understand less/ sass.....Are there any suggestions about how I could best handle this?
Hi,
I'm running the same version of Chrome & Firefox on both Windows XP & Windows 8.1.
On Windows XP, my Drupal 7 was rendered consistently across Chrome, Firefox & IE 8.
On Windows 8.1, Chrome & IE text renders are identically out of alignment. However, Firefox still renders exactly as on Windows XP.
As I checked with Chrome Developer Tools->Computed->Rendered Fonts
On Windows XP is Verdana 7 glyphs.
On Windows 8.1 is Verdana 6 glyphs.
I want to hide page title on a specific path, but I want to retain the page title between "title" tags in the header. I want the title to be exist in title bar of the browser, but that should not be displayed in the page for specifici paths.
Is that could be done using theme_preprocess_page ? Or any other specific hooks out there ? or any module.