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
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.