Sergey Kuzmich
Forum Replies Created
-
Forum: Reviews
In reply to: [Inline Spoilers] Перестали работать ссылкиОбновление опубликовано. Версия 2.1.0
Forum: Plugins
In reply to: [Inline Spoilers] Global plugin updateThe update is released. Yes, you can do as much levels as you want with the new approach. Just remember, that spoilers with the same “variable” can’t be nested, so use any other value. There is no limitations on a shortcode “variable”, any letters, numbers & dashes are good.
Take a look to configuration section, this feature will require additional global variable, to enable it.
https://github.com/sergeykuzmich/inline-spoilers/releases/tag/2.1.0
Forum: Reviews
In reply to: [Inline Spoilers] Перестали работать ссылкиДобрый день. Спасибо за репорт. Сегодня после работы обновлю версию.
Forum: Plugins
In reply to: [Inline Spoilers] Global plugin updateAhh, I reproduced issue with broken animation. Styles & scripts are not loaded properly if no block on the page. I’ll be able to fix this pretty easy.
But with shortcode, unfortunately, there are limitations of WordPress & its content parsing.
But I can extend plugin a little bit to have a workaround for that. I can register one more shortcode that does the same, but since WordPress will see this as different shortcodes it could be possible to do like this, for example,
[shortcode title="Полезные ресурсы для писателей"]
[inner-shortcode title="Сайты"]
...
[/inner-shortcode]
[inner-shortcode title="Программы"]
...
[/inner-shortcode]
...
[/shortcode]This approach will allow to have one time nested shortcodes.
Forum: Plugins
In reply to: [Inline Spoilers] Global plugin updateHey, finally I got a change to check everything with the new version. 2.0.0 just has released. Yes, it allows to add spoilers in spoilers as well as other Guttenberg blocks.
https://www.ads-software.com/plugins/inline-spoilers/#description
Take a look at change log, because default html markup is changed.
Forum: Plugins
In reply to: [Inline Spoilers] Global plugin updateHi George,
Thank you for reminding me to get back to the development. I’ve already prepared beta version of a new release. In a couple of weeks I’ll be able to confirm it with the latest and previous versions of WordPress and it will be published.
Forum: Plugins
In reply to: [Inline Spoilers] Attempt to read property “post_content”Yeah, there were the same request for spoilers inside of spoilers earlier. I work on global plugin update and plan to include this feature there.
Forum: Plugins
In reply to: [Inline Spoilers] Attempt to read property “post_content”Hi again,
Should be working now. Please, check version 1.5.5.
Thank you.
Forum: Plugins
In reply to: [Inline Spoilers] Attempt to read property “post_content”Hey, thank you for the request. I review it in a couple of days and will give you the update.
Could you, please, provide some additional info, like what WordPress version is used and what plugins are installed?!Forum: Plugins
In reply to: [Inline Spoilers] “Block” folder is missingFixed in 1.5.1
Forum: Plugins
In reply to: [Inline Spoilers] “Block” folder is missingHi, yep. I got you. I’ll fix it ASAP & let you know about it.
Thank you for feedback!
Forum: Plugins
In reply to: [Inline Spoilers] Не работает на главнойДобрый день.
Проверяйте, пожалуйста, настройки темы.
Работа плагина проверена во всех стандартных темах начиная с WordPress 4.9.8, а так же на десятках, если не сотнях, других тем.В основном подобные проблемы связаны с каким-нибудь “хитрым” способом импорта плагинов сделанным не по документации WordPress.
Forum: Plugins
In reply to: [Inline Spoilers] Spoiler doesn’t show upHello again,
Okay, please, try to use this version https://github.com/sergeykuzmich/inline-spoilers/archive/feature/disable-optimization.zip.
I’ve disabled styles & script loading optimization.
Please, let me know the result & I’ll think how to provide this feature in future releases.
Thank you.
Forum: Plugins
In reply to: [Inline Spoilers] Spoiler doesn’t show upHi,
There is an optimization for enqueuing plugin styles & scripts. It skips plugin styles & scripts if there is no spoiler shortcode on the page.
I’m not sure I’m able to help with it without access to the code.Forum: Plugins
In reply to: [Inline Spoilers] Spoiler doesn’t show upHi,
Did you try any other shortcode in this section? If the problem will still exist with other shorcodes – it means theme you’re using processes content some manual way without applying method to enable shortcodes.
Please, let me know after you check it with another shortcode and we’ll look into the problem deeper.
Thank you.