walletboy
Forum Replies Created
-
Forum: Plugins
In reply to: [Youtube Channel Gallery] Playlist On The RightFYI warrentier.
I have the CSS code in a custom CSS file that is loaded into the theme after the style sheet for the youtube gallery channel. If you style overrides come before the youtube css file you may run into some issues. The style sheet for the plugin has a lot of !important settings in it.If, for some reason you can not get it to work with and external style sheet just update/modify the plugins style.css file directly.
Forum: Plugins
In reply to: [Youtube Channel Gallery] Playlist On The RightHi warrentier,
I did this in CSS for my site and here is the code I used.
.youtubechannelgallery { margin-bottom: 30px; } .ytcplayer-fixwidthwrapper { float: left; width: 65%; } ul.ytchagallery { float: right; width: 33% !important; display: block; } .ytchagallery:after { clear: both; } ul.ytchagallery .ytctitle { font-size: 12px; }Forum: Plugins
In reply to: [Youtube Channel Gallery] Video Not Playing iPhone or iPadI have found, on the iPhone, that if I start to play the first movie in the playlist all other movies will then play. However, if I select any other movie in the playlist I will only get a black screen and no move will play until I reload the page and play the first movie.
WordPress 3.5.2
Youtube Channel Gallery 1.8.5Had the same issue on our live site, last Wednesday, when trying to update version 1.9 to the “Standard Calendar” for free. My solution was to delete the /wp-content/plugins/all-in-one-event-calendar
and /wp-content/themes-ai1ec folders.I then uploaded copies of the original 1.9 to the plugins folder. and the same with the themes-ailec folder.
I tried this on a new development server today and ran into the same thing.
Forum: Everything else WordPress
In reply to: need music plugin to play throughout siteI am not a fan of auto playing music on a site either but…
Your client is the one paying your bills so here are two possible solutions.http://ww.wp.xz.cn/extend/plugins/audiobar/
Audiobar ads a bar above ore below you site content. It may conflict with your theme but you don’t know till you try it.or
http://ww.wp.xz.cn/extend/plugins/tierra-audio-with-autoresume/
If you use Tierra place the player shortcode within the header or footer of the site so that it will continue playing from page to page.Found the solution on another site.
Directions:
1. Make sure you have activated perma-links
2. Go to NextGen Gallery’s > Options
3. Go to the Gallery tab on the options page
4. (UNCHECK) Deactivate gallery page linkNow the galleries will link to the page the you specified ‘Page link to’
I am getting my galleryview to show up using the code below
[nggallery id=1 template=”galleryview”]I may be having the same problem. I have also link my galleries to specific pages but my album page is linking to default non-permalink.
(see below)
http://www.mydomain.com/myalbum/?album=1&gallery=1
and
http://www.mydomain.com/myalbum/?album=1&gallery=2They should link directly to the “Page link to;” that I have selected for each gallery.
(see below)
http://www.mydomain.com/gallery-1/
and
http://www.mydomain.com/gallery-2/