Dan
Forum Replies Created
-
Thanks, Adam @wpcrafter
Wonderful! And yes, thanks for the offer re SureMembers.
We have to level up for a mixed bag of use cases soon. Will take you up on the offer and connect with you on social.Thank you kindly! That worked.
Hello @rankmathteam
Thank you for the suggestion! Very much appreciated.
2 things:
- If I try to add the filter to the functions.php I get a fatal error:
The code snippet you are trying to save produced a fatal error on line 1:
syntax error, unexpected ‘&’ - Just to get all info over to you > that’s the slug for the page: /community/news-feed/
Thank you!
Forum: Plugins
In reply to: [Advanced Excerpt] LearnDash 3 – ‘Lesson’ CPTHi there,
Thank you very much for taking the time to help me out! Much appreciated!
Plugin: I understand. I must have misinterpreted the function. But, I still will use it for the provided parameters.
PHP Snippet: Great! I have implemented 2 snippets into my functions.pp. Both work as intended, excerpt fields in CPT backends are now available. For reference in case somebody is researching the topic:
for LearnDash 3 ‘Lessons’:
function excerpt_cpt_sfwd_lessons_init() {
add_post_type_support( ‘sfwd-lessons’, ‘excerpt’ );
} add_action(‘init’, ‘excerpt_cpt_sfwd_lessons_init’);action(‘init’, ‘my_prefix_init’);for LearnDash 3 ‘Courses’:
function excerpt_cpt_sfwd_course_init() {
add_post_type_support( ‘sfwd-courses’, ‘excerpt’ );
} add_action(‘init’, ‘excerpt_cpt_sfwd_course_init’);Again, thank you!
- This reply was modified 4 years, 2 months ago by Dan. Reason: formatting
Forum: Plugins
In reply to: [Relevanssi - A Better Search] MemberPress: Search Results when logged outThank you Mikko! This works like a charm!
Do you have a link somewhere on you home base where I can make a donation?
I would like to reward your time and effort.Unfortunately Relevanssi Pro does not offer much more functions than I need so I would like to send some money your way “just” for your efforts.
Thanks!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] MemberPress: Search Results when logged outThanks for your insights and explanation, Mikko. Very appreciated. Yes the post are locked, mostly due to the fact the category itself is locked.
So I guess I would have to go with filter
relevanssi_post_ok
placed in my functions.php to force at least a public listing, right?If yes: How could a standard snippet look like? I read https://www.relevanssi.com/user-manual/filter-hooks/ and the filter/hook reference there but I am not able to put together more than the “filter call” itself but without “function/return” then.
Thanks!
Forum: Plugins
In reply to: [WP Hide Post] Post/page editor messed upSame here!
Forum: Plugins
In reply to: [Menu Item Visibility Control] EXTRA Theme breaks the plugin…Hello Shazdeh,
Thanks a lot for your very prompt answer! Yeah I thought. I really tried the way it is described in “Workaround #1”. I was just failing as I did not find out in which file I have to put this snippet. Is this somewhere an admin include PHP? “admin nav menu Walker”
Please excuse but in WP Core I am lost… Any specific path to the file and the filename itself would be utmost helpful…Off-topic: Yeah it is kinda sad and ridiculous at the same time Widget mess is not solved yet. I mean WP Update after update. But when playing around with themes you have to do a screenshot from your widget page first in order to bring them back to their original place…it is just aaaaaahhhh. Well.
Thank you!
DanForum: Plugins
In reply to: [Video Sidebar Widgets] How Add Link To CaptionHello Denzel,
Thanks for your swift reply and taking your time for the screen record.
I used the regular HTML tag and and the site the link is displayed properly, all fine at the front end.It just looks weird in the CMS, it looks like something’s “broken” => see screenshot here Screenshot CMS Widget. As long the function works properly I don’t have any problem with that.
Thank you.
- This reply was modified 7 years, 9 months ago by Dan.
Hi Jack,
Thanks for your time and kind help. Unfortunately I couldn’t solve the problem but somehow this seems to be related to my WP installation. I give up and will let somebody create just a snippet I can put in my functions.php.
Again, many thanks for taking your time!
Dan
Hello jack,
Thanks for your hint. Trouble is:
1) If I choose template “New User Registration – For User” no mail gets triggered from/by BNFW. (I always test with a unique, new email address)
2) If I choose “New User – Post-registration Email” I get the email via BNFW but in this template I can’t include the short code *Set-up Password URL* [password_url] which I guess would be the right one but unfortunately I can’t test that…
Before we are creating an endless thread here: Do you have a paid support option where we could discuss things further and give you more “details”?
I really cross-checked everything ??Thanks a lot big appreciation.
Dan
Hi Jack,
Thanks for your ultra swift reply!A) No multi site installation
B) Signup Process
1) User pays a membership outside of WP. I only collect Fisrt Name, Name, Emai – but no password.
2) A webhook brings the data back to WP (MemberPress) and several tasks get triggered.
3) One is that native WP sends the request to set now the password using WP’s function in pluggable.php. As we all know this looks ugly as hell.
4) In BNFW I sorted out that the correct notification mail “New user – Post-registration Email” is
5) Now in those emails should be an individualized link be integrated like seen here:
I hope you understand what I am trying to illustrate and ask here…
Thanks,
DanForum: Plugins
In reply to: [Post Content Shortcodes] Loading Plugin only when user is logged in?Hi all,
I found that the “show excerpt” condition was messing up with the MP restrictions. Al works fine when not using “show_excerpt=1”.
Thank you for a great plugin!
Best, Dan
Forum: Plugins
In reply to: [AVH Extended Categories Widgets] V3.8 List no longer workingPeter,
3.8.1 installed & tested. Works.Thanks a lot for this fast turnaround!
Best,
Dan - If I try to add the filter to the functions.php I get a fatal error: