-
AuthorPosts
-
December 15, 2007 at 10:24 am #124408
Hi
I have just checked the CSS validation of this template….
You claim that it validates….it is not very good at all !
Is this going to be cleaned up? if so when?
Ian.
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
December 15, 2007 at 10:36 am #234620Did you check from the demo site or on your own site?
December 15, 2007 at 10:52 am #234621Hi
Thanks for your prompt reply…
I have clicked on your link on the JA website –
3 errors – 295 warnings
I have also done a fresh install and checked that using the CSS validator on the W3C
3 errors – 312 warnings
This is certainly not validating, is it?
December 17, 2007 at 11:46 am #234733seems the only way to raise a response in these forums is to be totally negative all the reasonable questions and requests remain unanswered
You make a good point ipb1962 but I suspect it will fall on deaf ears
Michael Casha FriendMichael Casha
- Join date:
- September 2014
- Posts:
- 2561
- Downloads:
- 1
- Uploads:
- 32
- Thanks:
- 41
- Thanked:
- 119 times in 1 posts
December 17, 2007 at 12:44 pm #234741Certainly not good, I will need to get someone to check this out asap.
December 17, 2007 at 4:02 pm #234748To all at JA Support…
I only raise these issues to help you identify problem areas and action resolutions, that will help to enhance your templates….this is all positive and not negative feedback.
All members of JA are happy to feedback information to your support and development staff, but please acknowledge our efforts and please act upon our feedback.
We are a valuable resource for your business and we pay for the privilege, please do not alienate us….
(davidb and myself are two of the people who I am sure believe JA do good work, but don’t ruin this and ignore our feedback / comments / requests)
Ian…
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
December 17, 2007 at 4:17 pm #234750A different look at things…
Although I totally see your point about the CSS validator on the W3C,
I must ask “will you be punished for these errors?”
Your site is not going to be pushed down any search engine list because of this.
Why not simply lose the W3C button and enjoy your site.If you spend twenty minutes going round the internet I would think you would be hard pressed to find any new sites that are 100% error free….and how many times have you ever pressed someones css button?
I checked the randomwebsite.com and honestly these are the first five I checked…they make your site look outstanding
site 1
site 2
site 3
site 4
site 5Good luck with the rest of your site
December 19, 2007 at 6:27 pm #234892Well JA , I hope you are going to update JA Fagus to work with the imminent 1.5 RC4…….
and rectify the CSS at the same time….I must say that I am not overly impressed by the support I am receiving from you at the moment.
Do you really want to make you’re customers feel this way?
Ian.
December 19, 2007 at 7:54 pm #234896<em>@ipb1962 34887 wrote:</em><blockquote>Well JA , I hope you are going to update JA Fagus to work with the imminent 1.5 RC4…….
and rectify the CSS at the same time….I must say that I am not overly impressed by the support I am receiving from you at the moment.
Do you really want to make you’re customers feel this way?
Ian.</blockquote>
You are getting support? congratulations
December 19, 2007 at 8:24 pm #234899Hey David
I think being ignored constitutes support !!! , well on Planet JA it does !
Well I won’t renew this subscription that’s for sure….sorry JA ! you templates are cool but your support is shocking.
Take a look at RocketTheme and learn what customer support really is.
Later ….
p.s. and their templates VALIDATE !
NEWSFLASH…1.5 RC4 is now available !!!
December 26, 2007 at 4:39 pm #235243I’m feeling the same as these guys at the minute and have also experienced the great support at RocketTheme. Is anyone going to do anything about these validation issues as I’m in the process of migrating one of my sites to the JA Fagus template but am getting a bit concerned about the quality of the products I’ve paid for and am just looking for some feedback from the team managing this club.
bramewave Friendbramewave
- Join date:
- December 2007
- Posts:
- 76
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 27
- Thanked:
- 2 times in 1 posts
December 26, 2007 at 5:27 pm #235246I have managed to get my site to validate CSS there is a line of code that has to be commented out until the news light file is availiable.
There is also another line of code with a colon that I don’t think belongs.
bramewave Friendbramewave
- Join date:
- December 2007
- Posts:
- 76
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 27
- Thanked:
- 2 times in 1 posts
December 26, 2007 at 5:30 pm #235247I got it to validate CSS!
——————————————————————————–
I think this should do it ( I am still a newbie!)
Change CSS Code:
* html #ja-search .inputbox, *+html #ja-search .inputbox {
margin: 1px 0 0 10px;
!important: ;To:
* html #ja-search .inputbox, *+html #ja-search .inputbox {
margin: 1px 0 0 10px !important;I just matched the !important rule with the oters that were in the code
Change HTMLCode:
<link href="http://bramewavestudios.com/templates/ja_fagus/css/ja-newslight.css" rel="stylesheet" type="text/css" />
To:
<!link href="http://bramewavestudios.com/templates/ja_fagus/css/ja-newslight.css" rel="stylesheet" type="text/css" />
I could not find a newslight.css file anywhere for fagus so I just made that line of code a comment tag until the css file is released. This may not be perfect but it did validate, my url http://www.bramewavestudios.com
bramewave Friendbramewave
- Join date:
- December 2007
- Posts:
- 76
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 27
- Thanked:
- 2 times in 1 posts
December 26, 2007 at 5:32 pm #235248my mistake:
Change HTMLCode:
<link href="http://bramewavestudios.com/templates/ja_fagus/css/ja-newslight.css" rel="stylesheet" type="text/css" />
To:
<!--link href="http://bramewavestudios.com/templates/ja_fagus/css/ja-newslight.css" rel="stylesheet" type="text/css" /-->
I could not find a newslight.css file anywhere for fagus so I just made that line of code a comment tag until the css file is released. This may not be perfect but it did validate, my url http://www.bramewavestudios.com
-
AuthorPosts
This topic contains 14 replies, has 7 voices, and was last updated by bramewave 16 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum