cpres
Forum Replies Created
-
Found the problem, on slidesshow-satellite-plugin.php
Line 17 needs to be:var $helpers = array(‘Db’, ‘Html’, ‘Form’, ‘Metabox’, ‘Version’);
for anyone that cares, Version was missing. sending out an update to the plugin thatnks for posting!
thanks! I was able to reproduce, working on this now
Forum: Plugins
In reply to: [Slideshow Satellite] [Plugin: Slideshow Satellite] Just shows the imagesSo these issues are fixed now! Under Advanced Settings you can turn off ‘Shortcode Requirement’
This is a new feature as of version 1.1 🙂 It should update onto wordpress.org sometime today
I wonder if you could specify the title in the css, .orbit-caption h5 { display: none !important }
Forum: Plugins
In reply to: [Slideshow Satellite] [Plugin: Slideshow Satellite] Pics but no slideshowYou only add display=off if you’re calling the plugin from the template file or through another plugin and there would be no [satellite] reference in the post loop. If there’s no reference then the plugin doesn’t know it should call those files.
Hi John, the caption field is stored in the post and not the attachment, and the info is being pulled from the attachment. The title of the image and the description, so you’d have to change the title of the attachment image to not be the file name.
Having that caption field is certainly a tricky use of text. Sorry for the confusion!
I’d check out the issue in firebug since it sounds like some of the plugin styles are being overwritten by your theme (or another plugin potentially).
Forum: Plugins
In reply to: [Slideshow Satellite] [Plugin: Slideshow Satellite] Just shows the imagesThat’s so strange, is the css and js being called? Is there a page I can witness the craziness? preferably on the “clean” install as to make sure it’s not some plugin/theme issue
Forum: Plugins
In reply to: [Slideshow Satellite] [Plugin: Slideshow Satellite] Just shows the imagesHave you changed themes to see if the plugin works with your hosting? Try and change to twenty eleven theme
Forum: Plugins
In reply to: [Slideshow Satellite] [Plugin: Slideshow Satellite] Pics but no slideshowdisplay=off make the slideshow not show up.
within the page you need [satellite display=off] this will ensure the css and javascript get loaded for that page. Widgets aren’t read through the loop so it creates an issuedo you think keeping the proper proportions is what you’d want? And have it just stretch to the width?
Otherwise you could stretch both width and height but it might look weird
Forum: Plugins
In reply to: [Slideshow Satellite] [Plugin: Slideshow Satellite] Just shows the imagesnot in the widget, but in the pages the widget will be displayed on.
Thanks so much for this! It will be in the next version of the slideshow
Forum: Plugins
In reply to: [Slideshow Satellite] [Plugin: Slideshow Satellite] Just shows the imagesAs the manual goes over: bitl.ly.com/stlmanual
you’ll need a
[satellite display=off]in order for the slideshow to display if you’re not going through the normal page/post channel.Fixing this with a new feature soon though!