2011-06-25, 23:18:47
I am working on a GS theme. I'd like to know if there are any dynamic class names generated in GS i should be aware of, so that i can style them from the default css file.
Thanks!
Thanks!
Dynamically created Class Names
|
2011-06-25, 23:18:47
I am working on a GS theme. I'd like to know if there are any dynamic class names generated in GS i should be aware of, so that i can style them from the default css file.
Thanks!
2011-06-25, 23:50:34
designthing Wrote:I am working on a GS theme. I'd like to know if there are any dynamic class names generated in GS i should be aware of, so that i can style them from the default css file. Besides those class names you specify in your theme, CSS classes can only result from functions outputting HTML. As far as I know, for the GetSimple Core this is only
As far as plugins go, most plugins outputting content in the frontend, use CSS classes, e.g.
Some plugins provide no CSS styles at all (e.g. I18N), others include default CSS styles (e.g. I18N gallery), which can be overridden. I suppose, you must support the Core get_navigation, but you might also support other plugins by providing custom styles and describe your theme as "ready for plugins: ...".
2011-06-25, 23:50:35
You can use per slug classes with <element id/class = "<?php get_page_slug(); ?>"> </element>
You can then specify e.g. background of the page in <body id="slug">
Addons: blue business theme, Online Visitors, Notepad
|
« Next Oldest | Next Newest »
|