GetSimple Support Forum
gadget - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Themes (http://get-simple.info/forums/forumdisplay.php?fid=10)
+--- Thread: gadget (/showthread.php?tid=2090)



gadget - TemurDanelia - 2011-08-20

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/


gadget - Connie - 2011-08-21

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&uri=http%3A%2F%2Fwww.bizwebmaster.com%2Fpromodemo%2F

css validating with CSS level 3 brings very good results, just 4 warnings:
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.bizwebmaster.com%2Fpromodemo%2F&profile=css3&usermedium=all&warning=1&vextwarning=&lang=en

good work!

Thank you for your contribution,

Connie


gadget - TemurDanelia - 2011-08-21

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. Sad

Can somebody help to fix this problem?


gadget - mvlcek - 2011-08-21

TemurDanelia Wrote:But I see now that slider is not working in IE. Sad

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 , */
    });



gadget - TemurDanelia - 2011-08-21

Hello mvlcek!

Sorry but I don't understand what did you say.
You mean to remove this:
Code:
},
?

Can you explain better?


gadget - mvlcek - 2011-08-21

TemurDanelia Wrote:Hello mvlcek!

Sorry but I don't understand what did you say.
You mean to remove this:
Code:
},
?

Can you explain better?

The comma only!


gadget - TemurDanelia - 2011-08-21

Yep.
Fixed.

Thanks a lot mvlcek.

I will upload fixed files in a few minutes.


gadget - TemurDanelia - 2011-08-21

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.