Several Out-of-Box Blocks Dont Work

Permalink
I am new to C5 but loving it. Created my own theme using a template and the online tutorial. But I cannot get the RSS Feed Displayer and multiple other out-of-bof widgets to work. There is no place for me to enter in the information like feed address. Screenshot attached. Same deal with YouTube, Survey, and others. Am I missing something?

1 Attachment

 
Remo replied on at Permalink Reply
Remo
theme problem I guess...

did you create your own theme and added css rules like this:

input, textarea { border: 0px; }


c5 uses an in-site editing concept which is why you should create a wrapper for your css rules

#my_page input, #my_page textarea { border: 0px; }
Mnkras replied on at Permalink Reply
Mnkras
ahh
he didn't wrap his theme the styles of your theme are interfering with c5's themes

http://www.concrete5.org/help/building_with_concrete5/developers/th...

the place to put the url is there if you look closely but read that it will tell you how to fix it
nodiseos replied on at Permalink Reply
Thanks Remo and Mnkras. This makes sense and works.