Forum replies created
actually the script is included in the footer area. please check if you have this in library/functions/basic-functions.php line # 224:
<script type=”text/javascript” charset=”utf-8″>
//
//
//
// Sticky Header
//
//
//
jQuery(document).ready(function($) {
if(jQuery(‘.sticky-header’).length >= 1) {
jQuery(window).scroll(function() {
var header = jQuery(document).scrollTop();
var headerHeight = jQuery(‘.menu-header’).height();
if(header > headerHeight) {
jQuery(‘.sticky-header’).addClass(‘sticky’);
jQuery(‘.sticky-header’).fadeIn();
} else {
jQuery(‘.sticky-header’).removeClass(‘sticky’);
jQuery(‘.sticky-header’).hide();
}
});
}
});
</script>
<?php } ?>
as Spiros mentioned you need to have it enabled in the theme options….when I check your code, the script is missing… have you try to disable some plugins and see if it helps? btw, you are using evolve theme, not alora.
you can try this yet, same in Custom CSS, but not sure if it will work:
border-bottom: 0;
margin-bottom:0;
padding-bottom: 0;
}
yes, it’s better to use some additional plugin as I prefer to stay away from any ads integration for security reasons
I am not sure, what you mean. You want to change the shortcode, or?
you found it yourself 🙂
insert this yet in the Custom CSS field:
I am developing in a different program….all the design is developed in only CSS…and the logo is in Xara Xtreme..would be helpful for you?
it’s little bit different issue…he needs an ads be placed in the post area also….in the header area can be inserted an ads with the Header #4 style
yes I tried in IE 9, same chrome version and Opera 12.16 . I had only problem with IE…it’s overlapping video..as you said