Startup template crashing in ios7 for iphone

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Sep 30, 2013 4:08 pm
Reply with quote
Report this post
I am having trouble with the startup theme crashing when viewing on an iphone running ios7. It seems to be the home page where it says 'the key features' on the demo site. The ROCKET, MOUSE, PIGGY icons etc. When I disable this the site shows up ok so it must be something to do with the gk features. Can anybody help with this or has anyone else had similar problems. The site show up fine in safari, chrome and firefox on my laptop and also is ok on android os. It is just since upgrading to ios7.
User avatar
Junior Boarder

teitbite
Mon Sep 30, 2013 5:57 pm
Reply with quote
Report this post
Hi

I've just checked and I see no problem on iOS7. Can You please point me to the place You have a problem with?
User avatar
Moderator

GK User
Tue Oct 01, 2013 10:26 pm
Reply with quote
Report this post
teitbite wrote:Hi

I've just checked and I see no problem on iOS7. Can You please point me to the place You have a problem with?

My site is http://www.cheesydoodles.co.uk maybe it is just my iphone? Can you check and see if it is ok with yours? Thank You.
User avatar
Junior Boarder

teitbite
Thu Oct 03, 2013 9:25 am
Reply with quote
Report this post
Hi

Your site looks fine on my phone as well.
User avatar
Moderator

GK User
Tue Oct 15, 2013 4:41 am
Reply with quote
Report this post
Hi There,

I am having the exact same issue. It crashes after the logo. Started with iOS7

Site is seals.bluedigital.ca

thanks
User avatar
Fresh Boarder

teitbite
Wed Oct 16, 2013 2:50 pm
Reply with quote
Report this post
Hi

Can You please describe this problem a little bit closer ? I see no problem on Your site as well, so I believe I'm looking at wrong place.
User avatar
Moderator

GK User
Fri Oct 18, 2013 1:51 am
Reply with quote
Report this post
Hi

Thanks for the reply, The website works fantastic, however ever since I updated my iOS to 7.0.2 on my iPhone the web site crashes.
I use safari on my phone and the seals logo will appear, then simply close. I attempt again and it always only makes it to the logo and crash.

The site will work if I disable 'responsive layout' in the template settings, however that defeats the purpose.

Thanks
User avatar
Fresh Boarder

teitbite
Sat Oct 19, 2013 5:01 pm
Reply with quote
Report this post
Hi

As You can see on my screen I'm using latest iOS and Safari as described, but there is problem You have described. Sorry but I cannot help You if I will not see the issue. Try maybe send me a screenshot. Hopefully this will give me a hint.
User avatar
Moderator

GK User
Sun Oct 20, 2013 10:23 pm
Reply with quote
Report this post
I also have the same issue - it might not be just iOS 7, it could be the generation of iPhone. For me, it seems to only happen on the iPhone 4S and below. Not sure why, but that seems to be the case.
User avatar
Fresh Boarder

teitbite
Mon Oct 21, 2013 11:43 am
Reply with quote
Report this post
Hi

Can You please show me a screenshot of this ? I'm checking with iPhone 3S and iPhone 5 . No issue for me. Tell me also Your site's url.
User avatar
Moderator

GK User
Mon Oct 21, 2013 5:38 pm
Reply with quote
Report this post
teitbite wrote:Hi

Can You please show me a screenshot of this ? I'm checking with iPhone 3S and iPhone 5 . No issue for me. Tell me also Your site's url.



Hi I too am using an iPhone 4S. He is the only screen shot I can send before it crashes back to main iPhone window
User avatar
Fresh Boarder

teitbite
Tue Oct 22, 2013 6:34 pm
Reply with quote
Report this post
Hi

I have reached to a friend with iPhone4 and was finally able to see the crash. I'm reporting this to programmers. Will let You know when You will answer.
User avatar
Moderator

teitbite
Wed Oct 23, 2013 3:57 pm
Reply with quote
Report this post
Hi

Here is an answer from programmers:

I've checked other case on my iPad 3rd gen, iPhone 5, 4S and on emulator on all devices - there is no problems with it. The problem is most probably connected with fact that iOS7 is not a good choice for iPhone 4 and it causes memory problems.


