Hello
I'm using the Caitlin template and found problems with the hornav menue, using the internet app on samsung tablet. It can be well demonstrated on the caitlin demo server.
This happens:
- Screenshot1: normal display when first loading the page
- Screenshot2: normal display when scrolling down, the hornav sticks on top
- Screenshot3: scrolling back to top, the hornav menue bar is empty
This is probably a bug of android, I don't know, but is there a way to overcome this in the webpage settings?
Stefan
- stebue@gmail.com
- Commercial Templates
- Sunday, 14 May 2017
- Subscribe via email
Hello
To amend try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To amend try adding the following to the Custom CSS field of your templates parameters...
#container_hornav-sticky-wrapper {
position: relative;
z-index: 1040;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Hi Ciarán
I implemented the code you suggested, but unfortunately, this seems not change at all. Is there another option?
Stefan
I implemented the code you suggested, but unfortunately, this seems not change at all. Is there another option?
Stefan
- more than a month ago
- Commercial Templates
- # 2
Hi Stefan
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Thank you Stefan
Just wondering have you since been able to resolve this issue? We have tried replicating on a number of Android devices on screensizes where this menu is displayed without success.
Ciarán
Just wondering have you since been able to resolve this issue? We have tried replicating on a number of Android devices on screensizes where this menu is displayed without success.
Ciarán
- more than a month ago
- Commercial Templates
- # 4
Hi Ciarán
No, I wasn't able to fix it and I still can reproduce it with my homepage and the Caitlin demo pages. It is probably an android issue, depending on software versions or configuratons. I'm trying to investigate this with more devices.
Thanks for looking into this matter
Stefan
No, I wasn't able to fix it and I still can reproduce it with my homepage and the Caitlin demo pages. It is probably an android issue, depending on software versions or configuratons. I'm trying to investigate this with more devices.
Thanks for looking into this matter
Stefan
- more than a month ago
- Commercial Templates
- # 5
Hi Ciarán
The tablet showing this malfunction is a Samsung Tab3 (GT-P5210), running Android 4.4.2 (newest available SW for this device)
I tested with a newer device with 6. generation Android, and this seems to work perfectly. Can you confirm that your tests were done using newer Android.
Cheers,
Stefan
The tablet showing this malfunction is a Samsung Tab3 (GT-P5210), running Android 4.4.2 (newest available SW for this device)
I tested with a newer device with 6. generation Android, and this seems to work perfectly. Can you confirm that your tests were done using newer Android.
Cheers,
Stefan
- more than a month ago
- Commercial Templates
- # 6
Hi Stefan
All test have been done using current Android 7.0
If you wish to accommodate older devices one option is to disable the sticky menu?
Ciarán
All test have been done using current Android 7.0
If you wish to accommodate older devices one option is to disable the sticky menu?
Ciarán
- more than a month ago
- Commercial Templates
- # 7
Hi Ciaran
Yes, I think it might be a good option to disable the sticky menu to ensure compatibility. Is it correct that a Custom CSS is required for that?
Stefan
Yes, I think it might be a good option to disable the sticky menu to ensure compatibility. Is it correct that a Custom CSS is required for that?
Stefan
- more than a month ago
- Commercial Templates
- # 8
Hello
To disable remove the following from your templates scripts.php (../templates/j51_caitlin/php/scripts.php)...
Ciarán
To disable remove the following from your templates scripts.php (../templates/j51_caitlin/php/scripts.php)...
<!-- Sticky Div -->
<script type="text/javascript" src="/<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/jquery.sticky.js" charset="utf-8"></script>
<script type="text/javascript" >
jQuery(window).load(function(){
jQuery("#container_hornav").sticky({ topSpacing: 0 });
});
</script>
Ciarán
- more than a month ago
- Commercial Templates
- # 9
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »