erezodier
Forum Replies Created
-
Forum: Plugins
In reply to: [MultilingualPress] Taxonomy relationshipbump
Forum: Plugins
In reply to: [GalleriaPress] [Plugin: GalleriaPress] Error on activation.it should be one of the items on the main left hand menu.
maybe best if you open a new thread.
thanks
Forum: Plugins
In reply to: [GalleriaPress] [Plugin: GalleriaPress] Error on activation.Hi saxonycreative
If you go to the gallery profile, you can then edit the default one or create a brand new one and setup gallery settings
Then if go to the gallery set the profile in the “Choose Profile” box.
The profile settings will override the gallery settings of the gallery.
If you check the “Link Profile” checkbox, then if you change the gallery profile, it will update the gallery too.Let me know if there are any other bugs (start a new thread to make things clearer).
Also email me any other feedback. I plan to add more features soon.
thanks
Forum: Plugins
In reply to: [GalleriaPress] [Plugin: GalleriaPress] Error on activation.Hi,
can you replace the following code at line 26
$info = static::info(); return $info[$name];
with
if(method_exists($this, 'info')) { $info = $this->info(); return $info[$name]; }
let me know if it works. If you’re having trouble email me erez.odier [at] gmail.com and i can send you an updated file
thanks
Forum: Plugins
In reply to: [GalleriaPress] [Plugin: GalleriaPress] Error on activation.Hi saxonycreative,
thanks for trying out the plugin.
Can you let me know which version of PHP you are on? Can you also post the error message just in case?
Regards
Forum: Plugins
In reply to: [GalleriaPress] [Plugin: GalleriaPress] Error on activation.Hi,
I’ve updated the plugin with some bug fixes including a fix for the issue you mentioned.
Can you try version 0.7.4.1? thanks
Let me know if you have any other problems feedback as I’m keen to develop and improve this plugin further
thanks
Forum: Plugins
In reply to: [GalleriaPress] [Plugin: GalleriaPress] Error on activation.Do you know what version of php you have?
I think the error is due to the php version being lower than 5.3. I’ll see if i can do a patch so it requires a lower version (wordpress needs 5.2.4)
thanks