Jump to content

Is there a way to have About Me tab show as default?


Eric Allione

Recommended Posts

Posted

Hello, I found the answer to my own question in time to edit it in:

Solution was to enter this script into the Google Analytics:

<script>
	$(document).ready(function(){
		$('#elProfileTab_field_core_pfield_1').trigger('click');
	});
</script>

A big thank you to those of you out there who dedicate yourselves to being coding geniuses!

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...