The frontend is back. But I can't access the backend. May be it is because you are testing.
renaud wrote:
No, I don't change files on your server.
The frontend is back. But I can't access the backend. May be it is because you are testing.
No, I don't change files on your server.
Hello Denis,
Thanks for your answer, the backend is available today.
I've tested and the site is not mobilized yet.
Do you find something? Is there somehing I can do?
Best regards,
Renaud
Thanks for your answer, the backend is available today.
I've tested and the site is not mobilized yet.
Do you find something? Is there somehing I can do?
Best regards,
Renaud
Any luck with this?, can I pay somebody to install this and get it to work?
renaud, you have patched includes/application.php. Just compare original line
and your code
if ($template = $this->get('setTemplate')) {
and your code
// RGE : if ($template = $this->get('setTemplate')) {
if ($template = $this->getUserState('setTemplate')) {
Hello Denis,
This looks like a patch found on the web. See for instance : extensions.joomla.org/extensions/mobile/apple-display/5862 and this is a core modification.
Back to the initial code, the website displayed with a strange template, no custom.css for instance. I've changed the settings in sh404sef and set the tabless option to "no", because my template is tabless.
Now, my template is ok and futhermore I can load the Iphone template!
I have to investigate further how to use the component in order to display menu and so on.
That's a good job Denis! Thank you very much! How can I thank you?
This looks like a patch found on the web. See for instance : extensions.joomla.org/extensions/mobile/apple-display/5862 and this is a core modification.
Back to the initial code, the website displayed with a strange template, no custom.css for instance. I've changed the settings in sh404sef and set the tabless option to "no", because my template is tabless.
Now, my template is ok and futhermore I can load the Iphone template!
I have to investigate further how to use the component in order to display menu and so on.
That's a good job Denis! Thank you very much! How can I thank you?