Digital experiences for all disciplines
Forum Replies Created
-
-
Hi Melanie,
Thanks for your answer.
These changes are those from 1.7 . Since today, it seems to have a new update 1.71 .
The same files are changed too ?Perfect… 😉
I’ll keep the previous js version until you make the option for deciding when use mobil header.
By the way, it could be also cool to have it on Iphone in my case! To keep the langage switcher too…Keep going! You make Internet looking better!
Ben
Hi guys, @swiftideas
Thanks a lot for your answers. It makes sense to make changes if you have requests but I’m sure a lot of users love to have the main menu on Ipads too (and they don’t say it!) 😉
Anyway, the fact is I already replace css files with an old version (you can have a look on my website). I mean style.css, responsive.css , bootstrap-responsive.min.css …
But the fact is the language selector doesn’t work anymore under 1040px width and I don’t know why. Does this came from a php file you have updated ?If I have to replace the whole theme by an older version, will I have issues with WordPress 3.9 ?
I’m using the theme as a catalog, it makes sense for us to have the mobile menu active only on phones. Could you just have a quick look ? 🙂
Thanks by advance for your answers.
BenjaminTry to delete this lines from the custom code I gave you.
I’m using this theme as a catalog so I don’t have any shopping bag.To delete:
#main-navigation > div {
margin-left: -30px;
}R,
BenHi,
I’m not from the staff but you may try to add this code in the css of your child theme.
It worked for me but I don’t use any drop down menu.#main-nav .row > .span9 {
width: 100%;
}
#main-nav .row > .span3 {
display: none!important;
}
#main-navigation > div > ul {
width: 100%;
text-align: center;
}
nav .menu li {
float: none;
}#main-navigation > div {
margin-left: -30px;
}Regards,
BenGot it!
If it could help other members, the following code is working:
#main-nav .row > .span9 {
width: 100%;
}
#main-nav .row > .span3 {
display: none!important;
}
#main-navigation > div > ul {
width: 100%;
text-align: center;
}
nav .menu li {
float: none;
}#main-navigation > div {
margin-left: -30px;
}(There was no dot before the div)
Hello Ed’
Thanks a lot for your answer.
I tried to use your custom css and it did not work… I tried for days to understand why but I did not achieve to. Any idea ? Please… 😉
Concerning the 940px option, I deleted the last @media of bootstraps.
All the best!
Ben -
Posted in: Reply To: Next update ?