GetSimple Support Forum
GS Site heads up - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Off Topic (http://get-simple.info/forums/forumdisplay.php?fid=12)
+--- Thread: GS Site heads up (/showthread.php?tid=3300)



GS Site heads up - jinky - 2012-06-23

Hi Folks,

Just a heads up about the GS site - On the Wiki page, the 'About' drop does not function.

HTH

Sláinte


GS Site heads up - JWH_Matthew - 2012-06-24

Thank you for reporting this.


GS Site heads up - Connie - 2012-06-24

sorry?


I load http://get-simple.info/start/
I click on ABOUT in the menue and the ABOUT page opens


GS Site heads up - n00dles101 - 2012-06-24

@connie, the dropdown menu for 'About' doesn't work when on the wiki page for some reason...


GS Site heads up - Connie - 2012-06-24

I swear it did when I tested with Firefox this morning ;=(
maybe I was hallucinating without coffee ;=?


GS Site heads up - datiswous - 2012-07-05

This is known (but not fixed) for some time:

http://get-simple.info/forum/post/10239/#p10239


GS Site heads up - shawn_a - 2012-07-05

Uncaught TypeError: Cannot call method 'hover' of null in custom.js:7


GS Site heads up - Carlos - 2012-07-06

I suggest replacing the current menu system by a css one like this, which doesn't requiere javascript.


GS Site heads up - jinky - 2012-07-06

The 'Demo' and 'Download' pages also has menu issues. The current state is not reflected whilst on those pages.

This from the 'Demo' page.....

<script>
jQuery(document).ready(function() {
var type = $('body').attr('id');

if (type == 'contribute') {
$('#nav-contribute').addClass('current');
}

if (type == 'press' || type == 'start' || type == 'news' || type == 'team' || type == 'screesnhots' || type == 'mission-statement') {
$('#nav-about').addClass('current');
}

});
</script>


HTH someone problem solve.

Sláinte