-
AuthorPosts
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 11, 2012 at 6:44 am #456898Glad you found it. And you should make this css change with the same file in template folder of this template so that in future if you wanna update JAT3 plugin, this change would not be affected.
Best of luck.
1 user says Thank You to Saguaros for this useful post
hpeeters Friendhpeeters
- Join date:
- January 2008
- Posts:
- 70
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
June 11, 2012 at 8:24 am #456920Hi Saguaros,
Thanks for the tip, i have also made the change in the template folder, didn’t know that.
Rgds,
Henry
thefc_uk Friendthefc_uk
- Join date:
- May 2007
- Posts:
- 143
- Downloads:
- 89
- Uploads:
- 15
- Thanks:
- 55
- Thanked:
- 20 times in 2 posts
October 10, 2012 at 10:20 pm #469689Hi Saguaros
Thanks for the great notes. I have followed them and almost got what I need, however, the main menu appears to be missing on the iPhone. Screen shot below from the iPhone…
I think it has something to do with the width of the screen and the settings for the menu.
Can you help me find the code to adjust and keep the main menu??
site: dev1.thefc.co.uk/smart
Many thanks 🙂
Stuart
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 11, 2012 at 9:30 am #469752Hi Stuart,
When I view it on iPhone, it showed Kranos template, did you change the default template?
thefc_uk Friendthefc_uk
- Join date:
- May 2007
- Posts:
- 143
- Downloads:
- 89
- Uploads:
- 15
- Thanks:
- 55
- Thanked:
- 20 times in 2 posts
October 11, 2012 at 11:36 am #469766Hi Saguaros
I need to get a swoosh (see image) down the left margin of the site and thought the Kronos slide format would help me deliver this for the client by including it within the slideshow.
But I can’t work out how to adjust the template to allow the slide to sit behind the main content >:(
The template is back to pure site
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 12, 2012 at 2:52 am #469835Hi Stuart again,
In case that the slide sit behind the main content, I’m afraid that we cannot use links inside slide.
Currently, you have a huge space: http://easycaptures.com/fs/uploaded/685/5462544098.png, I suggest that you can split image of slideshow, and set the part (as in attached image) as background of the main content, it would be easier.
September 25, 2013 at 10:09 am #507021hi stuaforr,
this thread was very helpful for me!
do you have a solution for displaying the main menu on iphone?
it’s also missing on my template.
thank you!Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 26, 2013 at 8:23 am #507131Do you mean that you want your site looks the same as desktop on iPhone? If so, you can try this way:
– Open file: templatesja_puresiteetclayoutsdefault.xml and remove this:
<file media="only screen and (max-width:479px)">css/layout-mobile-port.css</file>
<file media="only screen and (max-width:735px)">css/layout-mobile.css</file><file media="only screen and (min-width:736px) and (max-width: 985px)">css/layout-tablet.css</file>
<file media="only screen and (min-width:986px) and (max-width: 1235px)">css/layout-normal.css</file>– Open file: templatesja_puresiteblockshead.php remove this:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=3.0, user-scalable=yes"/>
<meta name="HandheldFriendly" content="true" /><?php if (T3Common::mobile_device_detect()=='iphone'):?>
<meta name="apple-touch-fullscreen" content="YES" />
<?php endif;?>Then clean JAT3 cache.
1 user says Thank You to Saguaros for this useful post
kidi Friendkidi
- Join date:
- March 2009
- Posts:
- 134
- Downloads:
- 0
- Uploads:
- 44
- Thanks:
- 28
- Thanked:
- 2 times in 1 posts
September 26, 2013 at 1:59 pm #507193Hello Saguaros,
Thanks a lot for this post. I do this change and, from my side, the site work fine on Iphone and Ipad.
Have a good day.
September 27, 2013 at 8:12 am #507277Hi Saguaros,
thank you. I did this changes, the site now works fine on iphone.
But the menu is still missing on iphone.
I want the same menu like the desktop layout!
My site URL: http://www.fahrzeugausstatter.at/
Many thanks for your help!Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 30, 2013 at 2:59 am #507442Hi zalchris,
Did you remove above code in head.php file yet?
September 30, 2013 at 7:40 am #507470Hi Saguaros,
thank you, it works.
Now i have only one problem. The menu has moved under the logo – look at the screenshot below.
How can i solve this problem?
Thank you!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 1, 2013 at 3:55 am #507601Hi zalchris,
Try to open file: /templates/ja_puresite/css/template.css at approx line 675
h1.logo {
height: 172px;
width: 350px; <<< change it to 332px;
}Then clean JAT3 cache.
saminora Friendsaminora
- Join date:
- March 2009
- Posts:
- 73
- Downloads:
- 12
- Uploads:
- 5
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
January 31, 2014 at 7:58 am #520617Hi guys,
same prob. I would like to deacitvate the iphone and android view and in the backend the views are disabled but on android the android view is enabled. I tried to embed
body#bd #ja-wrapper {
overflow: visible;
} into templae.css but still no success.
cheers martin
see: http://iphone-reparatur-muenchen.deSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 2, 2014 at 12:30 pm #520836Hi Martin,
Please go to the template manager (in your backend) and check whether there is any profile using Android layout or not. If yes, you should switch to the layout you want or simply disable it.
Then clear JAT3 cache.
AuthorPostsThis topic contains 30 replies, has 7 voices, and was last updated by Saguaros 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum