Josh
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Multiple AJAX Callback functionsYou don’t need a button or input function. You can execute the ajax from any jquery action. You also don’t need different action names. You can use the same action multiple times; as long as you’re getting the data you need on the php side.
1) Console log your
ajax_rsvp.ajax_url
javascript variable and make sure you are getting the correct site url before executing your ajax call.2) Change the order of how you are localizing your script from php:
wp_register_script( 'rsvp', plugins_url( '/js/rsvp.js', __FILE__ ) ); wp_localize_script( 'rsvp', 'ajax_rsvp', array( 'ajax_url' => admin_url( 'admin-ajax.php' ) ) ); wp_enqueue_script( 'rsvp' );
Use that order; register, then localize, then enqueue.
Forum: Plugins
In reply to: [WP Edit] 4.0.4 update – Whitescreen Screen of deathThank you for reporting this issue. I can add a version check before executing that block of code. I do remember in my last update fixing something that php version 7 was complaining about. I thought I added the correct statements; and I’m wondering if this is related.
I will certainly look into this further. Again, thank you for taking the time to report this matter.
Forum: Plugins
In reply to: [WP Edit] Cannot activate or get support through the websiteI’m terribly sorry guys. I’m wondering of the emails are bouncing for some reason. I am getting emails from my contact form; so I don’t think it’s on my end.
Unfortunately; I cannot provide support here. Please try the website contact form once more. I’ll check junk and spam settings. If I do not respond within one day of your email (not sure when you’ll see this); please report back here and I will provide an alternate method of reaching me.
Thank you very much.
Forum: Plugins
In reply to: [WP Edit] PHP 7.1, 7.2 compatibilityGot it. The other one, font list, was indeed, in pro. Thanks again Ken. Rolling out updates now.
Forum: Plugins
In reply to: [WP Edit] PHP 7.1, 7.2 compatibilityOkay Ken. Got it updated. Please give it a try. I supported backwards compatibility because not everyone will be using PHP7+. Regarding the
font_list[]
array. I think that is part of the pro plugin. I’ll have to double-check. Getting ready to update that one next.Thanks again. And looking forward to seeing if it worked for you.
Forum: Reviews
In reply to: [WP Edit] Once Great, Now SucksPlease use the contact form on the website; and I will be happy to provide a refund. I am limited in the amount of support I may provide from this channel.
I am getting ready to update the plugin; which should address the widgets issue some people have been experiencing. I do hope you will give it another try; and work with me to ensure it resolves your widget issues.
Thank you.
Forum: Plugins
In reply to: [WP Edit] Replace deprecated actionHello,
Thank you for taking the time to report this issue. I will have a look immediately and find a replacement for the deprecated action hook.
Please be on the lookout for an updated version of the plugin in the near future.
Forum: Plugins
In reply to: [WP Edit] Microsoft Word Pate ButtonThe core editor has made many updates in regards to pasting content from Word. Now, you simply paste the content normally inside the editor; and the core code takes care of the rest.
Are you experiencing any specific issues when attempting to insert content from Word using this method?
Forum: Plugins
In reply to: [WP Edit] Date configurationHello, can you please elaborate exactly where the date is displaying this way? The WP Edit plugin doesn’t really deal with dates, except INSIDE post content. It’s possible you have a theme setting which allows adjusting the date.
Forum: Plugins
In reply to: [WP Edit] PHP 7.1, 7.2 compatibilityKen, you are absolutely an ALL STAR!! I cannot thank you enough for your continued patronage and awesome skills! I simply must do something nice for you in return.
Okay, I’ll get this updated today or tomorrow. And I’ll find that last email you sent me and take our convo there.
Thanks Ken!!!!!!!
Forum: Plugins
In reply to: [WP Edit] trojan php.backdoor.wp-admin_bypassGuys, this error is in no way related to WP Edit. The plugin generating the error; form your info above; is the Ultimate_VC_Addons plugin.
Here is the link where you can pursue the proper support channel:
https://codecanyon.net/item/ultimate-addons-for-visual-composer/6892199Again; this is in NO way related to the WP Edit plugin.
Forum: Plugins
In reply to: [BuddyPress Global Search] MediaPress Results not ShowingWell, I think I just fixed the issue. In
includes/search-types/
the fileclass.BBoss_Global_Search_Activities.php
on line number80
.Taking the comment from the code:
//searching only activity updates, others don't make sense
.By changing line 80 to:
AND ( a.type = 'activity_update' OR a.type = 'mpp_media_upload' )
… allowed the activity items with media attached to be displayed properly.It would be fantastic if you could make this adjustment in the production of your code; so that we may continue to update without losing the modification.
Thank you for the consideration.
Forum: Plugins
In reply to: [WP Edit] WP Edit buttons not supported in Divi Visual builderOkay, I’ll reach out to them. Please follow up with me in a few days if I have not responded. Thank you!
Forum: Reviews
In reply to: [WP Edit] Conflict with siteoriginHello James, I am very sorry for your experience. Please allow me the opportunity to set things right.
You don’t need to pay a monthly fee for support. Support is handled on a yearly basis with the purchase of the plugin and the license extensions.
Please use the contact form on the WP Edit Pro website; and I will happily assist in getting things working properly.
Forum: Plugins
In reply to: [WP Edit] WP Edit on Comments editHi.
Did you enable the option in the WP Edit settings to use the editor in comments?