New Front EN › Support Forums › Shogun Theme Support › Mobile Issues
- This topic has 4 replies, 2 voices, and was last updated 8 years, 3 months ago by
satori.
-
AuthorPosts
-
February 24, 2015 at 11:58 pm #6616
scotta
MemberHi,
Having issues with http://www.polandwheelerlaw.com on mobile devices1. We are currently seeing the google analytics code at the top (only on mobile)
2. The slider text is not working properly. It shows at the top/bottom of the image, so needs to scale better for the smaller size. I am ok removing the slider on mobile if that is easiest.Thanks for your help!
-
This topic was modified 8 years, 3 months ago by
scotta.
February 25, 2015 at 11:16 pm #6689satori
KeymasterHey Scotta,
first of all, thank you for the purchase!
I will go over the issues in the same order:
1). Please insert only the GA tracking ID (a code of the form: “UA-XXXXXXXX-X”) into the “Analytics” tab of the Theme Options panel – a further example of the needed code is indicated in the description of the said field. In case you are using the Universal Analytics (i.e. the newer version of the code), please also download this archive, unzip it, and upload the resulting file into the theme folder (/wp-content/themes/Kanso).
2). To disable the slider on smaller screens, please insert this code into the “Style: Add Custom CSS” tab of the Theme Options panel:
@media only screen and (max-width: 767px) {
#header-slider { display: none; }
}
Should you face problems with any of the above, or have other questions about the theme, do not hesitate to contact me!
Sincerely,
Andrii / Satori StudioMarch 2, 2015 at 4:27 am #6691scotta
MemberHi – thanks for your response. I have my google code issue fixed. Still having trouble with the slider on mobile. I entered the code you provided and didn’t see any change. Below is what I entered in the field you suggested:
@media only screen and (max-width: 76px) {
#header slider { display: none; }
}
March 5, 2015 at 5:38 pm #6696scotta
MemberHi – Wanted to follow up on the above and see if you have any additional thoughts on how to correct the mobile issue. Thanks!
March 6, 2015 at 7:37 pm #6699satori
KeymasterHey Scotta,
could you please double-check that the code you’ve inserted corresponds to the one I’ve provided above – specifically the figure in the first line, it should be 767 instead of 76:
@media only screen and (max-width: 767px) { #header-slider { display: none; } }
Sincerely,
Andrii / Satori Studio -
This topic was modified 8 years, 3 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.