Tagged: CJT Virtual Crowd
-
AuthorPosts
-
-
August 8, 2019 at 3:56 PM #14302
thor-copyrightcoins.com
ParticipantHi,
Just bought CJT Virtual crowd so see if I could learn a bit as to how it works.
Read the install and uploaded .zip file and so far so good.
However, syntax errors and inconsistencies started to appear.
Some questions:
1) In css files the <style> </style> generates syntax error. Same for JS config. (I understand <style> </style> in HTML, but css and js?)
2) Don’t like !important
3) float and inline don’t mix
There are more, but please check it out yourself and perhaps update 🙂
//Thor -
August 13, 2019 at 12:27 AM #14354
Damian Baker
ParticipantHi Thor,
Thank you for your support question and letting me know about this.
Please tell me, are you using the self installer, where it creates the Code Blocks automatically or did you create everything manually?
You may have seen instructions for both ways.As for:
1) In css files thegenerates syntax error. Same for JS config. (I understand
<style> </style>
in HTML, but css and js?)The
<style></style> and <script></script>
declarations would be needed for the Code Blocks, however if they are used in Code Files or Code Templates then they should not be needed. Code Templates saves and loads them as actual real .css or .js files while Code Files uses a boilerplate snippet that automatically places this in for you. E.g.<style type="text/css">%s</style>
whereby%s
is your CSS code.As for the others points your mentioned, based on further investigation, it may require an update.
Thank you.Kind Regards,
Damian Baker -
August 13, 2019 at 2:23 AM #14356
thor-copyrightcoins.com
ParticipantIt’s pro with .zip i.e. all automatically.
Not in office will investigate tomorrow and revert.
//Thor
-
-
AuthorPosts
- You must be logged in to reply to this topic.