Yka
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form Block] Impossible to edit form as HTMLHi, to clarify. on next trial I managed to push a correct selection to get this form modified. Here you can see the example of my latest trial:
[contact-form-block name_label="NimI" email_label="Maili" phone_label="Puhelin" message_label="Viesti" header="true" header_image_id="null" header_image_size="50" header_image_align="left" header_title="Tuuppaa viesti" header_text="Pukkaa viesti, niin vastaamme sinulle ensitilassa " button_text="Matkaan" button_color="#3d84f6" button_text_color="white" align="undefined" theme="meowapps" message_rows="5"] add_filter( 'mcfb_email_to', function ( $to, $form ) { $to = $form['donald.duck@ankkalinna.fi']; return $to; }, 10, 2 );[/contact-form-block]In the end of this code you can see my trial to add a filter. email is not a real one, but I tried it with some real emails and message comes in all trials to my admin-email, defined in this WordPress site.
Probably I put “add_filter”-script to a wrong place? But please give an example coding, where to insert it? Or does it need some missing marks before/after it?
If i put it after or before outside [ .. ], code appears on site before/after form
If i put it upper, but inside [ .. ], code breaks form and makes layout just “default”(?) instead of selected “meowapps”, but email still doesn’t change.So please advise some exmple, where “add_filter” has done correctly and in a correct place.
Forum: Plugins
In reply to: [Contact Form Block] Impossible to edit form as HTMLThanks, At first I did check Tutorial before making this post 🙂
The problem was, where to do this coding? I thought I could to to HTML edition mode and add/modify code. But it was impossible. So please help – where I can do this coding?
Thanks for your reply. Do you know, which file includes this Team section?
Or which file includes this Testimonials section?
I think I could change team as a last part of front page and edit this testimonial as a team. if team is hidden way or another as non-editable?
Hi, I reply this also, perhaps you get message, that someone has replied you even this has status resolved 🙂
I thought the same html code but for the team member section. It’s the same idea. But please help me to find, where this file is located under wordpress?
So which file it is and in which folder?
Thanks in advance 🙂
Hi, I thought the same html code but for the team member section. It’s the same idea. But plese help me to find, where this file is located under wordpress? I tried to find it on Notepad ++, but it’s difficult to search there.
So which file it is and in which folder?
Thanks in advance 🙂