• Hello NewsPaper-x theme,

    I found a bug in your theme. That is hyperlink or tag_link in post or pages does not work in small devices like mobile, tab etc.

    Quick Fix – Please add .col-xs-12 { z-index:1; } in your css file.

    Thanks.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi @apprimit,

    I hope you are well today and thanks for posting here.

    I couldn’t reproduce the issue on my test site so could you please share me the page URL from your site where it is not working correctly or share the screenshot of it so that i can troubleshoot it?

    Best regards,
    Vinod Dalvi

    Thread Starter Amit Singh

    (@apprimit)

    I have fixed my issue. Post Hyperlinks don’t work with chrome browser (small devices – mobile). After spending sometimes i have found a solution and post here in previous message. you can also check it on Demo theme.
    Open any post and check tag link or any link within a post.

    Thanks

    • This reply was modified 7 years, 2 months ago by Amit Singh.

    I could confirm the issue therefore notified the developer about it on the following page.

    https://github.com/puikinsh/newspaper-x/issues/35

    Thanks for helping out.

    Your help here is really appreciated.

    Can one of you help me??
    I have a live blog post that is sponsored and my links are not working on mobile phones! I don’t understand how to fix this from your responses here. I have wordpress and bluehost.
    How do I add this code to my CSS file? will that work for me? Here is the post that is not working on mobile. Only one of the links will work. All links are the same destination.
    https://domesticblonde.com/2017/10/05/how-to-master-a-day-in-the-car-with-the-kids/

    Thank you!!

    Kelly

    Thread Starter Amit Singh

    (@apprimit)

    hello,

    Go to wp admin area – dashboard > appearance > customize

    scroll down tab and select custom css or additional css option.

    just add the code given below

    article { z-index:1; }

    Best!
    Amit

    • This reply was modified 7 years, 1 month ago by Amit Singh.
    • This reply was modified 7 years, 1 month ago by Amit Singh.

    I responded through email, but not sure if it worked..–>

    Thank you so much for the response!
    I did just what you said and It isn’t working. Only a 2 of the 5 links work, I have no idea why. They are all the same link, so it’s weird!! I don’t know what to do

    Thread Starter Amit Singh

    (@apprimit)

    Hello, your links are working well in mobile devices, you can check it here

    https://mobiletest.me/

    and one more thing you can try to fix this. Add code in your additional css option and customize.

    .post, article.page { z-index:1; }

    Hope it will work!

    @domesticblonde I visited your shared site and found you are not using newspaper-x theme on your site but other theme so this is not right forum to get help for your theme instead please contact your theme developer or post your question here https://www.ads-software.com/support/forum/miscellaneous/

    Thank you! As you can tell I am not as computer savvy as you guys! But I really appreciate how nice you all were to help me out!!

    Kelly

    You are always welcome here ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Solution for hyperlink not working in small devices – NewsPaper-x theme’ is closed to new replies.