• Resolved disclose.bg

    (@disclosebg)


    Hi, I have 2 issues with your plugin – (my gallery)
    1. Sometimes the gallery breaks the page template like this and I need to update the post to get it work perfectly like this
    2. The play button on thumbnails not centered – screen

    Thanks in advance!

    • This topic was modified 7 years, 8 months ago by disclose.bg.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author embedplus

    (@embedplus)

    Hello there,

    Your theme, or another plugin, is forcibly inserting some extra paragraph closing tags into our plugin’s output somehow.

    One thing you could do is to turn off a plugin / clear cache / test gallery / turn back on the plugin, to identify which plugin is causing the issue (turn off each plugin–just one at at a time–until your gallery works). Let us know which plugin it is that’s causing the problem, then we can try determine a solution that will make both plugins compatible with each other.

    While you’re testing, please remember to clear your cache every time you turn on/off a plugin (It looks like you’re using WP Fastest Cache).

    Thanks,
    -EmbedPlus Team

    Thread Starter disclose.bg

    (@disclosebg)

    Well, with all plugins disabled the problem persists…
    With some themes i’m getting different errors – error 56, error 28, error 7, API key updated and it worked fine.
    With twenty-ten works fine, but now with my theme also works fine, therefore I have to wait for next bug moment and switch again to other themes and check again.
    In all cases the Play button is not centered…

    Plugin Author embedplus

    (@embedplus)

    Hello,

    Since the problem persists with plugins disabled, then the issue is most likely your theme. For the play button not being centered, your theme unfortunately tries to wrap all images in <p> tags before the page is loaded, which breaks the alignment of the play button.

    This behavior is likely caused by something called “wpautop” that either your theme or another plugin is enforcing. You can remove the bad <p> tags with css like this:

    .epyt-gallery-list p {
        display: none;
    }

    Paste that in your theme’s css (or add it to your site via a separate css plugin).

    Hope that helps!

    Thread Starter disclose.bg

    (@disclosebg)

    It works. Thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Issues’ is closed to new replies.