Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter lagadunas

    (@lagadunas)

    any advise how to work out with videoplus theme layouts
    https://www.senoji-animacija.lt/blogas/adsense.jpg

    Plugin Author Santosh Padire

    (@santoshreddypadire)

    Add this code in FAB_share_init(),FAB_Float_Load() functions at begining

    Code:

    if (strpos( $_SERVER[‘HTTP_USER_AGENT’] , ‘iPhone’) )
    return;
    if (strpos( $_SERVER[‘HTTP_USER_AGENT’] , ‘iPad’) )
    return;
    if (strpos( $_SERVER[‘HTTP_USER_AGENT’] , ‘iPod’) )
    return;
    if (strpos( $_SERVER[‘HTTP_USER_AGENT’] , ‘Nokia’) )
    return;
    if (strpos( $_SERVER[‘HTTP_USER_AGENT’] , ‘Opera Mini’) )
    return;
    if (strpos( $_SERVER[‘HTTP_USER_AGENT’] , ‘Opera Mobi’) )
    return;
    if (strpos( $_SERVER[‘HTTP_USER_AGENT’] , ‘SonyEricsson’) )
    return;
    if (strpos( $_SERVER[‘HTTP_USER_AGENT’] , ‘BlackBerry’) )
    return;
    if (strpos( $_SERVER[‘HTTP_USER_AGENT’] , ‘Mobile Safari’) )
    return;
    include the mobiles and browsers for which you don’t want to display adsense bar.

    Thread Starter lagadunas

    (@lagadunas)

    I want to display in all browsers FAB, should i have to work out thit my website layouts to not cover my content?

    Plugin Author Santosh Padire

    (@santoshreddypadire)

    Changing the layouts is one option and also consider floating left/right options (or) try to have low width ads in the FAB

    Thread Starter lagadunas

    (@lagadunas)

    Thak you.

    Thread Starter lagadunas

    (@lagadunas)

    NEED HELP to change layouts for videoplus theme? my knowledge of css not much.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Floating Adsense Bar] adsense cover's my content Advise?’ is closed to new replies.