This is true, since I've upgraded I'm having problems with a lot of apps I've been using for a long time.

And an unfortunate solution:

If somebody will need a solution for IP4 with iOS7 you can always disable the animation scripts by detecting the IP4 (detecting the screen size and resolution - of course it will also detects the IP4S).
User avatar
Moderator

teitbite
Sat Nov 02, 2013 11:49 am
Reply with quote
Report this post
Hi

Programmers came up with a fix by removing the functions causing this issue. Please edit file: /css/gk.stuff.css and remove line 647:

Code: Select all
-webkit-transform-style: preserve-3d!important;


Also file mod_image_show_gk4/styles/gk_startup/style.css and remove line 16:

Code: Select all
-webkit-transform-style: preserve-3d!important;


And replace file mod_image_show_gk4/styles/gk_startup/engine.js with:
User avatar
Moderator

GK User
Mon Nov 04, 2013 5:37 pm
Reply with quote
Report this post
Hi,

I have the latest version of the template and I applied the changes you suggested.
No result, the browser chrome or safari crashes in ios.

Note: when I use the js you have provided, the mod_image_show doesn't work at all.

Thank you
User avatar
Fresh Boarder

teitbite
Wed Nov 06, 2013 12:24 pm
Reply with quote
Report this post
Hi

That's odd it worked with my copy, anyway the fix package should be released soon so it would be better to wait.
User avatar
Moderator

teitbite
Wed Nov 06, 2013 12:35 pm
Reply with quote
Report this post
Hi

I just got an answer from programmers. Looks like a small issue causing this problem is hidden within jooml itself and this would be fixed with upcomming 3.2 version, so our fix will be included with a template version compatible with Joomla 3.2
User avatar
Moderator

GK User
Wed Nov 13, 2013 10:25 am
Reply with quote
Report this post
I also discovered the problems with ICONS on startup template (on Iphone and ipad with ios7). I'am using JOomla 2.5.16. The solution mentioned above (modifing css file and engine.js file didn't worked for me).

My solution:

I removed all the html code (from the custom html module) which give me the animation of the icons (data-animation="flip" data-delay="0").


Now it seems to work on ipad and iphone.
User avatar
Senior Boarder

teitbite
Thu Nov 14, 2013 7:12 pm
Reply with quote
Report this post
Hi

Thanks for shearing, also please try to update template. I know that a fixed template version was released for this problem as well.
User avatar
Moderator

GK User
Mon Nov 18, 2013 2:47 pm
Reply with quote
Report this post
Hi,

I have just upgraded and it still crashes in ios 7.

Thanks
User avatar
Fresh Boarder

teitbite
Wed Nov 20, 2013 2:18 am
Reply with quote
Report this post
Hi

Please try clear cache of the device browser. All I know is that this update helped with my copy of the remplate, but it can also be happening becuase of some other extensions. Try disabled any 3rd party extensions if You will still have this problem.
User avatar
Moderator

GK User
Fri Nov 22, 2013 6:44 pm
Reply with quote
Report this post
Hi,

I have just downloaded the quickstart of Joomla 3.
I installed in a dev account.
No other change.

Again while loading Safari and Chrome crushes.
iphone 4s with ios 7.

Please check.

Thanks again.
User avatar
Fresh Boarder

teitbite
Sun Nov 24, 2013 9:53 pm
Reply with quote
Report this post
Hi

I've send another question about this problem to programmers. Will let You know when they will answer.
User avatar
Moderator

teitbite
Mon Nov 25, 2013 4:24 am
Reply with quote
Report this post
Hi

Programmers told me that all fixes for this problem are applied in this package, so please sen me an access to joomla panel and url of this site so I'll check.
User avatar
Moderator

GK User
Tue Nov 26, 2013 2:40 pm
Reply with quote
Report this post
Hi,

I didn't make any change on the quickstart file, I recently downloaded.
Please tell your programmers to download the latest quickstart and install.
Then please tell them to test with an iphone 4s and ios7.

