Posts: 13
Threads: 2
Joined: Aug 2011
2011-08-20, 23:54:07
(This post was last modified: 2011-08-24, 03:53:45 by baerbel.)
Hello everyone.
I have modified this:
http://www.templatemo.com/preview/templatemo_193_gadget template and adapted for GETSIMPLE 3.0
You can download this theme files here:
http://get-simple.info/extend/theme/gadget/210/
Posts: 2,928
Threads: 195
Joined: Feb 2011
Hallo Temur,
that is quite a new style here! A special template for technique-orientated sites, interesting!
As usual I run some validations and there are 2 errors, see here:
http://validator.w3.org/check?verbose=1&...omodemo%2F
css validating with CSS level 3 brings very good results, just 4 warnings:
http://jigsaw.w3.org/css-validator/valid...g=&lang=en
good work!
Thank you for your contribution,
Connie
Posts: 13
Threads: 2
Joined: Aug 2011
Hello Connie!
I fixed first XHTML error and now theme can work without any errors.
Second XHTML error appeared because of my mistake inserting this
http://b.pix.ge:81/l/drzx8.jpg image.
I will upload fixed theme soon.
But I see now that slider is not working in IE.
Can somebody help to fix this problem?
Posts: 2,094
Threads: 54
Joined: Jan 2011
TemurDanelia Wrote:But I see now that slider is not working in IE.
Can somebody help to fix this problem?
Probably the superfluous , in the Javascript:
Code:
window.addEvents({
'domready': function(){
/* thumbnails example , div containers */
new SlideItMoo({
overallContainer: 'SlideItMoo_outer',
elementScrolled: 'SlideItMoo_inner',
thumbsContainer: 'SlideItMoo_items',
itemsVisible: 5,
elemsSlide: 3,
duration:300,
itemsSelector: '.SlideItMoo_element',
itemWidth: 158,
showControls:1});
}, /* <=== REMOVE THIS , */
});
Posts: 13
Threads: 2
Joined: Aug 2011
Hello mvlcek!
Sorry but I don't understand what did you say.
You mean to remove this:
?
Can you explain better?
Posts: 2,094
Threads: 54
Joined: Jan 2011
TemurDanelia Wrote:Hello mvlcek!
Sorry but I don't understand what did you say.
You mean to remove this: ?
Can you explain better?
The comma only!
Posts: 13
Threads: 2
Joined: Aug 2011
Yep.
Fixed.
Thanks a lot mvlcek.
I will upload fixed files in a few minutes.
Posts: 13
Threads: 2
Joined: Aug 2011
2011-08-21, 04:38:49
(This post was last modified: 2011-08-21, 04:40:35 by baerbel.)
gadget ver:0.1.1
1. IE error fixed; (Thanks mvlcek.)
2. XHTML error fixed;
If you find any other bugs or problems, or need some help in modification, please write here.