MAX CSS length?
+2
Razor12345
Aizen the Virtuoso
6 posters
Page 1 of 1
Re: MAX CSS length?
Good afternoon!
The answer to that question is answered in this thread: https://help.forumotion.com/t133178-css-length-limit#895722
The answer to that question is answered in this thread: https://help.forumotion.com/t133178-css-length-limit#895722
Razor12345- Support Moderator
- Posts : 1584
Reputation : 268
Language : Ukr, Rus, Eng
Location : Ukraine
Re: MAX CSS length?
Coucou,
on my forum I noticed it was 65381 characters, but I am not sure if the count is not based on characters but rather on words, lines, etc...
So it is plausible that the limit is around 65000 characters
Have a nice day
on my forum I noticed it was 65381 characters, but I am not sure if the count is not based on characters but rather on words, lines, etc...
So it is plausible that the limit is around 65000 characters
Have a nice day
TonnyKamper likes this post
Re: MAX CSS length?
Thanks for answers guys. Do you know if i can host style.css file on my forum somewhere and call it in header,
Re: MAX CSS length?
I haven't experimented with css files, but I have loaded various libraries.
You can try inserting the css file into AP - Display - Template - General - overall_header
In the head tag, insert a link to the CSS file somewhere.
Save. Publish.
Or in the same template in the tag
to write the necessary styles, but remember that templates also have an organic capacity - somewhere as much as the CSS file.
You can try inserting the css file into AP - Display - Template - General - overall_header
In the head tag, insert a link to the CSS file somewhere.
- Code:
<link href="CSS FILE LINK" rel="stylesheet" />
Save. Publish.
Or in the same template in the tag
|
Razor12345- Support Moderator
- Posts : 1584
Reputation : 268
Language : Ukr, Rus, Eng
Location : Ukraine
Sir Chivas™, Shek and TonnyKamper like this post
Re: MAX CSS length?
1) by meta tag in template overall_header before or after {CSS}:
- Code:
<link rel="stylesheet" href="LINK_URL" type="text/css" />
2) by "@import" CSS mode:
you can use in General > Display > Images and Colors > CSS and insert:
- Code:
@import url('LINK_URL');
Unltil later,
Shek
Last edited by Shek on December 18th 2023, 4:04 pm; edited 1 time in total (Reason for editing : Complement with import, already that Razor cited meta link stylesheet)
Sir Chivas™, TonnyKamper and Razor12345 like this post
Re: MAX CSS length?
Hello
Please don't forget to minify your CSS before uploading it to the site by this simple tool CSS Compressor
(Recommended to use High compression level for better performance)
Please don't forget to minify your CSS before uploading it to the site by this simple tool CSS Compressor
(Recommended to use High compression level for better performance)
Sir Chivas™, Shek and TonnyKamper like this post
Re: MAX CSS length?
Coucou,
Just for reference for future users that will come back to this topic and may have the same question
- I've crossed this message from a member of the head office on another support forum, which contains the reply to the question you had
Just for reference for future users that will come back to this topic and may have the same question
- I've crossed this message from a member of the head office on another support forum, which contains the reply to the question you had
Good morning,
Following this request, several improvements have been made to the management of the recording of personal CSS and Templates.
And especially,
- If when modifying the CSS style sheet, the authorized number of characters (65535 characters) is exceeded, a red alert message is displayed when saving. The content is not lost.
- Still when modifying personal CSS, if an autocorrection for HTML tags is applied (for example, an unclosed HTML tag) we no longer make all of the content disappear after the open tag. Likewise, if the content between HTML tags is incorrect, autocorrection will only remove the first tag. An alert message is also displayed.
- When editing templates, if the content exceeds the authorized limit (65535 characters), when attempting to save the content of the template is retained, and an error message is displayed to indicate that the number of characters has been exceeded.
skouliki, Ape, Shek and TonnyKamper like this post
Re: MAX CSS length?
Good afternoon!
It's been over two weeks now. We still have not received a reply from the author.
I am closing the topic and moving it to the archive.
If your problem is not solved - write me a private message and I will open this topic for further help.
It's been over two weeks now. We still have not received a reply from the author.
I am closing the topic and moving it to the archive.
If your problem is not solved - write me a private message and I will open this topic for further help.
Problem solved & topic archived.
|
Razor12345- Support Moderator
- Posts : 1584
Reputation : 268
Language : Ukr, Rus, Eng
Location : Ukraine
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum