1. cmaj
  2. Commercial Templates
  3. Tuesday, 20 August 2013
  4.  Subscribe via email
Hi

I changed a template (Executive) width. It was 960px, I set 1080 px.
After that I opened my site by iPhone and I found that the right corner of the top menu background is absent. Please look at the picture in the attachment, I have identified the problem areas with a red square.
I saw this effect on iPhone only.

Best regards, Alexander
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of this issue?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran

The URL is: http://music-theory.ru/j25/index.php?lang=ru
I have found the bottom gray line is cut too (see attachment)

But if the template width is 960px - OK

Best regards, Alexander
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Alexander

Could you try adding the following to the Custom CSS field of your templates parameters...


#container_header, #container_base {width: 100% !important;}


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

I have made it but I haven't seen changes.
My idea is:
I'll try to make a vertical line (width 1px) form your 'header.png' picture and change CSS for #container_header:
background: url(<here_vertical_line>;) repeat-x;
If it works I will make the same action for #container_base.
I'll try it today evening or tomorrow and write your results.

Best regards, Alexander
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán

I made a vertical lines from the 'header.png' and 'content_base.png' files width 1px. Names of new files and names of old files are same ('header.png' and 'content_base.png').
After that I changed CSS (nexus.css), see the 'backrgound' tag:
#container_header {
/*background: url(../images/header.png) 50% 0 no-repeat;*/
background: url(../images/header.png) 0 60% repeat-x;
height:160px;
z-index:20;
margin-top:5px;
}

But I have not seen any changes on my site: If I open the site by computer I will see a correct page.
But iPhone shows an incorrect page still. May be is it cache of iPhone? I have cleared a cache...

It's very interesting what the reason of the problem is :)
Ciarán, I hope I have not tired you with the problem. Sorry, but I really can not solve it myself.

Best regards, Alexander
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Alexander

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. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán

I have sent login & password by email

Best regards, Alexander
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Alexander

I have added the following to the Custom CSS field of your templates parameters which has hopefully resolved the issue...


@media only screen and (max-width: 1080px) {
#container_header, #container_base {width: 1080px !important;}
}


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

Thank you very much for your help! It works fine! :)

Best regards, Alexander

p.s.:Maybe you have seen in the list of templates I've tried other templates (not joomla51.com). Your templates are the best templates I've ever seen :) Really professional work, thank you! :)
  1. more than a month ago
  2. Commercial Templates
  3. # 9
  • Page :
  • 1


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