Linus Lundahl
Forum Replies Created
-
I have tried to replicate this issue, can’t seem to get an error on the widget page, I have tried downgrading, adding a gog-widget and then upgrading, no issues… Do you get any specific error messages? Do you use any specific theme?
Is this an issue with 2.0.1? Because I accidentally uploaded a broken version of 2.0…
Forum: Plugins
In reply to: [Plugin: Good Old Gallery] showing image titles after updatehmm, I can’t replicate this, and you seem to have something in your theme adding thins to the gallery markup. Probably a javascript formatting lists, because there’s a class “.tf-first-child” which neither Good Old Gallery adds. Have you tried it with another theme and confirmed that this issue happens there too?
Forum: Plugins
In reply to: [Good Old Gallery] [Plugin: Good Old Gallery] Plugin doesnt workIs this an issue with 2.0.1? Because I accidentally uploaded a broken version of 2.0…
And can you upload images on a regular post? Because this is the exact same default image uploader built in to WordPress.Is this an issue with 2.0.1? Because I accidentally uploaded a broken version of 2.0…
I will have a look at this as soon as I have the time, maybe tomorrow or at least in the coming week. Sorry about any issues this might have caused.
Forum: Plugins
In reply to: [Plugin: Good Old Gallery] showing image titles after updateSorry about that, I just uploaded version 2.0.1 which should fix this issue.
I have a development version on GitHub that you can try out if you’d like, it now has the functionality to order image, title and description in any order you’d like.
Forum: Plugins
In reply to: [Good Old Gallery] [Plugin: Good Old Gallery] IE 9 ProblemSorry for the late reply, I’m not sure why it all of a sudden stopped working in IE9, did you add any new plugins or do any other things that could mess up the javascript loading? IE isn’t as forgiving when it comes to javascript issues as some other browsers are.
You seem to have figured out how to hide them?
Forum: Plugins
In reply to: [Good Old Gallery] Good Old Gallery not workingSorry for the late reply, the settings page did save, but it didn’t show unchecked options correctly, this is fixed.
I haven’t looked in to the fade issue, I’ll have a look at it soon.
Forum: Plugins
In reply to: [Good Old Gallery] Good Old Gallery not workingI have made updates for WP 3.3, but they’re not uploaded to wp.org yet. You can get it at https://github.com/linuslundahl/good-old-gallery
But remember that this is still a dev version AND I have changed it from jQuery Cycle to Flexslider (https://flex.madebymufffin.com/), I will make a version that can use either library in the near future…
Forum: Plugins
In reply to: Good Old Gallery back to gallery link not workingThis is more of an issue in the theme than in the plugin itself, since each gallery is stored within it’s own post, what is happening here is that the theme thinks that the gallery is uploaded to the post that it is shown on, but when it’s actually uploaded on another post… so when the
echo get_permalink( $post->post_parent );
is executed, it gets the link to the gallery post instead of the post where the gallery is displayed.I don’t have a quick fix for this problem, it’s a bit tricky to find out what post/page the gallery is displayed on, and since it can be more than one post/page, there has to be some modifications done to the theme…
Okey, the problem isn’t my plugin. something in your theme or in some other plugin you are using is loading jQuery in the footer instead of in the header, this gives you some javascript errors (ReferenceError: Can’t find variable: jQuery) because jQuery isn’t loaded when the scripts needs it.
do you have someplace I can see this?
I’ve never seen this happen, and it’s hard to know what is wrong without seeing it.