Forum replies created

    Spiros Doikas
    Spectator
    Posts: 48
    December 16, 2013 at 6:35 pm #8769

    Something similar I talked about here. I think a header widget area should be in the next version.
    http://theme4press.com/support/current-themes-group5/alora-forum27/setting-up-layer-slider-thread897

    Spiros Doikas
    Spectator
    Posts: 48
    December 16, 2013 at 6:27 pm #8768

    Did you test the above page? Did you also check z-index (menu items going below video or image)?

    Just tested again with IE 11 and Chrome 31.0.1650.63 m – no sticky header. Same in Opera.

    Spiros Doikas
    Spectator
    Posts: 48
    December 16, 2013 at 6:24 pm #8767

    Yes, this is the default (i.e. via using the wordpress editor option), but does not render anything (i.e. no bullet or extra spacing) unless I add an extra style for plain ul. The question is, hot to apply to plain UL the style that is applied with the aforementioned shortcode.

    Quote:
    <ul class=”list-icon circle-yes list-icon-arrow”>
    Spiros Doikas
    Spectator
    Posts: 48
    December 16, 2013 at 6:22 pm #8766

    Thanks, but this is the white space I am talking about:

    http://www.siderman.gr/o-erotismos-stin-tehni/

    9ksm.png

    Spiros Doikas
    Spectator
    Posts: 48
    December 16, 2013 at 6:18 pm #8765

    Yes, good idea. Perhaps slightly adapt the classes I gave you as they are not ideal for Alora.

    Spiros Doikas
    Spectator
    Posts: 48
    December 16, 2013 at 8:38 am #8754

    And it looks like some open-sans references are hardcoded in css too?

    Spiros Doikas
    Spectator
    Posts: 48
    December 15, 2013 at 8:19 am #8752

    Yes.

    Also, looks like there is a z-index issue in some cases, as with videos or even images
    http://www.siderman.gr/ena-tragoudi-gia-ton-orfea/5/ (try the menu Κείμενα using Chrome)

    2tkw.png

    Spiros Doikas
    Spectator
    Posts: 48
    December 14, 2013 at 10:03 pm #8750

    Google Chrome Version 31.0.1650.63 m
    FF 25
    Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.16

    Spiros Doikas
    Spectator
    Posts: 48
    December 14, 2013 at 9:38 pm #8747

    Hmm, maybe that should be a feature you should consider for a future release. I guess it is just a matter of adding a top widget area, not really much work.

    Spiros Doikas
    Spectator
    Posts: 48
    December 14, 2013 at 9:11 pm #8745

    Yes, that did it!
    For the time being I removed these from header.php

    Code:
    <?php if(!$data[‘status_gmap’]): ?><script type=”text/javascript” src=”https://maps.google.com/maps/api/js?v=3.exp&sensor=false&language=&#060;?php echo substr(get_locale(), 0, 2); ?>”></script><?php endif; ?>
    Code:
    <?php if($data[‘google_body’] && $data[‘google_body’] != ‘Select Font’): ?>
    <link href=’http<?php echo (is_ssl())? ‘s’ : ”; ?>://fonts.googleapis.com/css?family=<?php echo urlencode($data[‘google_body’]); ?>:300,400,400italic,500,600,700,700italic&subset=latin,greek-ext,cyrillic,latin-ext,greek,cyrillic-ext,vietnamese’ rel=’stylesheet’ type=’text/css’ />
    <?php endif; ?>

    <?php if($data[‘google_nav’] && $data[‘google_nav’] != ‘Select Font’): ?>
    <link href=’http<?php echo (is_ssl())? ‘s’ : ”; ?>://fonts.googleapis.com/css?family=<?php echo urlencode($data[‘google_nav’]); ?>:300,400,400italic,500,600,700,700italic&subset=latin,greek-ext,cyrillic,latin-ext,greek,cyrillic-ext,vietnamese’ rel=’stylesheet’ type=’text/css’ />
    <?php endif; ?>

    <?php if($data[‘google_headings’] && $data[‘google_headings’] != ‘Select Font’): ?>
    <link href=’http<?php echo (is_ssl())? ‘s’ : ”; ?>://fonts.googleapis.com/css?family=<?php echo urlencode($data[‘google_headings’]); ?>:300,400,400italic,500,600,700,700italic&subset=latin,greek-ext,cyrillic,latin-ext,greek,cyrillic-ext,vietnamese’ rel=’stylesheet’ type=’text/css’ />
    <?php endif; ?>

    <?php if($data[‘google_footer_headings’] && $data[‘google_footer_headings’] != ‘Select Font’): ?>
    <link href=’http<?php echo (is_ssl())? ‘s’ : ”; ?>://fonts.googleapis.com/css?family=<?php echo urlencode($data[‘google_footer_headings’]); ?>:300,400,400italic,500,600,700,700italic&subset=latin,greek-ext,cyrillic,latin-ext,greek,cyrillic-ext,vietnamese’ rel=’stylesheet’ type=’text/css’ />
    <?php endif; ?>