gerbenvandijk
Forum Replies Created
-
Forum: Plugins
In reply to: [WP REST Yoast Meta] Robots meta (and more) not shown in rest responeHi Richard,
Great to hear that you decided to add this to your upcoming release! You can disregard the “and more” from the title; I had some other tags that weren’t working as I expected but this was because of something on my end that I resolved already 🙂
Thanks for the plugin and your quick response!
Forum: Plugins
In reply to: [Magento Wordpress Integration] Problem URL (___SID=U)In addition to this is might help to set the cookie path (not domain!) to a simple slash ‘/’ (without the quotes). This way Magento accepts the cookie from the while domain, and this includes the Magento blocks that you are using on your WordPress site.
(don’t forget to clear your cache and cookies for this domain after you changes the cookie setting, else it won’t work)
Forum: Plugins
In reply to: [Magento Wordpress Integration] SID=U added to top navWhat I did to solve the issue:
Simple disable the use of SID’s in Magento (settings->web), and set the cookie path (not domain!) to a simple slash ‘/’ (without the quotes). This way Magento accepts the cookie from the while domain, and this includes the Magento blocks that you are using on your WordPress site.
(don’t forget to clear your cache and cookies for this domain after you changes the cookie setting, else it won’t work)
Forum: Plugins
In reply to: [Magic Gallery] Magic Gallery plugin breaks WordPress media uploaderIf you are curious you can check out the website, there is a demo of the pro version on there -> http://www.magicgalleryplugin.com/
The free version will work in the same way, but without all the AJAX stuff and without some features like maps.
Forum: Plugins
In reply to: [Magic Gallery] Magic Gallery plugin breaks WordPress media uploaderHi peterbra,
You will be able controll all the dimensions 🙂 I am trying to push out the release tomorrow, but it could be monday 🙂
Forum: Plugins
In reply to: [Magic Gallery] Magic Gallery plugin breaks WordPress media uploaderHi peterbra,
The free version we are talking about here is almost 2 years old, and just became buggy from WordPress 3.0 and on. It’s not the free version of Magic Gallery 3.0 (this will be released next week). This is all clearly stated at the website as well. Thanks for your concerns, but I’m confident Magic Gallery 3.0 Free will be tons better then the old one (and i’ve tested it thouroughly, it is working just fine) 😉
Like this? http://magicgalleryplugin.com/demo/
The new version does support it, it is available from http://magicgalleryplugin.com/
Enjoy 🙂
Forum: Plugins
In reply to: [Magic Gallery] Magic Gallery plugin breaks WordPress media uploaderHi Dan,
This is a conflict because the version of the plugin your using is using an old version of jquery and wordpress uses 1.7 now. In the new version it is fixed, but the free version wont be out for a few weeks. The paid version is, and is available from http://www.magicgalleryplugin.com
enjoy 🙂
Hi Rishi,
Thanks for the kind remark. The problem is that a lot of people use other plugins next to mine, resulting in conflicting code.
Your issue shouldn’t be too hard to fix though, are you using Pikachoose or the lightbox?
Regards,
Gerben
Forum: Plugins
In reply to: [Magic Gallery] [Plugin: Magic Gallery] Resize slideshow thumbnailsHi Dan,
What version of the plugin are you using and what version of WP? The only thing my plugin does is pass the width and height settings to pikachoose. Pikachoose should make sure that the thumbnails dimensions are set accordingly. The developer of pikachoose made this functionality especially for this plugin, did you upgrade pikachoose to a newer version manually? That way you would have lost this functionality.
Forum: Plugins
In reply to: [Plugin: Magic Gallery] images open in a blank page instead of lightboxHi mumford. The lightbox is not supported inside Pikachoose. You can choose either pikachoose, or a lightbox. In the new 3.0 version there will be an option to do this, check out http://www.magicgalleryplugin.com for more info.
Forum: Plugins
In reply to: [Magic Gallery] [Plugin: Magic Gallery] Image Number Limit?Hi Mattybinks,
I checked it out for you but can’t find anything that would result in this.
You can try this, maybe it’s related:
Change line 344 of gallery.php:
$showimages = $wpdb->get_results( 'SELECT id, albumid, title, url FROM ' . $wpdb->prefix . 'images ORDER BY id DESC limit 0,50' );Remove the limit there, see if it changes anything.
Forum: Plugins
In reply to: Need specific function from a lightbox gallery – can anyone help?Hi Lizzie,
The problem you are encountering is not related to Magic Gallery, but it’s how Pikachoose is structured. I’m afraid you can’t do anything about this. You could implement another slideshow script, but you’d have to get into the code of my plugin.
You can email me if you need any assistance with this. You can use the contact form on http://www.gport.nl for this.
Regards,
Gerben van Dijk
Forum: Plugins
In reply to: [Magic Gallery] [Plugin: Magic Gallery] Image Number Limit?What version are you using? I fixed this issue in an earlyer update.
Anyway, the new version won’t have this issue for sure (it’s completely rewritten, for more info check http://www.magicgalleryplugin.com)
Forum: Plugins
In reply to: [Magic Gallery] [Plugin: Magic Gallery] I can't edit a post or pageHi whoaloic,
I need more details to see what’s happening here, but I’m guessing it’s a conflict with another plugin.