<![CDATA[ Jot CSS - My Forums]]> https://forums.modx.com/thread/?thread=43251 <![CDATA[Re: Jot CSS]]> https://forums.modx.com/thread/43251/jot-css#dis-post-249601
Step 2 (editing it directly in the snippet) did the trick.

So it seems to me that somewhere the value of &css is lost.

Tnx
Gino]]>
glardon Aug 18, 2011, 09:33 AM https://forums.modx.com/thread/43251/jot-css#dis-post-249601
<![CDATA[How to turn off Jot CSS]]> https://forums.modx.com/thread/43251/jot-css#dis-post-249600
1.use &css=`0`
2.edit the snippet:
// $Jot->Set("css", $css);
$Jot->Set("css", 0);

3. Edit jot.class.inc.php
// $this->config["css"]["include"] = !is_null($this->Get("css")) ? intval($this->Get("css")) : 1;
$this->config["css"]["include"] = !is_null($this->Get("css")) ? intval($this->Get("css")) : 0;


...then add CSS somewhere else.]]>
mrhaw Nov 15, 2009, 08:36 PM https://forums.modx.com/thread/43251/jot-css#dis-post-249600
<![CDATA[Re: Jot CSS]]> https://forums.modx.com/thread/43251/jot-css#dis-post-249599 grabenfub Nov 15, 2009, 07:56 PM https://forums.modx.com/thread/43251/jot-css#dis-post-249599 <![CDATA[Re: Jot CSS]]> https://forums.modx.com/thread/43251/jot-css#dis-post-249598 Quote from: suburbiaboy at Feb 20, 2009, 02:20 PM

That’s what I thought, I tried to clear the cache and to run the call un-cached, the page un-cached etc. Nothing. I had to hack the snippit to remove the link to the default CSS file.

Actually it was stranger than that, if I change the path to the default CSS it was adding a second CSS link not changing the first and so on.

I’m having the exact same problem huh]]>
thehen Sep 09, 2009, 11:12 AM https://forums.modx.com/thread/43251/jot-css#dis-post-249598
<![CDATA[Re: Jot CSS]]> https://forums.modx.com/thread/43251/jot-css#dis-post-249597
Actually it was stranger than that, if I change the path to the default CSS it was adding a second CSS link not changing the first and so on.]]>
suburbiaboy Feb 20, 2009, 08:20 AM https://forums.modx.com/thread/43251/jot-css#dis-post-249597
<![CDATA[Re: Jot CSS]]> https://forums.modx.com/thread/43251/jot-css#dis-post-249596 I think output is cached and changes does not effect. clear cache....]]> AHHP Feb 14, 2009, 06:46 AM https://forums.modx.com/thread/43251/jot-css#dis-post-249596 <![CDATA[Jot CSS]]> https://forums.modx.com/thread/43251/jot-css#dis-post-249595

[[Jot? &customfields=`name,email,location,website` &placeholders=`1` &output=`0` &css=`0` &numdir=`0` &tplComments=`comment` &tplForm=`sacuda-comment-form` &tplNav=`sacuda-comments-nav` &tplModerate=`sacuda-comments-mod` &validate=`name:You must enter a name to leave a comment.,content:You forgot to enter a comment!,email:Please enter a valid e-mail address.:email`]]



The &css parameter has no effect the default sheet is always linked. If I add &cssFile, rather than removing the default it adds a second style sheet. Also the following have no effect:
&cssRowAlt
&cssRowMe
&cssRowAuthor

All of the other parameters seem to be working fine.

Any ideas?

Thanks]]>
suburbiaboy Feb 13, 2009, 12:50 PM https://forums.modx.com/thread/43251/jot-css#dis-post-249595