Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1332744
    deanrix
    Participant

    Hi there,

    I have a problem with the revolution slider not working on iphones…the only way the slider will appear on iphones is by hitting the enter button on the phone a few times and then it actually shows up.

    I have followed your advice on previous forums ie:http://prntscr.com/6vm4az
    Still no luck.

    Im using Chrome developers tools and checking iphone5 and 6 the view looks perfectly fine…like it works well. However checking on the actual phone it does not, Therefore the developers tools on chrome are completely incorrect and confusing…..can you advise a better way of veiwing responsive with another product on chrome ?

    I will forward you my url and sign in details.

    Regards
    Dean

    #1332745
    deanrix
    Participant
    This reply has been marked as private.
    #1334992
    Joao
    Moderator

    Hi There,

    Please provide also the user and password for the popup authentication.

    Thanks

    Joao

    #1336084
    deanrix
    Participant

    Hi there,

    I have spoken to my server provider “Openhost”. They said the pop up you get is to prevent “Brut force attacking”.
    They told me to tell you
    Username: u
    Password: 2
    Those intial problems I have had I have managed to solve….However…I now have a problem with phone numbers not appearing on iphone or ipad on my website section which says “Call Oam on 027 460 7222. I have followed instructions from the forum and told to add the following php to my x-child > function.php…after doing so I get nothing but white screen?:
    function custom_head-addition() {
    echo ‘<meta name=”format-detection” content=”telephone=no”>’ ;
    }
    add_action(‘wp_head’, ‘custom_head-addition’);

    #1336286
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! The function is incorrect. You will need to use this code instead:

    function custom_head_addition() {
    echo '<meta name="format-detection" content="telephone=no">' ;
    }
    add_action('wp_head', 'custom_head_addition');

    Please let us know if this works out for you.

    #1339079
    deanrix
    Participant

    Thats Awesome…Its working !!!

    Thank you again for your help.

    Regards
    Dean

    #1339335
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1332744 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>