• redaktionbp

    (@redaktionbp)


    Hi,

    This plugin is really great working while using PC and notebook. Unfortunately I don’t find a way to hide for mobile phones, etc. .
    Hope you can help us.

    We’re using t4p Precisio Pro theme. I tried several “hide” codes in the custom css, but no success. Codes like:

    .cuf_input {display:none !important; visibility:hidden !important;}
    or
    .wdqs-inline { display:none !important; }

    However, I think the connection to the wp-float is missing. As I’m a wordpress newbie my knowledge in css/php is practically “0”.

    Hope someone can help me with detailed information to place “what?” “where?”…
    Website (testrun): https://www.business-personalities.com

    Thanks so much in advance!
    Petra

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter redaktionbp

    (@redaktionbp)

    Hi there,

    am I not precises enough? I’m wondering that there’s no reply…
    Can anybody help??

    Ciao,
    Petra

    Hello Petra-

    I was having the same problem, but I fixed it by adding this code to my stylesheet css:

    @media screen and (max-width: 1345px) {
        .dc-floater-content {
            display: none !important;
        }
    }

    You need to change the 1345 to whatever width works for you.

    Hope this helps!

    Thread Starter redaktionbp

    (@redaktionbp)

    Hey Sconchiti!

    Thank you so much… working great!!

    In the meantime I’ve another question… how can I make the float visible also on all categories?? I tried something:

    <input type=”checkbox” value=”1″ class=”checkbox” id=”<?php echo $this->get_field_id(‘cat’); ?>”
    name=”<?php echo $this->get_field_name(‘cat’); ?>”<?php checked( $cat, ‘1’); ?> />
    <label for=”<?php echo $this->get_field_id(‘cat’); ?>”><?php _e( ‘Show on categories’); ?></label>

    … but this is not working. Perhaps you have an idea for this too??

    Best regards,
    Petra

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP Float plugin, how can I hide visibility on mobile devices?’ is closed to new replies.