pozirk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments pagination broken since ever :)I’m happy about your normal settings, but if I show comments from the last, I want pagination to work from the end, so I don’t have 1 comment showing, while 16 in total.
Forum: Themes and Templates
In reply to: [Fruitful] Java Script ErrorAnother file to fix admin posting page:
themes/fruitful/inc/metabox/js/layout/layout.js
Forum: Themes and Templates
In reply to: [Fruitful] Incompatible with WordPress 5.5You can fix the problem by going through theme’s .js files and replacing
jQuery(...).live
with
jQuery(...).on
There are about 5 files in total.Check this for more details:
https://wordpress.org/support/topic/java-script-error-9/Forum: Themes and Templates
In reply to: [Fruitful] Java Script ErrorThanks for the fix, steude!
Also the same problem in the following files:themes/fruitful/js/init.js - to fix Button menu themes/fruitful/inc/js/main.js - to fix Theme Options themes/fruitful/inc/js/uploads_.js - to fix Theme Options
- This reply was modified 6 months, 1 week ago by pozirk.
Hello!
Was the problem fixed with new update?
Thank you!I have downgraded plugin to 8.5.9 and list works again.
I have disabled membership plugin, but it didn’t fix the problem.
I still believe it’s the latest WP Cerber issue.
Thank you!It seems to me, that problem started when I have updated WP Cerber to the latest version 8.6.
It worked fine before with membership plugin.Forum: Plugins
In reply to: [Cerber Security, Anti-spam & Malware Scan] Plugin block legit requestsI still have a question.
If I have subnet like 123.123.123.* blocked, but IP address 123.123.123.321 in White list.
What is the logic here? Will this IP address be allowed?Thank you!
Forum: Plugins
In reply to: [Cerber Security, Anti-spam & Malware Scan] Plugin block legit requestsForget it. 😀
IP was blocked for another reason.Forum: Fixing WordPress
In reply to: Show last N commentsThank you for reply.
I still think that “showing N recent comments” should be part of WordPress, as it’s really basic thing.Forum: Plugins
In reply to: [Paid Memberships Pro] How to change expiration emailI think there is a problem with this add-on, as Email Header and Email Footer are not working.
Also some emails have extra text, which is not present in template (including template itself, email header and footer).
Like Cancel template has this as last sentence:
<p>If you did not request this cancellation and would like more information please contact us at !!siteemail!!</p>While actual email has this in the end:
Log in to your membership account here: !!login_link!!Any help with that?
Thank you!Forum: Plugins
In reply to: [Paid Memberships Pro] How to change expiration emailThank you, that exactly what I need.
Forum: Plugins
In reply to: [Paid Memberships Pro] Buying the same membership againThat was helpful.
Thank you!Forum: Plugins
In reply to: [Paid Memberships Pro] PHP Parse error: syntax error…Thank you!