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

beginning article too high up on the page
(1 viewing) (1) Guest

TOPIC: beginning article too high up on the page

beginning article too high up on the page 18 Apr 2015 16:46 #6560

Hello everyone , I have a problem with the layout of the sections K2 .

the text of the article is too high and ends up under the section of the menu

an image is clearer than 1000 words ...
see the attachment


this is my site and not is good
This image is hidden for guests. Please log in or register to see it.


this is your demo and is perfet
This image is hidden for guests. Please log in or register to see it.


can you help me?
Last Edit: 18 Apr 2015 16:47 by icortellessa.

Re: beginning article too high up on the page 20 Apr 2015 03:52 #6567

In template.css, try to add:
 
#jf-content .main {
padding: 120px 0 60px;
}
 


joomfreak

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

Re: beginning article too high up on the page 21 Apr 2015 10:14 #6578

thank you for your post but if i put your code into template.css i obatin the follow problem in the topo of the site (see the image attached) in every page.
This image is hidden for guests. Please log in or register to see it.

Re: beginning article too high up on the page 22 Apr 2015 02:51 #6581

Edit templates/jf_calla-exteriors/index.php file, add:
 
$lang = JFactory::getLanguage();
 

then find and modify:
 
if ($menu->getActive() == $menu->getDefault())
 

to:
 
if ($menu->getActive() == $menu->getDefault($lang->getTag()))
 


joomfreak

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

Re: beginning article too high up on the page 22 Apr 2015 09:07 #6588

i'm sorry but the problem persists . text goes under the black bar top menu and also appears the text of the footer (the part in blue ) that you see if the selection .

I made all the changes that I have kindly written but the problem remains .
in practice , without scrolling the page , the text at the top is always positioned below the black band at the top of the menu


Attachment Immagine2.png not found




This image is hidden for guests. Please log in or register to see it.
Attachments:
  • Attachment This image is hidden for guests. Please log in or register to see it.
Last Edit: 22 Apr 2015 09:20 by icortellessa.

Re: beginning article too high up on the page 23 Apr 2015 03:29 #6593

Edit templates/jf_calla-exteriors/css/template.css file, remove margin-bottom: 40px; at line 349:

This image is hidden for guests. Please log in or register to see it.

Edit templates/jf_calla-exteriors/scripts/js/callaexteriors.js file, modify function sizeBanner like this:
 
function sizeBanner() {
var windowHeight = jQuery(window).height();
var slideHeight = jQuery("#jf-slideshow > div").height();
 
if((slideHeight + 70) >= windowHeight) {
jQuery("#jf-slideshow").css({ 'height' : "auto"});
jQuery("#jf-slideshow > div").css('padding-top', 80);
} else {
jQuery("#jf-slideshow").css({ 'height' : windowHeight + "px"});
jQuery("#jf-slideshow > div").css('padding-top', parseInt((windowHeight - slideHeight) / 2));
}
}
 


joomfreak
Last Edit: 23 Apr 2015 03:29 by isupport.

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0
Time to create page: 1.12 seconds
Thursday 25 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.