jmyers1643
Forum Replies Created
-
thanks for the link
site came back as being gzipped
must be something on googles end to cause the up and down numbersForum: Plugins
In reply to: easy way to have a video playlist from wmv files?understand – i got all my mp4 files converted to flv files now and tried to use wordtube but its breaks my suckerfish menu nav for some reason
see http://www.hwdental.net/main/Forum: Plugins
In reply to: easy way to have a video playlist from wmv files?not sure what you mean, jw player was used with wordtube – can it be used by itself for an mp4 playlist?
Forum: Plugins
In reply to: easy way to have a video playlist from wmv files?looks like wordtube with wordtube flow-player would work but no support (yet) for playlist
tried proplayer but couldn’t get the videos to load
any other options – was able to convert the wma files to mp4 at least 😀
Forum: Plugins
In reply to: easy way to have a video playlist from wmv files?wordtube looks very similar – i will look for a converter tool and try it out – thanks
Forum: Themes and Templates
In reply to: header only display correctly in firefox?dseur thanks for your reply but seems i have fixed it
there was an extra “/” in my css that was breaking itthanks
Forum: Themes and Templates
In reply to: Sidebar: Different for each pageworks good for me – to bad you can’t use different widgets for each page/sidebar – – or can u? (doubts it)
Forum: Themes and Templates
In reply to: best way to have different header image for each page?this worked great – however firefox seems to be the only browser that will display it correctly ??
Forum: Themes and Templates
In reply to: best way to have different header image for each page?gotcha i’ll try it out, thanks
Forum: Themes and Templates
In reply to: best way to have different header image for each page?found this code somewhere during my search and got it to work with one page
<div id=”<?php if ( is_page(2) ) { echo ‘alt2-header’; } else { echo ‘header’; } ?>”>how do i add multipule pages to the code