Hi Guys .. I added sticky Nav module, because i want header to be sticky and I need to add and id to header, so i can add it to this module
as selector in Use jquery format, Is this only an ID? ( because as far as i can check)
I could not find one, so, in which template i can do that?
Thanks in advance
Ismael
Hi,
You can please customize all files in sites\all\themes\md_orenmode\template\pages
But could you please tell me where i can customize header div? i only need to put and ID .. Please help
Please find code
and add ID.
Could you please tell me the name of the specific template which i can found header? or i need to look at any template?
Please help
Hi added to page--front.tpl.php
<header class="header <?php print theme_get_setting('layout_type','md_orenmode'); ?>" >
And is not working....
I added this id to this other tag, <div id="sticky-header" class="container" class="header">
sticky works but without a black background, please help...
For details please check the following image
Sorry this is correct html line where i added the id and sticky works but wihout black background
<div id="sticky-header" class="container">
any help please here? any feedback?
Hi,
Please give me your website link.
Thank you!
Ferriano.mx
Thanks in advance
Hi Ismaelte,
I went to your website and when I scroll down I don't see your main menu displaying at the top of screen like in this picture http://files.megadrupal.com/forum/3464/sticky.png.
Did I miss something or you removed that feature?
Thanks!
Hi... yeah i deleted the id, but now i added again here, so yoy can check the behaviour...
<header class="header <?php print theme_get_setting('layout_type','md_orenmode'); ?>" >
<div id="sticky-header" class="container">
Please let me know if you can check it today, as here in Mexico at nite this do no affect alot amount of users.
Thanks in advance for your help
Ismael
Hi,
Please add this code to your CSS file:
However, I don't know why you add container class to #sticky-header?
Thank you!
Thanks a lot guys your support is amazing....