cpres
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow Satellite] Image doesn't show when external link added to slidecheck now! 🙂
Forum: Plugins
In reply to: [Slideshow Satellite] slideshow satellite CSS overrides and videos as slides?Hey Loosefast, sorry for the delay
Best way to currently do CSS overrrides is on your themes style.css, where you do your other custom styling. Just be more specific about the style than what I put on the plugin’s CSS and you should be good. (ie instead of “.satl-text” do “.my-wrapper .satl-text”
I haven’t added the capability to add videos in as slides, but that is high on my list. You can link externally though, so you can do a screenshot of the video for now and have people link out to youtube to watch.
Forum: Plugins
In reply to: [Slideshow Satellite] Image doesn't show when external link added to slideI’m adding sorbit-link to the classes right now 🙂 Thanks for finding and reporting the bug!
Forum: Reviews
In reply to: [Slideshow Satellite] absolute genius!!Thanks for the kind words! Just wait for the new customizations to come! 🙂
Forum: Plugins
In reply to: [Slideshow Satellite] Thumbnails not desplaying on FireFoxWhile I fix this issue, have you considered [satellite thumbs=fullright] as a temporary solution? In many ways I feel it looks even better than thumbs on the bottom
Forum: Plugins
In reply to: [Slideshow Satellite] Thumbnails not desplaying on FireFoxFirst of all, thanks so much for the plugin praise! I’m glad Satellite is your fav 🙂
I’m looking into the problem, and it’s gonna need some serious CSS jitsu. You’re definitely on the right path with .orbit-thumbnails
Forum: Plugins
In reply to: [Slideshow Satellite] slide show nat work in my site ???This looks a lot like the major jQuery issue certain themes or conflicting plugins get. Please read this thread:
http://wordpress.org/support/topic/latest-update-breaks?
Basically my plugin has a setting to run jquery through google or wordpress, you’ll probably need to change it to wordpress.
Forum: Plugins
In reply to: [Slideshow Satellite] Add link or to caption titleGreat news scofield!
Links in header tags isn’t something HTML is meant to do, so in order to make that happen I could add a new feature to make it so the image title is a link rather than a normal header. In the meantime, image linking and Body text linking works so that’s great and should get you past your hump!
Thanks for registering those bugs with me. Should be an easy fix. Cheers!
Forum: Plugins
In reply to: [Slideshow Satellite] No images are being displayedLaurent, after changing permissions you’d have to try and reupload, as the first time things got screwed up. Delete out all the bad images and try and reupload.
If you link to the image directly and it’s broken you should just delete, fix permissions and try again. I would need a link to your site to help with that
Forum: Plugins
In reply to: [Slideshow Satellite] Add link or to caption titleHave you tried adding html into it?
<a href="#">Caption Title</a>Also, you can make the image link to the page you want instead of just the caption title. The text in the body is definitely linkable since it’s not wrapped in a header tag, you can customize the sizing etc… of that and hide the title.
Also, that is done on the custom gallery, it is more difficult using WordPress image galleries, but still doable with the proper CSS skills
Forum: Plugins
In reply to: [Slideshow Satellite] Plugin stopped loading galleryAs far your #1
I’m seeing about 6 javascript errors on your site. The first one being “Uncaught TypeError: Property ‘$’ of object [object Object] is not a function ” which points to a jQuery issue.
It’s on custom.js and that’s happening on more pages than just ones with the satellite plugin. I’m fairly certain that’s the root of your problems
Forum: Plugins
In reply to: [Slideshow Satellite] No images are being displayedWhat did you do to make the images disappear? In your FTP client you might be able to update your permissions in the upload folder to allow for images to be uploadeds to /wp-content/uploads
Also, what image overlay solution are you using? Thickbox? Lightbox? it sounds like you might be having an issue outside of Satellite.
Forum: Plugins
In reply to: [Slideshow Satellite] Latest update breaksThen you have a different issue, start a new thread and be as specific as possible.
1) Javascript errors on the page?
2) Have you ruled out a plugin or theme incompatability?
3) Screenshot of what the page looks like is a bonus
4) link to broken page is a super bonus
5) any other information that you think might be useful to knowForum: Plugins
In reply to: [Slideshow Satellite] No images are being displayedhave you tried updating your permissions on the uploads directory? That is a much more beneficial fix if that works since you can then bulk upload
Forum: Plugins
In reply to: [Slideshow Satellite] Can't drag and loading iconSlides aren’t loading? Are your images not displaying?
Please see:
http://wordpress.org/support/topic/no-images-are-being-displayedThe ability to not drag slides could also point to a javascript issue, do you see any?