I can't seem to figure out what exactly I need to put into the content selector spot in the theme configuration for my theme. I always get that popup warning about the misconfiguration. The popups do work, and function correctly but I still get this popup warning dialog everytime no matter what i seem to enter for the selector. Right now I am using div.main as I am a total newbie with this stuff. I am using the ability theme with drupal 6.8.

Comments

starbow’s picture

Have you read the README.txt file?

yoyin’s picture

Hello,

I have the same problem here (sorry iam also a newbie to drupal).

My print $content; is surrounded by an div with an id (not the same as in the example, but that shouldn't be the problem?).

But i dont get "In this case, just enter '#content-content' into the Content Selector field."?

Sorry if this is not the right location for asking this question, but i didnt find anything helpful on the net for adapting the theme.

Thx

starbow’s picture

Use '#' then the value of the id from your theme. For example, if your theme has

<div id="foobar"> print $content </div>

then use #foobar in the Content Selector field.

yoyin’s picture

thanks for your help. - now i got it, i just changed the default content selector field in the drupal theme menu to the "#div id" from the theme css and now i dont get the error msg! =)

starbow’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.