Hallo,
my problem is, that I have two times the main menu. They are exact the same as each other.
I have this problem only in the mobile Version.
Is there a "CSS Fix" for that?
I have also no "Search Funktion" in my "Template" (because I don't need it).
Can i delete the "Searchspace" in the mobile version?
Thanks for your Help.
Here are some Infos:
Link: www.in-effect.de
Joomla Ver.: 3.1.5
Browser: Safari (and all other mobile browsers)
Screenshot: atm none - sorry - everybody can check it at the mobile device
Localhost: No
I also have a "Slider", yes I know, but I want to keep them and they are not "shown" in the mobile version.
Thanks for your help.
Best Regards
Sebo
- koreless91
-
- Commercial Templates
- Sunday, 15 September 2013
- Subscribe via email
Hello Sebo,
Solution for removing the duplicate menu in the Responsive layout.
Open the responsive.css file located in the letterpress templates css folder.
Copy and Paste the following code into the bottom of the file
Solution for removing the Searchspace in the mobile version
Also paste to the bottom of the responsive.css file
As for your slider question I am not sure as I dnot have the template myself.
Thanks,
JohnO
Solution for removing the duplicate menu in the Responsive layout.
Open the responsive.css file located in the letterpress templates css folder.
Copy and Paste the following code into the bottom of the file
#selectnav2{display:none; !important;}
Solution for removing the Searchspace in the mobile version
Also paste to the bottom of the responsive.css file
/*Mobile Potrait*/
@media only screen and (max-width: 440px) {
.hornavmenu{display:none !important;}
}
/*Mobile Landscape*/
@media only screen and ( max-width: 767px ) {
.hornavmenu{display:none !important;}
}
As for your slider question I am not sure as I dnot have the template myself.
Thanks,
JohnO
- more than a month ago
- Commercial Templates
- # 1
A big thanks =)
It solved all my problems.
The "Sliderfunktion" was no question, but thanks
But now I have this problem:
The normal Slider only gets shown up half.
So 50 percent of the slider are hidden by the next content.
Is there also any fix?
Can i add "spacer" only for the "mobile" version?
Bit big thanks,
Sebastian
It solved all my problems.
The "Sliderfunktion" was no question, but thanks
But now I have this problem:
The normal Slider only gets shown up half.
So 50 percent of the slider are hidden by the next content.
Is there also any fix?
Can i add "spacer" only for the "mobile" version?
Bit big thanks,
Sebastian
- more than a month ago
- Commercial Templates
- # 2
Hello again,
Solution - Display full slideshow
Open the nexus.css file located in the letterpress templates css folder.
Copy and Paste the following code into the bottom of the file
Thanks,
JohnO
Solution - Display full slideshow
Open the nexus.css file located in the letterpress templates css folder.
Copy and Paste the following code into the bottom of the file
#container_main .wrapper960{margin-top:0px !important;}
Thanks,
JohnO
- more than a month ago
- Commercial Templates
- # 3
Thanks again.
Now it seems to be, that all problems are fixxed - thanks.
Only one question again:
Is it possible to show an external site as an Wrapper with 100% "width"?
At the moment I have the problem, that I have to use "px" because 100% width don't work.
Now it seems to be, that all problems are fixxed - thanks.
Only one question again:
Is it possible to show an external site as an Wrapper with 100% "width"?
At the moment I have the problem, that I have to use "px" because 100% width don't work.
- more than a month ago
- Commercial Templates
- # 4
I have to see that the "Server" is corrently offline - my mate will fix it as soon as possible
But the "problem" is also there if the server is offline, so you can check it
Wrapper Problem
Thanks for your help
Thanks
Thanks
Thanks
Best regards
Sebo
But the "problem" is also there if the server is offline, so you can check it
Wrapper Problem
Thanks for your help
Thanks
Thanks
Thanks
Best regards
Sebo
- more than a month ago
- Commercial Templates
- # 6
Is there any way to have a non Responsive single site in the responsive design?
Because I use Kunena and cant find a mobile design. So user cant use the forum.
My idea is, that I route the people from the main menu via the "button" Forum (in the responsive design) to the forum in non-responsive design.
Is there any way to make this work?
Perhaps, is there one tag that i have to add?
Thanks for your help
best regards
Sebo
Because I use Kunena and cant find a mobile design. So user cant use the forum.
My idea is, that I route the people from the main menu via the "button" Forum (in the responsive design) to the forum in non-responsive design.
Is there any way to make this work?
Perhaps, is there one tag that i have to add?
Thanks for your help
best regards
Sebo
- more than a month ago
- Commercial Templates
- # 7
Hi Sebo
Presuming I understand you correctly and you want to set the wrapper to 100% width try adding the following to the Custom CSS field of your templates parameters...
The template wasn't really designed for a 100% width so you may notice certain issue when using this.
Ciarán
Presuming I understand you correctly and you want to set the wrapper to 100% width try adding the following to the Custom CSS field of your templates parameters...
.wrapper960, #header, .hornavmenu {
width: 100% !important;
}
The template wasn't really designed for a 100% width so you may notice certain issue when using this.
Ciarán
- more than a month ago
- Commercial Templates
- # 8
Regarding your forum you could create a second style of your template with the responsive options turned off and apply this style the menu items linking to your forum only. For further details on creating multiple styles may I suggest the following article... http://www.joomla51.com/tutorials/item/creating-multiple-template-styles
Ciarán
Ciarán
- more than a month ago
- Commercial Templates
- # 9
Sorry,
I don't mean width, i meaned hight
Sorry my fault. But I try the hight with your code and it doesn't work
I want 100% hight only from the wrapper.
The idea with the forum is good, but it doesn't work for me
I linked all "Menuentries" to the forum in "non-responsive" design.
But it gets still shown responsive
I have done it at this way:
I clicked at "menu", "main manu", "forum <- the menuentrie" - and then "template syle: non - responsive"
Is that the right way? =)
Thanks for your help
Best regards
I don't mean width, i meaned hight
Sorry my fault. But I try the hight with your code and it doesn't work
I want 100% hight only from the wrapper.
The idea with the forum is good, but it doesn't work for me
I linked all "Menuentries" to the forum in "non-responsive" design.
But it gets still shown responsive
I have done it at this way:
I clicked at "menu", "main manu", "forum <- the menuentrie" - and then "template syle: non - responsive"
Is that the right way? =)
Thanks for your help
Best regards
- more than a month ago
- Commercial Templates
- # 10
Hello
I am presuming you mean the iframe wrapper you have. To set the height of your iframe try adding the followin to the CUstom CSS field of your templates parameters...
Where 500px is your iframe height.
Regards creating a new template style may I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this further. For our reference please paste a link to this post in your email.
Ciarán
I am presuming you mean the iframe wrapper you have. To set the height of your iframe try adding the followin to the CUstom CSS field of your templates parameters...
iframe {
height: 500px;
}
Where 500px is your iframe height.
Regards creating a new template style may I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this further. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 11
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »