Altamash Shaikh

Results 83 comments of Altamash Shaikh

@ulcuber I believe importer code is pending here too right ?

@patrickdanielsson I tried replicating the issue, can you confirm if the position you have selected is "Body Start" ? Also can you try changing the position to "Body End" and...

@patrickdanielsson we added a fix for the ordering issue via #467 This however throws error while executing this line ` var rellax = new Rellax('.rellax'); ` Simple workaround is to...

@patrickdanielsson Note: This changes would go live with Matomo 4.10 which is scheduled to be released by early next month i.e May 2022

For anyone working in future The original issue states that the output of CustomHTML was diiferent Example ``` var rellax = new Rellax('.rellax'); ``` Output on page ``` var rellax...

@atom-box We can may be change this ![Screenshot from 2022-08-12 08-36-34](https://user-images.githubusercontent.com/14902277/184277706-02f94ea3-e29d-4097-aa7f-07d072fe4eb9.png) to this. ![Screenshot from 2022-08-12 08-39-40](https://user-images.githubusercontent.com/14902277/184277941-964b6c9c-5046-4a6c-aa80-2c993015aa67.png) I have added for prioritisation so that our product teams can check and...

we won't audit the tags here, just update the tag name with ID and Event to make it more readable

@Starker3 I have checked earlier versions too before VUE migration and its not a regression, we convert and store in UTC and post that we check if the visitor current...

@Starker3 Yes, its the same may be we should convert the visitors local time to UTC to do the comparison and it will be consistent for everyone, as currently the...

@Starker3 Should be fixed with release of Matomo 4.12, we will convert the user datetime to UTC during visit and check if its in the specified period defined and fire...