Philstix
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Photo Album Plus] Changing the localeI’ve come up with a workaround for the problem.
I renamed each album using qTranslate shortcodes of the form:
`[:en]English Title[:nl]Dutch Title[:de]German Title[:fr]French Title’ in the album title input box.Then I changed the way I loaded the slideshow by using WPPA+ scripts instead of shortcodes, and referring to the album by the localised name instead of by number:
English page: %%wppa%% %%slide=”$English Title”%%
Dutch page: %%wppa%% %%slide=”$Dutch Title”%%
German page: %%wppa%% %%slide=”$German Title”%%
French page: %%wppa%% %%slide=”$French Title”%%I also had to disable the WPPA+ link from the album cover photo I’m using, and manually create links to each slideshow page to make sure it went to the page with the correct locale.
It’s a workaround rather than a solution, but it gets the job done 🙂
Thanks again for this wonderful plugin.
Forum: Plugins
In reply to: [WP Photo Album Plus] Changing the localeI’ve done a bit more testing with it, and it looks like it does start a new slideshow running, but it keeps the old locale setting.
Forum: Plugins
In reply to: [WP Photo Album Plus] Changing the localeNo this is not academic, it is relevant to the site I’m developing.
The user is free to change the language at any time using the qTranslate dropdown control. That causes a different version of the page to be loaded, one with a different language and a different url. The same WP Photo Album Plus shortcode is in each version of the page.
I thought that when I changed the language while a slide show was running that the slideshow would stop (because I’m opening a different page) and the shortcode in the new page would cause a new slideshow to start, taking the locale of the new page. It seems that either the original slideshow keeps running or, if a new slideshow is started by the new page, it uses the locale set by the first page.
Forum: Plugins
In reply to: [WP Photo Album Plus] Creating an albumA positive but confusing update: after spending about 8 hours installing, activating, testing, deactivating and uninstalling several dozen other WordPress gallery plugins, I tried reactivating WP Photo Album Plus (I never uninstalled it, just in case) and suddenly it is working.
I have no idea what may have fixed the problem, but now that I’ve been able to test it I can confirm that it is exactly what I am after. Thank you for doing such a great job with this plugin.
Forum: Plugins
In reply to: [WP Photo Album Plus] Creating an albumI already am Administrator/Super Administrator of the site, and I have activated the plugin.
It is a multilingual site using qTranslate, and I am controlling admin access using AWM Access Manager (which converts the site to multisite for permissions purposes – that’s why I am SuperAdmin).
There are no errors displayed and no errors in the log files. If it’s any consolation, several other gallery plugins also do not work on my site, so it may be a conflict with other plugins. Most of gallery plugins that I’ve tried do work, they just don’t do what I want.
Forum: Plugins
In reply to: [WP Photo Album Plus] Creating an albumI am having the same problem as Daniel Haugen. I am SuperAdmin for the site.
I’m trying to set up my first WordPress site and create a photo slideshow.
There is no ‘Photo Albums’ menu item anywhere.