Forum Replies Created
list of topics you have created till now.
-
-
That did it, thanks again.
That’s great, thanks for the info.
Could you please point me in the right direction so I can fix this part myself, because I made a lot of adjustments to the theme I’m unable to update directly.
Hey!
Any news on the search bug?
awesome, thank you.
Problem solved!
Here’s the solution for anybody how’s interested
So sorry I just assumed the iPad, because normaly it acts the same way as the iPhone.
Search does definitely not work on the iPhone.
I even tried your demo page again for Read WP. The mobile search bar comes down but then immediately goes back up, it’s impossible to type anything.
iPhone 6 with iOS 8.2 and also tested on my old iPhone with iOS 3.1.2
Would be great if we could find a solution.
Thank you so much!
Thanks for your response.
It doesn’t work on any of my iOS devices, doesn’t matter which iOS Version (new and old)
Doesn’t work on iPhone, iPad and so on.
Found a different way to do it with working search function.
I used http://stickyjs.com
….with a modified call function:
jQuery(document).ready(function(){
jQuery(“nav#site-navigation.main-navigation”).sticky({
topSpacing:0, getWidthFrom:’page’,
});
});