Home » Forum
NoNumber!

Joomla!® Websites & Extensions
development  -  support  -  consultancy

I try to respond within 48 hours (excluding weekends).
If I haven't responded by then, feel free to post a reminder or bug me via email.

My last reply was: 16 Hours, 4 Minutes ago.

Welcome, Guest
Please Login or Register.    Lost Password?

Css code between tags
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Css code between tags
#3857
Css code between tags 2 Years, 6 Months ago  
Hi,

About css code,how should look like css code between source tags?

I tryed some codes but nothing was changed.

Can you give me a one example for {source}css code{/source}? Maybe for background color?

Best refards,
Aleksandar
yorda86
Posts: 5
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#3858
Css code between tags 2 Years, 6 Months ago  
Just the normal way you would place css:
{source}
<style type="text/css">
<!--
    .your_class {
        background-color: #CCCCCC;
    }
-->
</style>
{/source}

To make the css appear in the head of your page, you will have to use php:
{source}
<?php
   $style = '
        .your_class {
            background-color: #CCCCCC;
        }';
   $document->addStyleDeclaration( $style );
?>
{/source}

Peter van Westen
Admin
Posts: 9165
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#3859
Css code between tags 2 Years, 6 Months ago  
Thanks for quick reply!

Now is working great!

But with JCE editor can`t working,i must to turn Tinymce on if I want to use Sorcerer,do you have some solution for this?
yorda86
Posts: 5
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#3860
Css code between tags 2 Years, 6 Months ago  
Do you mean the Sourcerer editor button is not working? or just the code?
Peter van Westen
Admin
Posts: 9165
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#3861
Css code between tags 2 Years, 6 Months ago  
The Sourcerer editor button is working,but when I write a code and press insert button then nothing happen.
yorda86
Posts: 5
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#3862
Css code between tags 2 Years, 6 Months ago  
Yes, exactly, that's a JCE bug. All your editor buttons won't work (insert).
See here:
http://www.joomlacontenteditor.net/downl...itor/patches/188-154
Peter van Westen
Admin
Posts: 9165
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#3863
Css code between tags 2 Years, 6 Months ago  
I`m not sure where to put patch files? you said something about patch folder,but where is it?
yorda86
Posts: 5
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#3866
Css code between tags 2 Years, 6 Months ago  
Try the /plugins/editors/jce/libraries/js folder.
Please go to http://www.joomlacontenteditor.net for more support on JCE...
Peter van Westen
Admin
Posts: 9165
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#3867
Css code between tags 2 Years, 6 Months ago  
Don`t need me their support ,you told me everything,now all working just great:)

Best regardson
yorda86
Posts: 5
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#3969
Css code between tags 2 Years, 5 Months ago  
To fix the JCE insert button problem
1) download and unzip the JCE 188-154 patch mentioned above
2) copy editor.js to .../plugins/editors/jce/libraries/js/editor.js

This worked for me.
Kimball
Posts: 1
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: Peter van Westen
hosting joomla
Open Source Training | Online Joomla! Training and Support
MaxCDN | Content Delivery Network | Accelerate your site to the max