Forum Replies Created

Viewing 15 replies - 1 through 15 (of 5,193 total)
  • You 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.

    • This reply was modified 5 years, 8 months ago by Josh.
    • This reply was modified 5 years, 8 months ago by Josh.
    Plugin Author Josh

    (@josh401)

    Thank 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.

    Plugin Author Josh

    (@josh401)

    I’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.

    Plugin Author Josh

    (@josh401)

    Got it. The other one, font list, was indeed, in pro. Thanks again Ken. Rolling out updates now.

    Plugin Author Josh

    (@josh401)

    Okay 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.

    Plugin Author Josh

    (@josh401)

    Please 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.

    Plugin Author Josh

    (@josh401)

    Hello,

    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.

    Plugin Author Josh

    (@josh401)

    The 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?

    Plugin Author Josh

    (@josh401)

    Hello, 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.

    Plugin Author Josh

    (@josh401)

    Ken, 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!!!!!!!

    Plugin Author Josh

    (@josh401)

    Guys, 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/6892199

    Again; this is in NO way related to the WP Edit plugin.

    Thread Starter Josh

    (@josh401)

    Well, I think I just fixed the issue. In includes/search-types/ the file class.BBoss_Global_Search_Activities.php on line number 80.

    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.

    Plugin Author Josh

    (@josh401)

    Okay, I’ll reach out to them. Please follow up with me in a few days if I have not responded. Thank you!

    Plugin Author Josh

    (@josh401)

    Hello 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.

    Plugin Author Josh

    (@josh401)

    Hi.

    Did you enable the option in the WP Edit settings to use the editor in comments?

Viewing 15 replies - 1 through 15 (of 5,193 total)