1. Frank007
  2. Commercial Templates
  3. Wednesday, 04 November 2015
  4.  Subscribe via email
Having a strange issue on an Iphone 6 with Safari 9.1. The site seems to have lost all content. Menu items work and you can click on them just nothing shows up. See attached image.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Frank

Unfortunately we are having an issue trying to replicate this problem. Is the issue present on every page of your site? Have you tried disabling your 3rd party plugins to see if that resolves the issue?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,
Yes I have also been unable to replicate it since the client reported it.
It seems this started when her iPhone6 was upgraded to iOS 9.1 about a month back. She has also had other people report it to her so it is not just the one phone.

To answer your questions: - yes it happens on every page on the site.
I will see if I can setup a time to try disabling the plugins and have the client check. The ones I have added are Akeeba Backup, Ignite Gallery, SH404SEF and RSForms. Added jquery Easy after the problem occurred to see if it would help.

Thanks
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,
Some more information for you.
I disabled most of the plugins - no change.

What I have discovered is that the homepage works and displays the content. This uses a different template.

In looking at the difference between the Homepage and the default templates, I added some custom code to the default template to solve a display issue I was having. Found the code from one of your recommendations here on the site and it did solve my initial problem. This is the code:
h2,h3,h4,h5 {
color: #6b1d20;
}
#header, #header_slide {
height: 150px;
}
.maincontent {
padding: 20px 35px;
}
@media only screen and (max-width: 767px) {
#main {
display: flex;
flex-direction: column;
}
.sidecol_a, .sidecol_b {
order: 1;
}
}


Thanks.
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Frank

This is a great help and thank you for sharing. It seems the issue is related to the initial method used by the template to display the sidecolumn modules below your content on mobile devices. Flex used in the above CSS will be the method for this in the future however due to a small percentage of old browser still unable to support it we had continued to use the old method. From your above post it sounds like a 2 pronged approach will work for the time been which we are currently looking in to.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,
I can confirm that taking out the @media flex part of the CSS solved the issue with the display.

The challenge is now to get those side columns modules to display below the content.
If there is no easy way to do this currently, is there a way to prevent them from showing completely? (On smaller resolution devices).

Thanks.
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Frank

May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will try and set up an alternative solution for re orderings your component / sidecolumn areas. For our reference please paste a link to this post in your email.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Login information sent.
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,
Same problem here with Enlighten template.
display: flex; causes don't show the content in Safari, also in desktop version.
Any solution?

Thanks

Luis
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Luis

May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 9
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán,
Administrative access sent

Thanks!!

Luis
  1. more than a month ago
  2. Commercial Templates
  3. # 10
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Luis

To amend we have used a slightly different approach which is working without issue across all devices. We have added the following to the Custom CSS field of your templates parameters...


@media only screen and (max-width: 767px) {
#main {
display:table;
}
#content_remainder {
display: table-row-group;
float: none;
}
.sidecol_a, .sidecol_b {
display: table-footer-group;
float: none;
}
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 11
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán,
Thank you very much for the solution! It works perfectly.

Sláinte!

Luis

... ... offtopic: I know Mullaghmore and Sligo county, and I think you are very lucky to live in such a beautiful place.
  1. more than a month ago
  2. Commercial Templates
  3. # 12
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Luis

Beautiful on those few good days, although on rainy days like today i think the ducks enjoy more than we do! :)

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 13
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok