End of Support for Joomla 3 - Forum closed
Using other menus and keep footer at bottom
- GeoInfDienst
- Offline Topic Author
- Fresh Boarder
-
- Posts: 1
- Thank you received: 0
Using other menus and keep footer at bottom was created by GeoInfDienst
Posted 8 years 1 week ago #17509
Hi,
I´m currently working with your Template "Pure" and I have two Questions:
Using another Menu-Module
I´d like to use the template together with the JUX Mega Menu ( extensions.joomla.org/extension/jux-mega-menu/ ), but when I put it in the module-position "menu", the frontend only shows a singe dropdown-arrow that will reveal the actual JUX-Menu at mouseover, instead of showing the menu directly in the module-position. I´m pretty sure the problem is with the template, because said dropdown-arrow reacts to the changes I make in the template-customizer under "Mainmenu Top" (for example the hover-background-color or horizontal padding). Other module-positions I tried ("logo" for example) display the menu just fine.
Forcing the Footer to the bottom of the page
The footer-position usually sits nicely at the bottom of the website and thats exactly what I want, but when the height of the page is smaller than the browser-window, the footer will just hover somewhere in-between.
Since I´m workin in an XAMPP-Environment right now, I will try to elaborate this using your demo-website ( demo.joomlaplates.com/#Pure )
If you Add the following code to the bottom of the theme.css, the footer at the bottom will have a dark background that will end exactly where the browser-windows ends:
Now if you also add the following code, the site should be shorter than your browser-window and you should see the footer having lots of free space below it:
Is there any way to make it stick to the bottom even if the page is too short? I´m not looking to make it "sticky" so its always visible and stays in place when you scroll down, hovering above the content.. when the site is long enough to scroll down, the footer should still only appear when you scroll to the end.
I hope you can help me with these things.
Best Regards
- Kai
I´m currently working with your Template "Pure" and I have two Questions:
Using another Menu-Module
I´d like to use the template together with the JUX Mega Menu ( extensions.joomla.org/extension/jux-mega-menu/ ), but when I put it in the module-position "menu", the frontend only shows a singe dropdown-arrow that will reveal the actual JUX-Menu at mouseover, instead of showing the menu directly in the module-position. I´m pretty sure the problem is with the template, because said dropdown-arrow reacts to the changes I make in the template-customizer under "Mainmenu Top" (for example the hover-background-color or horizontal padding). Other module-positions I tried ("logo" for example) display the menu just fine.
Forcing the Footer to the bottom of the page
The footer-position usually sits nicely at the bottom of the website and thats exactly what I want, but when the height of the page is smaller than the browser-window, the footer will just hover somewhere in-between.
Since I´m workin in an XAMPP-Environment right now, I will try to elaborate this using your demo-website ( demo.joomlaplates.com/#Pure )
If you Add the following code to the bottom of the theme.css, the footer at the bottom will have a dark background that will end exactly where the browser-windows ends:
Code:
.tm-footer {
background: #111111;
}
Now if you also add the following code, the site should be shorter than your browser-window and you should see the footer having lots of free space below it:
Code:
.layout-slideshow .sprocket-features-img-container img {
display: none;
}
.top-a-outer{
display: none;
}
.top-b-outer{
display: none;
}
.top-c-outer{
display: none;
}
.top-d-outer{
display: none;
}
.bottom-a-outer{
display: none;
}
.bottom-b-outer{
display: none;
}
.bottom-c-outer{
display: none;
}
.bottom-d-outer{
display: none;
}
Is there any way to make it stick to the bottom even if the page is too short? I´m not looking to make it "sticky" so its always visible and stays in place when you scroll down, hovering above the content.. when the site is long enough to scroll down, the footer should still only appear when you scroll to the end.
I hope you can help me with these things.
Best Regards
- Kai
by GeoInfDienst
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Replied by joomlaplates on topic Using other menus and keep footer at bottom
Posted 8 years 1 week ago #17522
Hi there,
1.) An external menu extension on our menu module position is not working
But you can customize the menu:
yootheme.com/support/question/87484
2.) Please never edit the original CSS files, because these files will be overwritten with the next theme update. Always add your custom style to the custom.css
www.joomlaplates.com/template-customizing
Btw without a screenshot or a live Url it is hard to know what do you mean..
1.) An external menu extension on our menu module position is not working
But you can customize the menu:
yootheme.com/support/question/87484
2.) Please never edit the original CSS files, because these files will be overwritten with the next theme update. Always add your custom style to the custom.css
www.joomlaplates.com/template-customizing
Btw without a screenshot or a live Url it is hard to know what do you mean..
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates