kcorcoran
Forum Replies Created
-
Forum: Plugins
In reply to: [TubePress] Display single, most recent video from gallery on homepage?Ok so I undrestand that and vot it to work however I tried to create a page with a single video and display the contents of that page (the video) in a slider on my homepage but it isnt showing up.
How would I display a single video as a slide on a slider or within a spot on my homepage by modifying my page’s template?
Forum: Plugins
In reply to: [TubePress] Display single, most recent video from gallery on homepage?Absolutely makes sense.. thanks.
Forum: Plugins
In reply to: [WP Easy Gallery - WordPress Gallery Plugin] Thumbnail Arrows not inlineNo problem.
Keep in mind, if you added it to ‘prettyPhoto.css’ and the plugin is updated without this being fixed, it will overwrite your fix and you’ll have to do it again.If you do it in the theme’s style.css, not so much.
Forum: Plugins
In reply to: [WP Easy Gallery - WordPress Gallery Plugin] Thumbnail Arrows not inlineFixed this issue.
Also, thumbs were displaying all the way across my modal window off the screen for me on FF (as it looks like it is for OP.)To fix, add the following css to your theme’s “styles.css” or the plugin’s “prettyPhoto.css” located at YOURSITE.COM/wp-admin/plugin-editor.php?file=wp-easy-gallery/css/prettyPhoto.css
after the last line.
.pp_gallery div{overflow:hidden;float:left;} a.pp_arrow_next{display:inline;float:right;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px} a.pp_arrow_previous{display:inline;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px} .pp_gallery{left:50%;margin-top:-50px;position:absolute;z-index:10000}
Without this css fix looks like this…
https://i.imgur.com/JdViosw.jpgWith this css fix looks like this…
https://i.imgur.com/HB0y3nS.jpgTaaadaa!
Plug in dev.. this probably needs to be added to your css, not sure why it wasn’t working before but I came here looking for a solution to this very problem.