TV productions
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Photo Album] User RolesA plugin like User Role Editor should do the trick. Within this plugin you can set the capabilities for each role. You should look for
edit_epa_album
and other_epa_album
capabilities and check these to grant them for the desired user role.Forum: Plugins
In reply to: [Easy Photo Album] Unable to see Photo albums Post type in wp-adminI assume you are using an administrator account and that you are able to see the photo albums on the front-end (your website).
When those assumptions are true, it would mean that the capabilities of the administrator role are messed up. You should reset them before you see the Easy Photo Album admin menu item.
How you can “reset” your administrator role is described here.
Forum: Plugins
In reply to: [Easy Photo Album] not working anymore@fabián Feld
Yes! Version 1.3.4 should work for you right away!
Forum: Plugins
In reply to: [Easy Photo Album] album will not display in pages or postsThe collum thing is my mistake. Please update to 1.3.4.
About that shortcode, the id 0 is not a valid id and it was a bug in EPA that inserted the shortcode with id 0. On the other hand, there was some code that couldn’t handle that id 0 and crashed your site a bit.
Forum: Plugins
In reply to: [Easy Photo Album] Fatal error on line 140It is fixed in 1.3.4
Forum: Plugins
In reply to: [Easy Photo Album] not working anymoreThe problem is indeed what @zendist said. I have it all fixed now in version 1.3.4.
My apologies for this mess. I use some new software and I forgot to add all the minified versions of the files.
Forum: Plugins
In reply to: [Easy Photo Album] album will not display in pages or postsCan you post the shortcode you are using? Because it seems that there is some php error generated. If the shortcode contains
id="0"
, please remove the shortcode, update to Easy Photo Album 1.3.3 and insert a new shortcode.Forum: Plugins
In reply to: [Easy Photo Album] Fatal error on line 140I fixed it (both of the cases). Please update to 1.3.3.
Forum: Plugins
In reply to: [Easy Photo Album] No albums visible in bloggpostSo you mean that you don’t see any album? (Not in a preview (which is a bit buggy) and also not when you insert it into a post (with the shortcode)?)
You can try to hunt down an other plugin that may cause it by deactivating all plugins except Easy Photo Album. If the album shows up then, activate all the plugins one by one to catch the one that causes the problem. If the albums don’t show up when all the plugins are deactivated, you can start by looking into your PHP error log (somewhere on your server).
Please let me know if you find anything (or nothing).
Forum: Plugins
In reply to: [Easy Photo Album] How to show album thumbnail in all album pageI don’t really know how to solve this problem. You are using a premium ( = not free) theme and I can’t have a look at the code. What probably will show up is the featured image of an album. This can be set for each album.
Your theme developer (elegantthemes.com) says they support their customers, so I think you should try and ask them if they can solve it.
Forum: Plugins
In reply to: [Easy Photo Album] albums won't open after updateCan you post the contents of your
.htaccess
file (in the root directory of your WordPress installation)? The problem might be there somewhere.I have found another thing: the current album links are
/otst m/album-name/
. But in the menu, you will be redirected to/otstm/album-name
. It seems that the menu creator strips out whitespaces. But the links on/albums
are right. So there is a kind of configuration error/plugin collision.Forum: Plugins
In reply to: [Easy Photo Album] Fatal error on line 140Thank you for tracking this bug Jim! I will definitely have a look at it. You can follow the progression via ticket: #2212
PS. My response is a bit delayed, I had no time this week. Apologies, but I develop this plugin and give support for it in my spare time.
Forum: Plugins
In reply to: [Easy Photo Album] albums won't open after updateThis is very weird. Have you tried to flush the rewrite rules? You can do so by going to Settings > Permalinks and click the Save Changes button. (see it in action: https://www.youtube.com/watch?v=ILem-7yhD_s).
I would like to hear from both of you if this works.
PS. My response is a bit delayed, I had no time this week. Apologies, but I develop this plugin and give support for it in my spare time.
Forum: Plugins
In reply to: [Easy Photo Album] Links to full-size imagesBoth features you describe are not available in Easy Photo Album as it is now. The download link feature may be in the pipeline for a feature release. (created a ticket for it: #2211).
You can upload photo’s that aren’t in the media library, by clicking the
Add one or more photos
button and then select the upload tab. But those images will be added to the media library and I think that that is something you don’t want. For now, it isn’t something I am going to change.PS. My response is a bit delayed, I had no time this week. Apologies, but I develop this plugin and give support for it in my spare time.
Forum: Plugins
In reply to: [Easy Photo Album] getting startedYou see no html/js error in the console, because it is an PHP error on your server. The error is probably caused by the combination of plugins and themes, but I am not sure. You can try to look up the errors in the PHP error log of your server. I see you have deactivated Easy Photo Album, which I understand. The development of Easy Photo Album will continue and I hope you will try a future version of Easy Photo Album, or send me the PHP errors from your logs, if you find them.
PS. My response is a bit delayed, I had no time this week. Apologies, but I develop this plugin and give support for it in my spare time.