1. koreless91
  2. Commercial Templates
  3. Sunday, 15 September 2013
  4.  Subscribe via email
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
Accepted Answer Pending Moderation
0
Votes
Undo
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

#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
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
A big thanks =)
It solved all my problems.
The "Sliderfunktion" was no question, but thanks :D

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
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
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


#container_main .wrapper960{margin-top:0px !important;}


Thanks,
JohnO ;)
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
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.
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Can you post a link to an example of the wrapper issue you are having. B)
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
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
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
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
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
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...


.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
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
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
  1. more than a month ago
  2. Commercial Templates
  3. # 9
Accepted Answer Pending Moderation
0
Votes
Undo
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
  1. more than a month ago
  2. Commercial Templates
  3. # 10
Accepted Answer Pending Moderation
0
Votes
Undo
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...


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
  1. more than a month ago
  2. Commercial Templates
  3. # 11
  • 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