mswas
Forum Replies Created
-
Just to clarify, my question is: is there a limit to the shortcode parameters when you are also adding custom fields via your method in the link above? Or is there an order they should be in?
Forum: Plugins
In reply to: [WP CSV] Export categoriesI found my category field by doing an export of all fields. Then I filtered.
I’m sorry, I see I wasn’t very clear.
I put that line at the very bottom of cimy_uef_email_handler.php
Well for my purposes I still need all of the extra fields that this plugin is using, and I am not prepared to change right now.
So my solution has been:
1 – enable email confirmation
2 – Add this line to the plugin to stop the password change email:
add_filter('send_password_change_email', '__return_false');
No he did not reply.
It seems that I can get the welcome message to send only if I have the “enable email confirmation” box checked.
And the password change email still gets sent.
Yes I contacted him on his blog too.
The welcome email does not send. Only the password change email gets sent.
Please help. I really need the custom welcome email.
Same thing: new users receive Notice of Password Change, but password was NOT changed. They are not receiving welcome email either.
Forum: Plugins
In reply to: [Youtube Channel Gallery] THUMBNAIL REMOVALI want to know how to do this too. Just the player showing the most current video and that’s it.
[edit] I just figured it out!! On the widgets page select the Player tab, and then choose “show player in Magnific popup”. and then you will only get one thumbnail to click and the player will pop up in lightbox.
Forum: Plugins
In reply to: [Genesis Responsive Slider] After upgrade, Excerpt overlaps photoNick that did not work. I set the featured image on that post to be the portrait lab shot and that did not work. I did set up the Genesis Featured Posts widget and will use that in production, but just so you know, the taller featured image in the Genesis Responsive Slider still has the same issue as the shorter one.
Forum: Plugins
In reply to: [Genesis Responsive Slider] After upgrade, Excerpt overlaps photoThank you, I will try that when I am back in the office tomorrow. However that is the same image that displayed fine prior to the upgrade. I will also look into the other plug-in you suggest.
I get a similar undefined variable in 2.3.1
Notice: Undefined index: cff_font_source in …/wp-content/plugins/custom-facebook-feed/custom-facebook-feed.php on line 1789
Forum: Plugins
In reply to: [Genesis Simple Hooks] genesis_title Hook content showing afterI did realize we were talking about different things when I clicked your link. This is the solution I went with:
add_filter( 'wp_title', function( $old_title ) { return sprintf( '%s | %s by %s Book Review', $old_title, get_field( 'book_title' ), get_field( 'book_author' ) ); }, 20 );
Forum: Plugins
In reply to: [Genesis Simple Hooks] genesis_title Hook content showing afterOK I will try that, Ron.
I was going by the description that says “This hook executes between the main document <title></title> tags.” That should be changed to say “after”.
Thanks!!
I finally found a solution to this. Your RSS feed must have the author as <author>New York Times </author>, not <source url=”https://nytimes.com”>New York Times</source>