jx4550
Forum Replies Created
-
Anyone have insights? Maybe there is some other hook I can use to retreive the post data?
updated and it works idk why, same hook as before
Unfortunately, that does not really help.
we don’t want a new tab. we want to append info to the general tab, BEFORe the submit button. Neither of the hooks above work, and I cannot locate any other hooks in the template.
In an older version, the hook um_after_account_{$tab_id} was PERFECT for this.
Why was it removed? How can I replicate this functionality?
Thanks.
Aren’t those for the actual profile page?
What I’m looking for is on the “My Account” pageI tried your hooks, regardless, but they did not show on the page as expected still.
Thank you!
Forum: Plugins
In reply to: [Contact Form 7] Form issue Not submitting – WP-JSON/SSL ISSUE@jdembowski ???????????????
@ipstenu There was no disrespect on my behalf. Maybe you just misread it.
I have done traditional debugging, otherwise I would not be hereForum: Plugins
In reply to: [Contact Form 7] Form issue Not submitting – WP-JSON/SSL ISSUEAny comments ? Any insights? Or should we be moving to a different contact form now?
In your theme’s functions.php;
// Extra Account info for Customers on account edit page add_action('um_after_account_general', 'customer_custom_fields', 100); function customer_custom_fields() { global $ultimatemember; $id = um_user('ID'); $output = ''; $names = ["your_custom_field"]; $fields = []; foreach( $names as $name ) { $fields[ $name ] = $ultimatemember->builtin->get_specific_field( $name ); } $fields = apply_filters( 'um_account_secure_fields', $fields, $id ); foreach( $fields as $key => $data ) { $output .= $ultimatemember->fields->edit_field( $key, $data ); } echo '<div class="um-account-heading uimob340-hide uimob500-hide"><i class="um-faicon-user"></i>Other Info</div>' . $output; }If you’re unfamiliar with PHP, you can add more by modifying the $names declaration:
$names = ["your_custom_field", "another", "and_another_one"];Forum: Plugins
In reply to: [Awesome Weather Widget] CITY NOT FOUNDHello Hal Gatewood so are you not going to be updating this plugin to work?
Forum: Plugins
In reply to: [Awesome Weather Widget] Does not recognize ANY citiesI’m still waiting with this issue, really need a fix. The city id doesnt work because we serve weather widgets dynamically and by address data (city, state, country names)
We do it dynamically so cant find the city id everytime
Any update ?
We relied on this weather plugin so hopefully there is a fix soon!Thank you
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] DON’T update to 4.0.3Js problem: ReferenceError: nxs_doManPost is not defined
Fix it please.
This.
Your whole plugin broke a client’s website. So we’re no longer going to use it, unless there’s a fix ASAP???