Forum Replies Created

Viewing 15 replies - 1 through 15 (of 87 total)
  • Thread Starter revixi5

    (@revixi5)

    Fantastic! Everything works flawlessly now. Thanks a lot for this improvement it will save me a lot of work.

    Perhaps I can give you a first thing to check… If there is no link (url) pointing directly to these pages, Simply Static won’t see them. You have to add them manually in the section Include > Additional URLs. Also if they are links generated by javascript, same thing. For example, I have a form which after submission redirects to a thank you page = the latter is invisible. Hope this helps.

    Thread Starter revixi5

    (@revixi5)

    Oh I wasn’t expecting such a fast response with an update. Unfortunately it didn’t solve the issue on my side… My problem is with the block of CSS generated by a plugin (or by WordPress). Here it is if it can help to pin point the issue.

    <style id="boldblocks-youtube-block-style-inline-css">
    .wp-block-boldblocks-youtube-block .visually-hidden{height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;clip:rect(0 0 0 0);clip-path:inset(50%)}.wp-block-boldblocks-youtube-block .yb-player{background-color:#000;background-position:50%;background-size:cover;contain:content;cursor:pointer;display:block;position:relative}.wp-block-boldblocks-youtube-block .yb-player:after{content:"";display:block;padding-bottom:var(--byeb--aspect-ratio,56.25%)}.wp-block-boldblocks-youtube-block .yb-player>iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.wp-block-boldblocks-youtube-block .yb-player.is-activated{cursor:unset}.wp-block-boldblocks-youtube-block .yb-player.is-activated>.yb-btn-play{display:none;opacity:0;pointer-events:none}.wp-block-boldblocks-youtube-block .yb-btn-play{all:unset;background-color:transparent;background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 68 48\"><path d=\"M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z\" fill=\"red\"/><path d=\"M45 24 27 14v20\" fill=\"white\"/>");border:none;cursor:pointer;display:block;filter:grayscale(100%);height:48px;left:50%;margin:0;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);transition:filter .1s cubic-bezier(0,0,.2,1);width:68px;z-index:1}.wp-block-boldblocks-youtube-block .yb-btn-play:focus,.wp-block-boldblocks-youtube-block .yb-player:hover>.yb-btn-play{filter:none}.wp-block-boldblocks-youtube-block figcaption{margin-bottom:1em;margin-top:.5em}

    /*# sourceURL=./wp-content/plugins/better-youtube-embed-block/build/style-index.css */
    </style>

    And the original CSS generated by WordPress without Simply Static export :

    <style id='boldblocks-youtube-block-style-inline-css'>
    .wp-block-boldblocks-youtube-block .visually-hidden{height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;clip:rect(0 0 0 0);clip-path:inset(50%)}.wp-block-boldblocks-youtube-block .yb-player{background-color:#000;background-position:50%;background-size:cover;contain:content;cursor:pointer;display:block;position:relative}.wp-block-boldblocks-youtube-block .yb-player:after{content:"";display:block;padding-bottom:var(--byeb--aspect-ratio,56.25%)}.wp-block-boldblocks-youtube-block .yb-player>iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.wp-block-boldblocks-youtube-block .yb-player.is-activated{cursor:unset}.wp-block-boldblocks-youtube-block .yb-player.is-activated>.yb-btn-play{display:none;opacity:0;pointer-events:none}.wp-block-boldblocks-youtube-block .yb-btn-play{all:unset;background-color:transparent;background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 68 48\"><path d=\"M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z\" fill=\"red\"/><path d=\"M45 24 27 14v20\" fill=\"white\"/></svg>");border:none;cursor:pointer;display:block;filter:grayscale(100%);height:48px;left:50%;margin:0;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);transition:filter .1s cubic-bezier(0,0,.2,1);width:68px;z-index:1}.wp-block-boldblocks-youtube-block .yb-btn-play:focus,.wp-block-boldblocks-youtube-block .yb-player:hover>.yb-btn-play{filter:none}.wp-block-boldblocks-youtube-block figcaption{margin-bottom:1em;margin-top:.5em}

    /*# sourceURL=http://host-2:8888/wp-content/plugins/better-youtube-embed-block/build/style-index.css */
    </style>
    Thread Starter revixi5

    (@revixi5)

    I’m very sorry, you’re right, it’s in the theme css. What confuse me was that as soon as i disable your plugin the issue went away. The theme is probably using that style to customize the Redux panel.

    • This reply was modified 1 month, 3 weeks ago by revixi5.
    Thread Starter revixi5

    (@revixi5)

    Ok, it seems to be related to the app LOCAL… I revert to MAMP and everything seems fine.

    Thread Starter revixi5

    (@revixi5)

    Clean uninstall impossible with the Pro version… it breaks the installation and can’t revert to free version.

    Thread Starter revixi5

    (@revixi5)

    Thank you for your reply. I did some research on my own regarding this error message and made several changes to the php.ini file, but without success.

    I went back a few minutes ago to try it in “incognito” mode, but the result was the same.

    The error message referred to the language, which made me wonder if it might be related to the translation (I’ve seen this issue before). So I changed the language to US English, and it worked fine. You can watch a short video here: https://youtu.be/EKPwTWIlWL0

    Thread Starter revixi5

    (@revixi5)

    Sorry, there’s an error when I try to edit my review “Error: You do not have permission to edit that topic.” even if i’m logged in and there’s an option for me saying “edit your review”…

    Thread Starter revixi5

    (@revixi5)

    I did everything and nothing work. I’m on a localhost with MAMP with PHP version 8.2.0. The debug log only indicate this, but I think it has nothing to do with it : PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the […] domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later.

    I applied the latest update, and unchecked the guest blocking option and it started working again… strange. I’ve been using your plugin for a long time without any problems. Is it possible that an update reset the settings? Thanks a lot for your great plugin and for your help.

    Post Views Counter: 1.7.8
    WordPress 6.9.4
    I just noticed that it stopped working 7 weeks ago… February 7, 2026. Does anyone else have the same problem?

    Thread Starter revixi5

    (@revixi5)

    I know, it’s a strange request, for a very particular goal. Your plugin is the only one that I found that allow us to display a counter with a shortcode for a specific page. And the owner only want to know how much visit on specific pages in a period of time (and want to be able to reset it when he want). But cancel my request. I think it’s to much work. I will explain to him where’s the reset button in the admin section. Thanks for your answer.

    Thread Starter revixi5

    (@revixi5)

    Ok, just take a look at this plugin “https://ww.wp.xz.cn/plugins/dracula-dark-mode/” and see if they are using your work.

    Thread Starter revixi5

    (@revixi5)

    I’ve just tried it and it seems to be working perfectly now. It feels like everything is running smoothly. Thank you very much for this improvement. I had tried another plugin but the same problem occurs. Now I can come back to yours. (Obviously I will change my rating.)

    Thread Starter revixi5

    (@revixi5)

    Oh my God! Thanks a lot for your help. It’s working perfectly now.

Viewing 15 replies - 1 through 15 (of 87 total)