nysom
Forum Replies Created
-
Forum: Plugins
In reply to: I need a video gallery/solution for custom WP siteI got it. I was trying to use the JWPlayer WP plugin on straight html pages. Instead, I used the standard version of JWP on the pages for the iframes. Works like a charm…
Forum: Fixing WordPress
In reply to: html help pleaseIt looks like your video is embedded in a ‘p’ tag, and the text you want to the right of it is in a ‘p’ tag, as well.
I suggest putting your video and text in a single div, and then embed two divs inside that, such that:
html:
<div class="vid_and_text> <div class="vid"> <!--put video here--> </div> <div class="text"> <!--put text here--> </div> </div>.css
.vid_and_text{ position:relative; float:left; width:900px;/*width of container div*/ } .vid{ position:relative; float:left; width:480px;/*width of video*/ } .text{ position:relative; float:left; width:420;/*remaining width of container*/ }You’ll likely have to adjust widths of divs to allow for any white space you want around the divs.
I don’t think it would be okay even if it was free.
There’s no API for adding navigation (except for SmartDeck, and I can’t use that,) and when you ask them for some help, they suggest you learn how to code it yourself.
The community around SD is either not interested in sharing code, or SD doesn’t want them to. They could EASILY front some code for good navigation, but instead they suggest you do it yourself. Pretty sad for something that costs a hundred bucks.
Thank the Global Interweb gods for open-source.
Forum: Themes and Templates
In reply to: Unable to add new templatesuper-administrator had to okay the template.
Forum: Themes and Templates
In reply to: twentyeleven theme options – get sidebar to right sideNever mind. I found it.