joomlaFCK background is showing a dark background - Joomla! Forum - community, help and support
hi, joomlafck background showing site bg (dark), making hard find out has been edited.
any idea how fix problem please?
many thanks.
any idea how fix problem please?
many thanks.
moisea wrote:hi, joomlafck background showing site bg (dark), making hard find out has been edited.
any idea how fix problem please?
many thanks.
hi,
as standard joomlafck set-up use template.css file current default template, , undesirable;
in extensions > plugin manager, list click " editor - joomlafck" settings page.
on parameters panel change "use template css classes?" no , change "use editor css classes?" yes , "save".
now make duplicate of template's template.css file , rename editor.css - place editor.css in same directory template.css.
now open editor.css in text editor , change/remove css sets body background , should solve problem.
you should able remove of style declarations setting layout of template , leave set typography.
note: "compound" template elements such ja purity speech , think bubbles involve several nested divs it's worth investigating fcktemplates.xml in plugins/editors/fckeditor/ directory - can create templates make easy slot in type of element.
example: using ja purity think bubble. insert following fcktemplates.xml (you'll have supply own image)
code: select all
<template title="speech bubble" image="bubble1.png">
<description>speech bubble.</description>
<html>
<![cdata[
<div class="bubble1">
<div>
<div>
<div>
<div>
<div>
speech bubble text goes here
</div>
</div>
</div>
</div>
</div>
<span class="author">
source of speech goes here
</span>
</div>
]]>
</html>
</template>
now when want insert speech bubble article click template button in joomlafck toolbar (untick "replace actual contents") , select speech bubble template - , 'round 'ere "bob's uncle" - remember leave bubble1 css declaration in editor.css file or else won't see effect while editing, although show when publish article.
i hope helps.
Comments
Post a Comment