craftyintentions
Forum Replies Created
-
Forum: Plugins
In reply to: [Fluid Responsive Slideshow] Slideshow is ordering by post ID not sort orderHi Haris,
Yes, I have drag and dropped them all into the correct order.
When I look at the slider preview in the CMS, they are appearing in the correct order (sort order) but on the frontend, using the shortcode, they are still appearing by post ID.
I’ve cleared my cache and cookies, so it’s not a caching issue.
Any ideas would be very much appreciated =)
Forum: Plugins
In reply to: [SlimStat Analytics] Updating browscap/cache.phpHi Camu,
Ok, thanks for letting me know. I am also running Google Analytics, so I can get the statistics from newer devices from that – we are interested in percentages rather than exact numbers, so that will be fine in terms of the total visits not necessarily matching up between Slimstat and GA (as per your FAQs).
Thank you again for your speedy response.
Sarah
Forum: Plugins
In reply to: [SlimStat Analytics] Event tracking page page load not workingHi Camu,
Sorry for the slow reply, I’ve only just seen this.
Thank you for taking the time to look into this further, I’ll definitely try out your new code, and will contact you now.
Thanks,
Sarah
Forum: Plugins
In reply to: [SlimStat Analytics] Event tracking page page load not workingWhoops, sorry, I didn’t see the “mark as resolved” button. Ticked it now!
Forum: Plugins
In reply to: [SlimStat Analytics] Events not firing with Youtube API video trackingHi Camu,
The solution to this one is the same as my other post.
I’ll repost the code here in case anyone else ever comes across the same thing.
function onPlayerStateChange(event) { if (event.data ==YT.PlayerState.PLAYING){ jQuery(document).ready(function() { setTimeout(function() { SlimStat.send_to_server("id="+SlimStat._id+"&ty=33&no=test&obr="+location.pathname); }, 200) }) _pauseFlag = false; } }Thanks,
SarahForum: Plugins
In reply to: [SlimStat Analytics] Event tracking page page load not workingOh FANTASTIC, thank you!
I had to add a timeout to get it to work, but now it is tracking every time.
jQuery(document).ready(function() { setTimeout(function() { SlimStat.send_to_server("id="+SlimStat._id+"&ty=33&no=test&obr="+location.pathname); }, 200) })Thank you for your speedy response, and for taking the time to look into this for me. Much appreciated.
Thanks,
SarahForum: Plugins
In reply to: [SlimStat Analytics] Event tracking page page load not workingThe URL is http://www.snowfaerie.co.uk/
Thanks,
SarahForum: Plugins
In reply to: [SlimStat Analytics] Event tracking page page load not workingHi Camu,
I tried adding:
<script type=”text/javascript”>
jQuery(document).ready(function() {
ss_track(event, 33, “test”)
})
</script>To the head of my page, so that on every page load, it should log the event, but it’s not logging them. I’m not getting any javascript errors. Do you have any idea why this would be?
I need to use jQuery rather than $, otherwise I get errors.
Thanks,
Sarah