VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

Problem with IPAD and similar
(1 viewing) (1) Guest

TOPIC: Problem with IPAD and similar

Re: Problem with IPAD and similar 31 Jul 2013 15:01 #2615

you should change this too in template.css:

#jf-slideshow {
background-size: 100% 100%; /*cover;*/
background-attachment: local; /*fixed;*/
}

Re: Problem with IPAD and similar 01 Aug 2013 09:00 #2619

The problem remains.So, I would like some clarification:

the changes below should be included within the module "@media (min-width: 481px) and (max-width: 599px)", right???

#jf-body {
background-color: #fff;
position: relative;
z-index: 9;
}

#jf-footer {
z-index: -1 !important;
}

#jf-slideshow {
background-size: 100% 100%; /*cover;*/
background-attachment: local; /*fixed;*/
}

  • Posts:5
  • paolof
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Problem with IPAD and similar 01 Aug 2013 11:16 #2627

No, in the master part of the css, but z-index:-1 gives problem (it's unclickable), so I fixed it:

1) Move the div.copyright outside the div.main, but still inside the div#jf-footer

2) In template.css:

---add at the end of the file:
@media
only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2),
only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1) {
#jf-footer .copyright {
position: relative;}
}

---change in the main part:
#jf-footer {
background-color: #313131;
color: #fff;
font-family: misoregular;
text-align: center;
min-height: 452px;
position: relative;
}

#jf-footer .main-inner1 {
background: url(../images/linestar-footer.png) no-repeat center 70px;
padding: 160px 0 0;
position: relative;
bottom: 40px;
width: 960px;
}
Last Edit: 01 Aug 2013 15:48 by stefanomaxis.

Re: Problem with IPAD and similar 01 Aug 2013 15:33 #2636

That's very very good. Congratulations and thank you very much!

  • Posts:5
  • paolof
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Problem with IPAD and similar 02 Aug 2013 02:52 #2640

Do we still need to update index.php file by the download indicated by m.freak?

Re: Problem with IPAD and similar 02 Aug 2013 10:45 #2644

Yes
Time to create page: 1.01 seconds
Friday 19 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.