• I have a problem with a bar named wp-SuperSized with small MOBILES screens
    (resumo em brasileiro / português, ao final)

    Problem: The bar DON’T stay on bottom, anytime, as expected.

    SOLUTION:
    I will exclude mobiles, for now!

    At wp-supersized/index.php — before “include_once(….”, do:

    if ( !wpmd_is_device() )

    {

    *****************************
    ******* ORIGINAL BLOCK ******
    ******* OF CODES ************

    }

    __________________________
    So, the NOT “!” include desktop only; Exclude all ‘devices’ (as example).

    That is all.

    Artur Sá Menezes
    ==============================
    Português, brasileiro:
    /* Implementação de IF, funciona perfeitamente, EXCLUINDO os mobiles da exibição deste wp-SuperSized, mas somente depois de instalado o plug-in https://wordpress.org/plugins/wp-mobile-detect, vide /faq/ também — depois, vou ver se incluo os iPads e tablets maiores… */

  • The topic ‘WORKS FINE — Look at this’ is closed to new replies.