Stats not working and option to turn off for mobil

Discussion in 'Leads Squeezer WordPress Plugin' started by frontdoor, Aug 6, 2013.

  1. frontdoor

    frontdoor Guest

    Joined:
    Dec 28, 2011
    Messages:
    1
    Likes Received:
    0
    hi there,

    i just installed this again and my stats are not working though i can see in my aweber acct i have signups and i also see it being displayed so not sure what i can do to get stats working

    also, is there a way to turn off for mobil users?

    thanks

    chris
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. For your first issue,
    Could you please provide the following information listed below.

    Thread Link: http://www.inkthemes.com/community/threads/stats-not-working-and-option-to-turn-off-for-mobil.6577/
    Your Website URL:
    WordPress Username:
    WordPress Password:
    Aweber Login Name:
    Aweber Password:

    Send this information on our email at [email protected]
    We will check and try to resolve your issue.

    2. For your second issue,
    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    @media only screen and (max-width: 767px) {
    #popup_wrapper {
    display: none ! important;
    }
    }
    @media only screen and (max-width: 480px) {
    #popup_wrapper {
    display: none ! important;
    }
    }
    This will solve your issue.
     

Share This Page