• Resolved logaritym

    (@logaritym)


    Hi mate. After the last update, all of the content between the spoiler start and spoiler end is not displayed, and there is no button to press. The spoiler title just appears as text and it is unclickable.

    The page I need help with: [log in to see the link]

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Vova Druzhaev

    (@otshelnik-fm)

    hi.

    Plugin is active?

    i dont see otfm-spoiler.min.css and otfm-spoiler.min.js files in console https://yadi.sk/i/eddqjTaqSft5HA
    and here they are on my website https://yadi.sk/i/0dKVuf6zbk3Ajg

    Thread Starter logaritym

    (@logaritym)

    I just turned on the plugin for a bit so that you can see the issue.
    Also, would you make your plugin compatible with the Rollback plugin? Now I can not rollback the plugin to the previous version:/
    Please, let me know when you check it so that I disable the plugin until you fix it again.
    Cheers

    Plugin Author Vova Druzhaev

    (@otshelnik-fm)

    On your site I do not see that the plugin is activated. Activate it

    On my website I can’t repeat the problem.

    Thread Starter logaritym

    (@logaritym)

    Hey mate,
    The plugin is turned on on my website.

    Plugin Author Vova Druzhaev

    (@otshelnik-fm)

    Look for a server-side problem. there should be 200 server response. And you have a 301 redirect https://yadi.sk/i/LIZUx_dWqFtqTQ
    and the file size is 0 bytes.
    There may be an error in server configuration

    Thread Starter logaritym

    (@logaritym)

    I am not sure… It was working before the update. Is tehre a way to return to the previous version of the plugin?

    Plugin Author Vova Druzhaev

    (@otshelnik-fm)

    Your server does not allow access to the otfm-spoiler.min.js file, instead it redirects.
    This is a compressed version of the script. It is better to solve the problem on your server with hosting technical support.

    You can fix to the uncompressed version of the files:
    plugins/otfm-gutenberg-spoiler/otfm-gutenberg-spoiler.php
    find:
    otfm-spoiler.min.js rename to otfm-spoiler.js (line 104)
    and otfm-spoiler.min.css to otfm-spoiler.css (line 117)

    Thread Starter logaritym

    (@logaritym)

    It worked! Thanks, mate. However, I don’t think the new blue highlight feature was necessary. Highlighting the block in blue when it is pressed does not look very appealing. I think you should turn it into an optional feature.

    Plugin Author Vova Druzhaev

    (@otshelnik-fm)

    It worked! Thanks, mate.

    ok… problem in your server:

    This is a compressed version of the script. It is better to solve the problem on your server with hosting technical support.

    – I advise you to contact them for help. Perhaps they will reset the cache or mod_security or mod_pagespeed.

    I do not know what could be on the server.

    I don’t think the new blue highlight feature was necessary. Highlighting the block in blue when it is pressed does not look very appealing.

    this will help people with disabilities. See ticket below

    .otfm-sp__wrapper:focus {
        outline: none;
    }

    – this custom css will disable it

    I think you should turn it into an optional feature

    not soon ??

    If the issue is solved, close the topic

    Plugin Author Vova Druzhaev

    (@otshelnik-fm)

    Hi.
    Thanks for the report. Check for version 1.3.2
    The problem with the styles and script there has been fixed

    Plugin Author Vova Druzhaev

    (@otshelnik-fm)

    @logaritym did you check the update? The problem is solved?

    Thread Starter logaritym

    (@logaritym)

    It works. Thank you!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘New version issue’ is closed to new replies.