Morshed Alam
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Hide Some Categories in Post EditorAddition:
To cover up Quick Edit from All Posts I have modified the if statement to this:
if ( ((defined( 'REST_REQUEST' ) && REST_REQUEST) or $GLOBALS['pagenow'] === 'edit.php' ) && !current_user_can( 'manage_options' ) ) {
Forum: Developing with WordPress
In reply to: Hide Some Categories in Post EditorThat’s great! Thank you very much. It works and as I stopped REST API access for non-logged in requests, it’s fine for me. You said maybe someone will come up with a better solution, so I would like to keep this thread open for a few days for others who are using REST API.
By the way, I asked this question in WordPress StackExchange and found no solution there.
You are awesome.
Thanks again. Stay safe.
Forum: Developing with WordPress
In reply to: Hide Some Categories in Post Editor@bcworkz ,
Thank you for the reply. Despite revising last part, I am not able yet to get what I want.
Yeah, it removes those two categories from the post editor, but it removes posts of those two categories from the front-end as well. I don’t want to remove posts from the front end.
Can you help me with that?
Forum: Plugins
In reply to: [Post Views Counter] Post Views Counter editing capability for Admin onlyHow did I miss it!
Thanks a lot.
Forum: Plugins
In reply to: [User Role Editor] Custom Capabilities – tagThank you for the reply.
And sorry about the screenshot. It’s a test website. It changes a lot. I shouldn’t link image there.
Congratulations on creating an awesome plugin.
Stay safe.
Forum: Themes and Templates
In reply to: [VMag] Double publish date after updating the themeIs this theme removed from WordPress repository?
Forum: Plugins
In reply to: [Read More & Accordion] Widget in Read MoreForum: Plugins
In reply to: [Read More & Accordion] Widget in Read MoreWhat’s the problem with sharing the template tag?
Why should I call someone, put him inside a box, call WordPress to unbox it then call that someone to do something?
Anyway, my widget problem solved. So I’m marking this as solved .
Forum: Plugins
In reply to: [Read More & Accordion] Widget in Read MoreHello,
It’s not about the ID. I didn’t write it to make it look clean.
I got the solution here: https://wordpress.stackexchange.com/questions/142855/the-widget-inside-functions-php
As I don’t know how to code, can you please share the template tag for the shortcode?
I don’t want to use do_shortcode function.Thank you.
Or is there any way to send welcome email only after a user set his/her password?
Let me know.
Hello,
I have another inquiry. Should I create another support topic?
The thing is, if I use ‘New user registration – user’ or ‘Welcome email’ notification (any of them not both of them) user gets two emails. Plugin sends an email and WordPress itself sends an email.
Is there any way to avoid this duplicate email problem?
Please let me know.
Thank you.Thank you for the reply.
I tried to add a notification from the wizard and saw that my previous notification is back with the new one. Then I deleted new one.
Stay safe.
Forum: Themes and Templates
In reply to: [VMag] JavaScript ErrorHi,
I don’t know how but it seems that the problem is gone.
Maybe it was a plugin conflict which has been solved maybe after plugin update.
Thank you.
Forum: Themes and Templates
In reply to: [VMag] JavaScript ErrorHi,
This problem only occurs when I’m logged in to my website.
As you were not logged in, you couldn’t find that problem.
You may log in to see.
https://weloveblogging.com/wp-admin
Username: accesspress
Password: @errorremoverThank you.
Forum: Themes and Templates
In reply to: [VMag] JavaScript ErrorThank you @alsonthakuri for quick reply.
I’ve updated the theme and the problem gone. But one error remains. Would you mind take a look at that? It says:Uncaught ReferenceError: WowOption is not defined
at HTMLDocument.<anonymous> (vmag-custom.js?ver=1.1.6.1560616008:120)
at i (jquery.js?ver=1.12.4-wp:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2)
at Function.ready (jquery.js?ver=1.12.4-wp:2)
at HTMLDocument.J (jquery.js?ver=1.12.4-wp:2)Screenshot: https://weloveblogging.com/untitled-2/
Thank you.