- Posts: 24
- Thank you received: 0
Analytics
-
HarryBarnes
Inactive member -
Topic Author
- Member
-
Less
More
11 years 6 months ago #32371
by HarryBarnes
Analytics was created by HarryBarnes
I am trying to use an Analytics software with the one page template. What would you recommend on using for me to see who looks at each "page" or would google analytics or other analytics components not work with this template?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #32376
by ivan.milic
Replied by ivan.milic on topic Analytics
Google analytic will differ all pages that actually load.
Please Log in to join the conversation.
-
HarryBarnes
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 24
- Thank you received: 0
11 years 6 months ago #32386
by HarryBarnes
Replied by HarryBarnes on topic Analytics
Isnt this only one page with different links? I am trying to get to the bottom of this because I installed a component and was told that because this is one page, that the analytics will not work.
If you know of anything else that can be used where I can get analytics that will be greatly appreciated. I was also told that Google Analytics will not work with this.
Your feedback is greatly appreciated as I need to get my site up and running with some type of analytics.
If you know of anything else that can be used where I can get analytics that will be greatly appreciated. I was also told that Google Analytics will not work with this.
Your feedback is greatly appreciated as I need to get my site up and running with some type of analytics.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #32389
by ivan.milic
Replied by ivan.milic on topic Analytics
If you set menu item class to external you will be able to point it to page that is not inside home page
Please Log in to join the conversation.
-
HarryBarnes
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 24
- Thank you received: 0
11 years 6 months ago #32390
by HarryBarnes
Replied by HarryBarnes on topic Analytics
Are you referring to Menu Item Type? They are all set to External URL...... If it is Menu Item Class, can you point me to that?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #32398
by ivan.milic
Replied by ivan.milic on topic Analytics
No menu item class.
Check if:
templates/hot_one_page/js/hot_onepage.js
looks like this:
Check if:
templates/hot_one_page/js/hot_onepage.js
looks like this:
Code:
jQuery(document).ready(function(){
// calling tabs
jQuery("#tabs").tabs();
jQuery(".scroll, .mp_topmenu a:not(.external)").click(function(event){
event.preventDefault();
try{
jQuery('html,body').animate({scrollTop:jQuery(this.hash).offset().top}, 500);
}catch(e){
jQuery('html,body').animate({scrollTop:0}, 500);
}
});
// set big image container height
var bodyHeight = jQuery(window).height();
var bodyHeightSinglePage = jQuery(window).height() - 240;
jQuery('.fullwidth').css('height', bodyHeight);
jQuery('div.item-page').css('min-height', bodyHeightSinglePage);
if( /Android/i.test(navigator.userAgent) ) {
jQuery('.topmenurow').css('position','static');
}
});
The following user(s) said Thank You: HarryBarnes
Please Log in to join the conversation.
Time to create page: 0.172 seconds