After updating to version 1.2.6 plugin stopped working on my theme.
@jnkopr, it should not. The only change in this version of the plugin is Hebrew translation. Did you make any other updates?
Same for my site, after the updating to version 1.2.6 plugin stopped working on my theme. I didnt do any other updates, just this one. I use theme Follet version 1.0.3.3.
Ok, can you check one thing?
Change line 1597 in restrict-widgets.php (plugin file) from:
elseif(is_singular())
to
elseif(is_singular() && !is_page())
and give us some feedback – maybe that fixes the issue.
Yeeahhh it works, thank you very much!!! I appreciate your quickly response and support very much!!!
I have this plugin on other sites also but I havent updated the plugin on the other sites yet, shall i wait with update or what du you suggest?
Again, thank you =)
Yeah, just wait for the next update, I’ll push that ASAP.
Okej i will do =) Thank you!!!
Thanks for pushing the update so fast!
Today I was again updated to 1.2.6.1 and everything is OK. Thank you
You’re welcome.