vJet2
December 8, 2015, 11:38pm
1
Ok guys I thought I would have a go at doing a skin from a template. Here is my first attempt. Thanks to ITRobb for his post tutorial.
Screenshots are at
https://gyazo.com/6a…97c35c9b5bbc0f8
https://gyazo.com/99…283b5cb5fd7f62f
Feel free to use
Can also be downloaded here
[caalair.zip](< base_url >/applications/core/interface/file/attachment.php?id=1572)
vJet2
December 9, 2015, 9:25pm
2
Here is the finished version with a better screenshot. It can be viewed properly at jet2virtual.com
https://www.dropbox.com/s/71hdsibay4sobgn/Jet2%20site.png?dl=0
vJet2
December 12, 2015, 2:54pm
3
I have a slight problem. The NAV bar does not appear on mobile devices. Can anyone help please
ctabuyo
December 13, 2015, 10:52am
5
I have a slight problem. The NAV bar does not appear on mobile devices. Can anyone help please
Have you use bootstrap for it? If so, did you use the bootstrap resposinveness functions?
Regards,
vJet2
December 15, 2015, 4:03pm
6
Hi ,
The URL is jet2virtual.com
I havnt used bootstrap. I must stress I am a total amateur at this. This is my first skin
ctabuyo
December 15, 2015, 4:58pm
7
In that case you haven´t set what to do with your menu on mobile devices on the .CSS file:
Try something like this, (you might have to adapt the code, and change the name of the menu in this code):
@media screen and (max-width: 643px) {
ul.nav-menu, div.nav-menu > ul {
display: block!important;
}}
Regards!
vJet2
December 15, 2015, 7:12pm
8
Thanks for the reply Ctabuyo.
Didnt work unfortuantely. I did try this as well but no luck
@media screen and (max-width: 643px) {
ul.cssmenu, div.cssmenu > ul {
display: block!important;
}}
I wouldn’t worry about it. The skin isn’t mobile friendly anyways
vJet2
December 18, 2015, 7:54pm
10
I wouldn’t worry about it. The skin isn’t mobile friendly anyways
Ok Thanks but maybe you could tell me how to make it mobile friendly, as I said I am an amateur
In your css you have
#cssmenu #menu-button {display: none;
That may have something to do with it.
vJet2
December 18, 2015, 11:00pm
12
In your css you have
#cssmenu #menu-button {display: none;
That may have something to do with it.
Would you know what should be in there please
vJet2
December 20, 2015, 12:31am
13
Hi all. I have changed the menu on this skin so that it is mobile friendly. You need to replace the CSS file and the core_navigation file. The new files are attached
[new css and Nav.zip](< base_url >/applications/core/interface/file/attachment.php?id=1576)
1 Like