TV productions
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Photo Album] multilanguage captions@rosso711, for your sense of time, I haven’t yet received a developers license for WPML, so its gonna take some while longer…
Forum: Plugins
In reply to: [Easy Photo Album] random featured photo selectionHmm, I see the plugin doesn’t does what you want. I’m sorry I’ve suggested it. But Easy Photo Album doesn’t support what you want. And I don’t think I gonna add such a feature in the near future. It is very complex.
Forum: Plugins
In reply to: [Easy Photo Album] Change thumbnail size?The width of the images is always a percentage of the available width. So if you want bigger images, set the number of columns to a lower number and the image size to medium. If you want smaller images, set the number of columns to a higher number and the image size to thumbnail. I use this way because it makes the albums responsive. If you want a fixed width, you can add a new rule to your css:
.epa-image { width: 100px !important; }
Replace the 100px with your desired size.
Forum: Plugins
In reply to: [Easy Photo Album] Can viewers comment on photos?Do you mean that the viewers can comment on each photo or that they can comment on the whole album?
Currently it isn’t supported, but commenting on the whole album is easy to archive for a next function.
Forum: Plugins
In reply to: [Easy Photo Album] random featured photo selectionNo, this plugin doesn’t support that. Maybe this plugin works better.
Forum: Plugins
In reply to: [Easy Photo Album] Pages Show in static feedI’m glad you’ve found a solution. Besides, there is an option to display albums on your blog or home page. See Settings > Easy Photo Album and look for the option
Photo albums on blog page
Forum: Plugins
In reply to: [Easy Photo Album] Pages Show in static feedOne way or another I don’t see any content. I do see the page, post and album titles, but the content is empty. Very weird. I do see the content of the following page: https://www.computerscience.alanbillings.com/test/projects/.
Besides, on your home page, I see only photo albums (no pages or posts)..Would you like to check it?
Forum: Plugins
In reply to: [Easy Photo Album] Pages Show in static feedI am not able to reproduce the bug. Can you please specify your environment? (WordPress version, OS, Activated plugins… )
Forum: Plugins
In reply to: [Easy Photo Album] Lightbox sizing offThank you very much for your solution. Somebody commented the same solution this week at the github.com repository of the lightbox. That solution only used
max-width: none;
, witch I think is a better solution. Would you like to try it out? Download now the development version. (note, the development version can be unstable, so use with care ?? )Forum: Plugins
In reply to: [Easy Photo Album] Adding Photos to Easy Photo AlbumI haven’t limited the number of photo albums.
But from your log, it seems to work. The photo with the title
Lakevieuw
is published in a photo album.And you now see the images on the edit album screen?
What you might try
I see a lot of request concerning theall in one event calendar
. Could you deactivate that plugin and try again? (if you use the all in one event calendar, activate it again after the test) If it works when all in one event calendar is deactivated, I know where to find the problem. Thanks in advanceForum: Plugins
In reply to: [Easy Photo Album] Removing posted by and date from albumsTo remove those metadata, you have to edit your theme. Depending on your theme, you have to edit one or more files.
What you could do, however, is searching in your theme files for the lines of code that displays the metadata. When you have found it, edit it like this:
<?php global $post; if ('easy-photo-album' == $post->post_type) { // Insert the code that displays the metadata here. } ?>
NOTE: I don’t know for sure what is right in your theme, so you should ask the developer of your theme this question.
Forum: Plugins
In reply to: [Easy Photo Album] Adding Photos to Easy Photo AlbumWhat did you do?
How it should go
When you click on the buttonAdd one or more photo's
, the media modal window should show up where you can select one or more images. Next, pressSelect image(s)
and the media modal window should close. Now should see the photo’s added to your album.When it won’t go as it should
It could be a bug, so I would like to receive some information from you.- What browser are you using? And what is the version of that browser?
- What is your WordPress version and what is your version of Easy Photo Album?
Besides that I want you to take a look for any errors:
- Go to your website and login to WordPress
- Open the console:
- Chrome: Press left mouse button and select
Inspect element
. Click on the tabconsole
that appeared. - Firefox: press the keys
ctrl
+shift
+k
. Click on the tabconsole
when it appeared. - Internet Explorer: press
F12
and click on the tab console that appeared.
- Now go to Photo Albums > Add new
- Try to add some photo’s
- Copy the text in the console and post it here
I hope you’ll send me this info so I can help you out.
Thanks
Forum: Plugins
In reply to: [Easy Photo Album] multilanguage captionsYes, it was me. Thank you in advance.
Forum: Plugins
In reply to: [Easy Photo Album] Creating an albumThe albums are only shown on your home page (or blog page) if you have the option
Photo albums on blog page
checked.So to fix it, go to Settings > Easy Photo Album and search for
Photo albums on blog page
. Now uncheck the checkbox behind it and click save changes. Now shouldn’t you see the album on the home page, but you can include it into a post.Forum: Plugins
In reply to: [Easy Photo Album] multilanguage captionsThat is a nice idea! I will try to make the Easy Photo Album compatible with WPML.
It could take some time, because I have to apply to the WPML developers plan before I can start.
When I’ve added the WPML support to Easy Photo Album I will report it here.