Anticosti
Forum Replies Created
-
Forum: Reviews
In reply to: [Custom Content Shortcode] WOW!!What a great testimony!
I second.Forum: Plugins
In reply to: [Custom Content Shortcode] Support for Pods??Love your attitude and your work Eliot.
You are curious and proactive.
Long live Custom Content Shortcode!Forum: Plugins
In reply to: [Custom Content Shortcode] Wishing to show Post time in the users’ local time@miyarakira
Thank you Eliot for your input on this.
Sorry for my late reply.
Let’s mark this one as Resolved.@peterpolow
Finally… Realized that Revolution Slider supports my custom fields.
Thank you for your help Peter.Let’s mark this one as Resolved.
@acbardou Glad I could give back and help 😉
I am also using Loco Translate. A great plugin.
00. Make a backup of your database and then make a backup of your languages files located in:
/wp-content/languages/01. Through FTP modify the names of your files:
wpuf-fr_FR.mo
wpuf-fr_FR.po
to:
wp-user-frontend-fr_FR.mo
wp-user-frontend-fr_FR.po02. Visit:
wp-admin/admin.php?bundle=wp-user-frontend%2Fwpuf.php&page=loco-plugin&action=view03. Plugins / WP User Frontend / Advanced configuration
Put In:
Text domain: wp-user-frontend
File prefix: wp-user-frontend
Template File: languages/wp-user-frontend.pot04. Click on Edit
Edit | View | Copy | Info | Delete
(options below your language):05. Click on Sync
06. Click on Save
If done like me, you will not loose any translations that you allready done.
Regards,
@rafsuntaskin Great News!
Updating to WP User Frontend Version 2.8.9 fixed the issue.
Grateful. Thank you so much.Just retried WP User Frontend Version 2.8.8
Oh… just a hint for you:
I just noticed that when you click on the Submit button, the post creation works. The Post will show in your Dasboard. The issue is coming from the fact that the form does not redirect you to the newly created post.Hope this may help you pinpoint the issue.
Cheers,
Hi Rafsun,
Any idea when the fix for this issue will be release…?
Thanks again!
Also interested.
Great post!Hi Peter,
Thank you for your reply.
Much appreciated.
Unfortunetly, I am on the road today with no access to my project.To answer your question…
I am using this [raw] code inside Revolution Slider.Peter… If you could show me how you would modify my code so it would isolate each part of the loop, I would give it a try once I’m back…
Thanks in advance,
@rafsuntaskin Thank you 😉
Much appreciated.I made this second test:
The combo that works is:
WP User Frontend Version 2.8.7
WP User Frontend Pro – personal Version 2.8.1and it throws these notices:
[23-May-2018 14:01:47 UTC] PHP Notice: Undefined variable: post in /home/user/public_html/site/wp-content/plugins/wp-user-frontend/class/subscription.php on line 495 [23-May-2018 14:01:47 UTC] PHP Notice: Trying to get property of non-object in /home/user/public_html/site/wp-content/plugins/wp-user-frontend/class/subscription.php on line 495 [23-May-2018 14:01:47 UTC] PHP Notice: Undefined variable: post in /home/user/public_html/site/wp-content/plugins/wp-user-frontend/class/subscription.php on line 496 [23-May-2018 14:01:47 UTC] PHP Notice: Trying to get property of non-object in /home/user/public_html/site/wp-includes/post.php on line 6042Using this combo:
Using:
WP User Frontend Version 2.8.8
WP User Frontend Pro – personal Version 2.8.1I set:
define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false); @ini_set('display_errors', 0);and in my “debug.log”, this is what I found relevant:
[23-May-2018 13:49:13 UTC] PHP Notice: Undefined index: wpuf_sortie_on in /home/user/public_html/site/wp-content/plugins/wp-user-frontend/class/render-form.php on line 286 [23-May-2018 13:49:13 UTC] PHP Fatal error: Uncaught Error: Cannot use object of type WPUF_User_Subscription as array in /home/user/public_html/site/wp-content/plugins/wp-user-frontend/class/frontend-form-post.php:513 Stack trace: #0 /home/user/public_html/site/wp-includes/class-wp-hook.php(286): WPUF_Frontend_Form_Post->submit_post('') #1 /home/user/public_html/site/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters('', Array) #2 /home/user/public_html/site/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /home/user/public_html/site/wp-admin/admin-ajax.php(99): do_action('wp_ajax_wpuf_su...') #4 {main} thrown in /home/user/public_html/site/wp-content/plugins/wp-user-frontend/class/frontend-form-post.php on line 513In next post, I’ll do the exact same test with the other combo:
Using:
WP User Frontend Version 2.8.7
WP User Frontend Pro – personal Version 2.8.1