@satrya thanks, that version works. The only problem left to fix for me is that the widget title disappears after a while when using redis object cache plugin. See my earlier comment.
Plugin Contributor
satrya
(@satrya)
@danniee001 I am not sure about that, let me see what I can do. I’ll update this forum post soon.
@danniee001 yes. That issue is already happening to this plugin from the begining. The widget title is missing when using the cache. It just disappears.
Plugin Contributor
satrya
(@satrya)
Hello,
I am sorry for late reply, I think I finally fix the missing title issue. I’d appreciate if you try this new version https://github.com/gasatrya/comments-widget-plus/archive/refs/tags/1.3.1.alpha-2.zip
Please install it, clear cache, then re-save the widget.
Thanks!
The update to fix the disappearing widget title doesn’t work. I get an error trying to install it: Cannot redeclare cwp_i18n() (previously declared in…
Hi,
I just applied the 1.3.1.alpha-2 package on our staging environment, we still have broken output on the frontend. Specifically, the missing widget title and wrapping container; our output markup structure should be something like this for the widget:
<aside id="cwp-widget" class="widget">
<h2 class="widget-title">Title</h2>
<ul class="cwp-ul"><!-- Comment list --></ul>
</aside>
Right now, we’re only getting the <ul> container.