This forum is for assistance with theme development.

Taming (drupal) lists

i just refered to this site with the article taming lists.
http://www.alistapart.com/articles/taminglists/

#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#tabs ul li.here {
	border-bottom: 1px solid #ffc;
	list-style: none;
	display: inline;
	}

Drupal chameleon theme uses the pipe and tabs for menus. I traced through MENU_LOCAL_TASK in drupaldocs and i encountered these lines,

Page load times with chameleon?

I'm fairly new and didnt see my question address when I did a couple of searches, I'm currently in the process of modifying chameleon to be used for my site, however I'm noticing high page load times, turning caching on and off, doesnt seem to help, and when on, interfers intermittely with the shout box module.

Are there any suggestions on increasing performance on a shared server, I just moved hosts and the performance is similar between the two, no noticable differences.

overriding phpTemplate theme function

I think the rigid structure of the menu system is the only glaring inconsistency in an otherwise great piece of sotftware. I'm currently developing a University website based on drupal but need to customize the menu some and finding it very difficult to create a standards-compliant css drop-down menu.

At drupaldocs there is plenty of reference but no examples. and the existing examples on drupal.org; Overriding other theme functions, contaire.com article, and Protecting Content don't tell a designer exactly what to do.

I would like to place a horizontal custom menu in a specific place in page.tpl.php.

Homepage content in breadcrumb

I try to develop a theme for 4.5.2. Basically I made a HTML design and copied the same tags as bluemarine in it, in the same order. It seems to work OK, except for the homepage. One article is promoted there, but it appears where the breadcrumb is located, not where normally nodes and other information appears. This forces it to have the same (incorrect) style as the breadcrumb. Why would the front page text appear in the breadcrumb? What am I doing wrong?

XTemplate Error :(

Ok, I was trying to create my theme, what I did was make an html page, and then transfer it over to XTMPL, but when I tried to load it I got a ton of Xtemplate Errors (See for yourself at http://g-razor.com) I did some searching of drupal.org and found it had to do with the begin and end tags, so I made sure I had everyone that was in the bluemarine template, and it still doesnt work :(.

help pls (newbie)

Im new at theme development.. I want to put a "login | register" n "logout" part to the right top of my page.. what do i have to do ?

Pages

Subscribe with RSS Subscribe to RSS - Theme development