Forum Replies Created

Viewing 15 replies - 151 through 165 (of 195 total)
  • Plugin Author TV productions

    (@tv-productions)

    @rosso711, for your sense of time, I haven’t yet received a developers license for WPML, so its gonna take some while longer…

    Plugin Author TV productions

    (@tv-productions)

    Hmm, 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.

    Plugin Author TV productions

    (@tv-productions)

    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.

    Plugin Author TV productions

    (@tv-productions)

    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.

    Plugin Author TV productions

    (@tv-productions)

    No, this plugin doesn’t support that. Maybe this plugin works better.

    Plugin Author TV productions

    (@tv-productions)

    I’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

    Plugin Author TV productions

    (@tv-productions)

    One 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?

    Plugin Author TV productions

    (@tv-productions)

    I am not able to reproduce the bug. Can you please specify your environment? (WordPress version, OS, Activated plugins… )

    Plugin Author TV productions

    (@tv-productions)

    Thank 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 ?? )

    Plugin Author TV productions

    (@tv-productions)

    I 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 the all 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 advance

    Plugin Author TV productions

    (@tv-productions)

    To 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.

    Plugin Author TV productions

    (@tv-productions)

    What did you do?
    How it should go
    When you click on the button Add one or more photo's, the media modal window should show up where you can select one or more images. Next, press Select 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:

    1. Go to your website and login to WordPress
    2. Open the console:
    • Chrome: Press left mouse button and select Inspect element. Click on the tab console that appeared.
    • Firefox: press the keys ctrl + shift + k. Click on the tab console 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

    Plugin Author TV productions

    (@tv-productions)

    Yes, it was me. Thank you in advance.

    Plugin Author TV productions

    (@tv-productions)

    The 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.

    Plugin Author TV productions

    (@tv-productions)

    That 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.

Viewing 15 replies - 151 through 165 (of 195 total)