Posts: 4
Threads: 1
Joined: Jun 2012
Hi Folks,
Just a heads up about the GS site - On the Wiki page, the 'About' drop does not function.
HTH
Sláinte
Posts: 679
Threads: 80
Joined: Nov 2009
Thank you for reporting this.
Posts: 2,928
Threads: 195
Joined: Feb 2011
sorry?
I load
http://get-simple.info/start/
I click on ABOUT in the menue and the ABOUT page opens
Posts: 1,108
Threads: 70
Joined: Aug 2009
@connie, the dropdown menu for 'About' doesn't work when on the wiki page for some reason...
Posts: 2,928
Threads: 195
Joined: Feb 2011
I swear it did when I tested with Firefox this morning ;=(
maybe I was hallucinating without coffee ;=?
Posts: 1,247
Threads: 82
Joined: Feb 2011
Posts: 6,266
Threads: 181
Joined: Sep 2011
Uncaught TypeError: Cannot call method 'hover' of null in custom.js:7
Posts: 3,491
Threads: 106
Joined: Mar 2010
I suggest replacing the current menu system by a css one like
this, which doesn't requiere javascript.
Posts: 4
Threads: 1
Joined: Jun 2012
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