Typography
Permalink
When adding or chaneging a block, the Text Editor apears. Now I wanna have pre-defined typografie under Styles.
How can I add this?
How can I add this?
Thanks, that works fine.
But in that folder I don't see 'vieuw.php'?
But in that folder I don't see 'vieuw.php'?
You should have a view.php file in your theme to display single pages. It's basically the same as your default.php file but instead of a C5 editable area in it you need to have this code:
If my earlier message worked for you would you mind Marking it as Best Answer?
<?php print $innerContent; ?>
If my earlier message worked for you would you mind Marking it as Best Answer?
I had this problem last week & found a solution here somewhere. Basically what you need to do is have a typography.css file in the theme folder, but not in a CSS folder.
The text editor will pick up any styles that you define in this typography file only if it is in the same directory as the view.php, default.php etc. files.
Hope that helps.