Support for Envato Buyers › Forums › Samsara › Responsive issues
- This topic has 9 replies, 2 voices, and was last updated 9 years, 9 months ago by FocuxTheme Support.
-
AuthorPosts
-
-
March 1, 2015 at 5:41 am #7665ponycoachMember
Steps to reproduce on my site fullofknots.com or on your demo site for both issues.
Issue 1
Must use an ipad to reproduce.
Click on search. Select drop down to change search criteria. The search box jumps to the bottom of the screen and acts sporadically.Issue 2
Use Safari browser
Watch the icons in the top navigation and scroll down the page. The icons disappear before they appear again.Most of my targeted audience will be using mobile devices and before i go any further with this theme I wanted to know if these issues were fixable.
Thanks in advance for your assistance.
-
March 2, 2015 at 12:10 am #7671FocuxTheme SupportKeymaster
Hi
1. Could you post a screenshot? Because it works fine on my ipad. Or try to reduce the search textbox width with the following custom CSS, put it into Samsara options > Custom styles > CSS code.
#slidedown-search input[type="text"]{width:180px;}
2. Thanks for reminded, I will fix this issue in the next version, and now the quick solution is that please put the following custom CSS into Samsara options > Custom styles > CSS code
.tools ul li a { -webkit-transition: width .3s ease; -moz-transition: width .3s ease; -ms-transition: width .3s ease; -o-transition: width .3s ease; transition: width .3s ease; }
Thanks
-
March 2, 2015 at 4:46 am #7672ponycoachMember
Interesting. It works on the older ipad for me too. However I did my original testing with the new ipad air 2 and it behaves badly on that device.
Step 1
Click on search button
https://www.dropbox.com/s/0pl91nbac5swint/photo%201.JPG?dl=0Step 2
Click on selection box
https://www.dropbox.com/s/zdma1mmtqq4xzo3/photo%202.JPG?dl=0Step 3
Click on text field
https://www.dropbox.com/s/j4dzpvmawa9bsdf/photo%203.JPG?dl=0Step 4
Click on selection box a second time before performing any searches and select a different type
https://www.dropbox.com/s/btv6tn28c0t3422/photo%204.JPG?dl=0Step 5
Attempt to click on search box again and nothing is clickable. If freezes. Not even the X on the top right of the page to close it works.
https://www.dropbox.com/s/huy16mqkf2j2fui/photo%205.JPG?dl=0 -
March 2, 2015 at 8:29 pm #7686FocuxTheme SupportKeymaster
I don’t have ipad air so that I can’t reproduce the issue like your steps, so I need your help.
What’s browser you used on your ipad air? Is iOS8 on your ipad air?
-
March 2, 2015 at 11:45 pm #7687ponycoachMember
Safari using iOS 8.1.3.
-
March 2, 2015 at 11:54 pm #7688ponycoachMember
The behavior is worse on your demo site. If I click search from the home page of your demo site and select the drop down box, then select a post type the search page disappears showing the home page again but the X to close the search page still remains. If I scroll up on the home page suddenly the search page displays again remembering the selection I just made for post type. When I enter my search text and hit search it disappears again showing the home page. if I scroll up again then it does kind of a refresh and shows the search results. I can screen shot everything if it will help.
-
March 3, 2015 at 11:03 pm #7702FocuxTheme SupportKeymaster
I reproduced the issue, I found it’s only appeared on Safari(iOS8+), it’s compatibility issue for this new version of browser.
I’m sorry that I need time to search on google and find the solution and I will fix it in the next version and let you know ASAP. -
March 4, 2015 at 12:31 am #7704FocuxTheme SupportKeymaster
Try to add the following custom CSS into “Samsara options > custom styles > CSS code”
#slidedown-load {position:absolute;}
-
March 4, 2015 at 2:16 am #7706ponycoachMember
Both glitches have been fixed. Adding the following code as described above did the trick.
.tools ul li a {
-webkit-transition: width .3s ease;
-moz-transition: width .3s ease;
-ms-transition: width .3s ease;
-o-transition: width .3s ease;
transition: width .3s ease;
}#slidedown-load {position:absolute;}
Great Job and Thanks.
-
March 4, 2015 at 10:57 pm #7712FocuxTheme SupportKeymaster
Yes, that’s right!
-
-
AuthorPosts
- You must be logged in to reply to this topic.