If they will not face the same problem, I will give ftp or any other connection information.

Thank you
User avatar
Fresh Boarder

teitbite
Wed Nov 27, 2013 2:50 am
Reply with quote
Report this post
Hi

I did. But I have my copy of a quickstart improved by one thing which is important in this matter. I hop this is the reason of the problem. Please try is as well:

IMPORTANT: Please remember to increase the tablet width in the theme settings up to 1040px.
User avatar
Moderator

GK User
Wed Nov 27, 2013 3:07 pm
Reply with quote
Report this post
Hi,

although we are talking about iphones. I followed your instruction. I changed the tablet width.
No result.

My settings are:

Template 1000px
Tablet 1040px
Mobile 580px

Thank you
User avatar
Fresh Boarder

GK User
Thu Nov 28, 2013 4:13 am
Reply with quote
Report this post
I have the same iOS7 crashing problem with http://wattsonpower.com
User avatar
Fresh Boarder

teitbite
Sat Nov 30, 2013 2:05 pm
Reply with quote
Report this post
Hi

@[email protected] this is just impossible. I've installed a quickstart and a joomla template to a clear joomla installation. None of them have the same problem. Please send me all details to Your site: ftp, joomla panel access. I'll start with updating the template since I know fixes for this were made and are working fine at least for a copy I have.
User avatar
Moderator

GK User
Thu Dec 05, 2013 2:01 pm
Reply with quote
Report this post
Hi again,

I sent you an email with the details of the account, hope you got it.

Thank you
User avatar
Fresh Boarder

teitbite
Fri Dec 06, 2013 5:42 am
Reply with quote
Report this post
Hi

Yes I have it, but need unfortunatelly my iphone4 is in service at the moment. I'm getting it back tomorrow so I'll check than.
User avatar
Moderator

teitbite
Sun Dec 08, 2013 8:35 am
Reply with quote
Report this post
Hi

Sorry for delay. Could not get the phone faster. I've removed some new CSS3 features from /css/gk.stuff.css file. Haven't seen site breaking since than. Here is a file to replace for anywine who would like to use the same fix:
User avatar
Moderator

GK User
Tue Dec 10, 2013 2:02 pm
Reply with quote
Report this post
Hi,

it works perfect, thank you
User avatar
Fresh Boarder

teitbite
Fri Dec 13, 2013 4:59 pm
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator

GK User
Fri Dec 27, 2013 9:58 am
Reply with quote
Report this post
Thank you all, this solution helped me solve the problem.

Thank you again. My website: http://www.skorweb.fr
User avatar
Junior Boarder

teitbite
Mon Dec 30, 2013 4:17 pm
Reply with quote
Report this post
Hi

Once again I'm glad it finally fixed the issue :)
User avatar
Moderator

GK User
Thu Jan 16, 2014 12:00 pm
Reply with quote
Report this post
cześć guys,

Unfortunately I am having the same issue, I have replaced gk.stuff with the latest file you have given the other guys, but the site is still crashing Safari.

I just copied and replaced the contents of gk.stuff.css within joomla is that right?

Anx
User avatar
Fresh Boarder

GK User
Thu Jan 16, 2014 6:54 pm
Reply with quote
Report this post
For information, I cleaned the data from my safari browser (cookies and data) via the menu settings / safari. It was after this action that works again to.
User avatar
Junior Boarder

teitbite
Sat Jan 18, 2014 4:29 am
Reply with quote
Report this post
Hi

@[email protected] please try to clear cache of a browser. The file included has the troublesome code removed. File should be replaced in templates /css/gk.stuff.css
User avatar
Moderator

GK User
Thu Aug 14, 2014 9:39 am
Reply with quote
Report this post
Same issue for me here. I remembered having that kind of crash using a slide show from another developer and found out by that time, css "preserve-3d" which apparently triggers hardware acceleration on mobile devices was the cause of the crash. I did a full text search in all of the css files and completely deleted all of those entries and that always does the trick for me...that was before I found this thread, but basically that's what you guys are doing here as well.
User avatar
Fresh Boarder


cron