Forum replies created

    Roman
    Spectator
    Posts: 3147
    December 18, 2013 at 10:30 am #8794

    actually the script is included in the footer area. please check if you have this in library/functions/basic-functions.php line # 224:

    Code:
    <?php $evl_sticky_header = evl_get_option(‘evl_sticky_header’,’1′); if ( $evl_sticky_header == “1” ) { ?>

    <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 } ?>

    Roman
    Spectator
    Posts: 3147
    December 17, 2013 at 2:22 pm #8790

    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.

    Roman
    Spectator
    Posts: 3147
    December 17, 2013 at 2:14 pm #8789

    you can try this yet, same in Custom CSS, but not sure if it will work:

    Code:
    .post:last-child {
    border-bottom: 0;
    margin-bottom:0;
    padding-bottom: 0;
    }
    Roman
    Spectator
    Posts: 3147
    December 17, 2013 at 2:12 pm #8788

    yes, it’s better to use some additional plugin as I prefer to stay away from any ads integration for security reasons

    Roman
    Spectator
    Posts: 3147
    December 17, 2013 at 2:11 pm #8787

    I am not sure, what you mean. You want to change the shortcode, or?

    Roman
    Spectator
    Posts: 3147
    December 17, 2013 at 10:09 am #8781

    you found it yourself 🙂

    Roman
    Spectator
    Posts: 3147
    December 17, 2013 at 10:02 am #8780

    insert this yet in the Custom CSS field:

    Code:
    #main {padding-bottom:0;}
    Roman
    Spectator
    Posts: 3147
    December 16, 2013 at 8:04 pm #8774

    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?

    Roman
    Spectator
    Posts: 3147
    December 16, 2013 at 8:02 pm #8773

    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

    Roman
    Spectator
    Posts: 3147
    December 16, 2013 at 7:59 pm #8772

    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