Daniel Sachs
Forum Replies Created
-
Forum: Plugins
In reply to: [Image Gallery Reloaded] Making the gallery respect image orderForum: Plugins
In reply to: [Broadcast] SSL SupportOr another possible fix:
Possible fix:
#$ssl = ( $SERVER[ ‘SSL_PROTOCOL’ ] != ” );
$ssl = ( $SERVER[ ‘HTTPS’ ] != ” );Forum: Plugins
In reply to: [Broadcast] Linked Orphans are not broadcastedThanks for a swift reply, Edward.
Essentially yes, the only difference between the regular workflow and what we currently have is that the parent and the orphan has the exact same id on both sites.
Basically what I did before your plugin supported WPML is to clone the site’s database and run some queries to change the permalinks etc. But the IDs stayed the same between the parent and the children.
Interestingly, if the pages/posts have different IDs the linkage works flawlessly.
You can manually add it to the database. Works for me
Forum: Plugins
In reply to: [Image Gallery Reloaded] Gallery image size is not correctPost links to your galleries
Forum: Plugins
In reply to: [Image Gallery Reloaded] Only Shows 5 ImagesHi.
Glad it worked out for you.
Just for the follow up: can you please post what version of WordPress you were using and what was your gallery shortcode?
I’m interested because in theory the plugin should support both earlier versions of WP and legacy short code.Thanks.
Forum: Plugins
In reply to: [News-Ticker] Compatibility with WPMLGo ahead, guys.
Drop me a note if you need something from my end
Yes,
Also 0.9.2.6
What I did:chmod 777 on wp-content, .htaccess and wp-config.
Activated plugin.
Errors appear.Deactivated.
searched for files in question. > No files foundActivated.
Same errors.Uninstalled
chmod back to previous settingsInstalled again without chmod – same errors.
If you need any server logs or configuration or any other info, let me know.
Thanks for your great plugin, your hard work is much appreciated!
Forum: Plugins
In reply to: [W3 Total Cache] Several errorsSame here. The error started with 0.9.2.6, remains after 0.9.2.7 update.
Same errors here on advanced-cache.php and db.php
Forum: Reviews
In reply to: [Image Gallery Reloaded] DisappointingHi gays and gals. We are going to utilize this plugin for one of our own projects, so the update is really around the corner. Can’t specify a date, but probably some time next week.
Forum: Reviews
In reply to: [Image Gallery Reloaded] DisappointingTim, don’t worry about the review. The plugin is not here to get stars. It’s here as a contribution to the WP community I’ve benefited so much from over the years. If you like the plugin and find it useful – great, I’m glad.
Cheers
Forum: Reviews
In reply to: [Image Gallery Reloaded] DisappointingThe last couple of version of Firefox are bollocks. Struggling with it as we speak…
Forum: Reviews
In reply to: [Image Gallery Reloaded] DisappointingNo worries.
Not sure when I’ll be able to update it, definitely not in the next couple of weeks, as I’m pretty preoccupied with projects, but you never know.
Re doesn’t work with whatever version. This is why there is a description part of “Requires” and “Compatible up to”.
In general it’s a good practice to check the compatibility of the plugins your site relies on before upgrading the core. I’m currently taking care of around 20-25 WP sites and virtually none of them were upgraded yet. There are theme compatibility issues, plugins, bugs in the new version etc., all should be taken (or better be taken) into account before upgrading.
Anyway, have a great Xmas! For me it’s more of a great Hannukah ??
Forum: Plugins
In reply to: [Image Gallery Reloaded] 3.5 breaks pluginThe plugin description clearly states: Compatible up to: 3.4.2
I’ll update it when I have time.In the meanwhile you can tick “Disable selective gallery” on the gallery settings page to display all your images or manually add your images IDs to the shortcode:
[gallery include="166, 167, 165, 164, 163, 162, 161, 160"]
if you wish to continue using only some of the images.