HerbyMcfly
Forum Replies Created
-
Forum: Plugins
In reply to: [SupportCandy - Helpdesk & Customer Support Ticket System] Emails not sendingGot there in the end
Forum: Plugins
In reply to: [SupportCandy - Helpdesk & Customer Support Ticket System] Emails not sendingI think this is because in the email notifications setting I had set it to an existing MS Exchnage support@ email account. It doesn’t send then…
Changing that to a non existing email address supportX@ worked.
Is there a way to use an existing email?
Wondered if there was any help on this?
Thanks yes.
https://github.com/Automattic/jetpack/issues/7598
With proposed resolution which I’ve tried that works:
but I resolve it by remove this line form this file https://www.programsgulf.com/wp-content/plugins/jetpack/modules/contact-form/grunion-editor-view.php
if ( ! isset( $current_screen->id ) || $current_screen->base !== ‘post’ ) { return;a quick fix would be to remove this code (which would force the javascript stuff to be loaded on all the admin pages).
I don’t have a copy of the previous version and there’s no answer to the query. Looks like I’m going to have to find another plugin.
Same here. The actual box for the text/media for the newsletter can’t receive focus.
Using 3.3.4 and latest version of WordPressForum: Fixing WordPress
In reply to: NoncesA final call for info…
Forum: Fixing WordPress
In reply to: NoncesDoes anyone have any other links to nonce usage – thanks
Forum: Fixing WordPress
In reply to: NoncesAny clues on nonces generally then with JSON return from a form?
Really struggling.
Forum: Plugins
In reply to: [ABASE] Update function issueHi
Yes managed to sort it:
So now I have:
Add a player here….
[abase form=”1,insert” table=”uniqueplayers” columns=”Forename,Surname,Title$Add Player” elements=”Forename,Surname,Title” ack=”red”]
So this shows the table…
[abase table=”uniqueplayers” columns=”UPlayerId,Title,Forename,Surname” rlink=”UPlayerId”]
and with this I can update existing players by clicking on UPlayerId…..
[abase form=”1,update” table=”uniqueplayers” elements=”UPlayerId,Title,Forename,Surname” fields=”UPlayerId,Title,Forename,Surname$Update Player” ack=”green”]
Forum: Plugins
In reply to: [ABASE] Update function issueOk thanks I’ll try this.