Forum replies created
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
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.
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.
Thanks, but this is the white space I am talking about:
Yes, good idea. Perhaps slightly adapt the classes I gave you as they are not ideal for Alora.
And it looks like some open-sans references are hardcoded in css too?
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)
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
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.
Yes, that did it!
For the time being I removed these from header.php
<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; ?>