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

terrible problem jf Slideshows
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: terrible problem jf Slideshows

terrible problem jf Slideshows 08 Apr 2015 15:13 #6499

I followed this guide and i solved for jf slideshows here

Now, I have the problem that the writing remains superimposed on slidewshow. . Is there any way to keep it but make it appear only at the end of the page ?
Last Edit: 19 Apr 2015 10:54 by Alexanders.

  • Posts:36
  • Alexanders
  • Junior Boarder
  • OFFLINE
  • Karma: 0

Re: terrible problem jf Slideshows 09 Apr 2015 03:28 #6500

In templates/jf_calla-exteriors/css/template.css file, at line 555 remove or comment "position: fixed;":
 
#jf-footer .main-inner1 {
...
/*position: fixed;*/
...
}
 

At line 635 modify:
 
#jf-footer .copyright {
...
position: fixed;
...
}
 

to
 
#jf-footer .copyright {
...
position: absolute;
...
}
 

And add:
 
#jf-footer .main {
position: static;
}
 


joomfreak
Last Edit: 09 Apr 2015 03:30 by isupport.

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: terrible problem jf Slideshows 09 Apr 2015 08:39 #6508

ok! Fixed! Thanks!

  • Posts:36
  • Alexanders
  • Junior Boarder
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.61 seconds
Friday 29 March 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.