Home › Forums › Newspaper X › iPhone Links Problem
Tagged: iphone, link on iphone, mobile, newspaper x, Safari, theme
- This topic has 4 replies, 3 voices, and was last updated 2 years, 5 months ago by
mirx.
- AuthorPosts
- June 17, 2017 at 4:42 am #103885
amkdhs295
ParticipantGreetings Colorlib.
First of all, I would to say thanks for creating a wonderful theme.
I have a problem whereby when I access my website using iPhone 5s and iPhone 7 Plus Safari, the links for blog post is unclickable. Though, other links on the front page is accessible.
FYI
In Customizer = I put the front page as displays Your Latest PostCustomize>Additional CSS> I put the `div#secondary {
position: static;
}
` but still not working.Please and thank you!
June 17, 2017 at 4:58 am #103886amkdhs295
Participantok. found the solution.
added code from https://colorlib.com/wp/forums/topic/links-doesnt-work-on-mobile/
June 17, 2017 at 3:37 pm #103921Support
ModeratorHey there,
I hope you’re doing well todayHappy to see you found the solution.
Let us know if you have any more issues.
Best Regards,
SupportJune 21, 2017 at 8:42 am #104322mirx
ParticipantHi Support,
The issue reported in https://colorlib.com/wp/forums/topic/links-doesnt-work-on-mobile/ solves the problem when displaying pages at Category level.
However, the issue is still occurring for sidebar when an article is displayed on a mobile device. Example: https://www.darryllin.com/dl/hasa-diga-eebowai/.
Thanks.
- This reply was modified 2 years, 5 months ago by
mirx.
June 21, 2017 at 9:17 am #104329mirx
ParticipantI have fixed this issue by updating your suggested CSS in https://colorlib.com/wp/forums/topic/links-doesnt-work-on-mobile/.
The z-index were by best guess as I didn’t really see how many layers were there. Feel free to provide some ideas?
/*Change Z-index of sidebar widget is covering the content*/
@media (max-width: 550px){
div#primary {
position: relative;
z-index: 10;
}
aside#secondary {
position: relative;
z-index: 5;
} - This reply was modified 2 years, 5 months ago by
- AuthorPosts
- The topic ‘iPhone Links Problem’ is closed to new replies.