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
Comment #1
starbow commentedHave you read the README.txt file?
Comment #2
yoyin commentedHello,
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
Comment #3
starbow commentedUse '#' then the value of the id from your theme. For example, if your theme has
then use #foobar in the Content Selector field.
Comment #4
yoyin commentedthanks 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! =)
Comment #5
starbow commented