Title: Yka's Replies | WordPress.org

---

# Yka

  [  ](https://wordpress.org/support/users/yka/)

 *   [Profile](https://wordpress.org/support/users/yka/)
 *   [Topics Started](https://wordpress.org/support/users/yka/topics/)
 *   [Replies Created](https://wordpress.org/support/users/yka/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/yka/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/yka/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/yka/engagements/)
 *   [Favorites](https://wordpress.org/support/users/yka/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form Block] Impossible to edit form as HTML](https://wordpress.org/support/topic/impossible-to-edit-form-as-html/)
 *  Thread Starter [Yka](https://wordpress.org/support/users/yka/)
 * (@yka)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/impossible-to-edit-form-as-html/#post-15969899)
 * Hi, 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form Block] Impossible to edit form as HTML](https://wordpress.org/support/topic/impossible-to-edit-form-as-html/)
 *  Thread Starter [Yka](https://wordpress.org/support/users/yka/)
 * (@yka)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/impossible-to-edit-form-as-html/#post-15962691)
 * Thanks, 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?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Llorix One Lite] Frontpage: Testimonials section: clickable images?](https://wordpress.org/support/topic/frontpage-testimonials-section-clickable-images/)
 *  [Yka](https://wordpress.org/support/users/yka/)
 * (@yka)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/frontpage-testimonials-section-clickable-images/#post-8254085)
 * 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?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Llorix One Lite] Frontpage: Testimonials section: clickable images?](https://wordpress.org/support/topic/frontpage-testimonials-section-clickable-images/)
 *  [Yka](https://wordpress.org/support/users/yka/)
 * (@yka)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/frontpage-testimonials-section-clickable-images/#post-8241170)
 * 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 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Llorix One Lite] Frontpage: Testimonials section: clickable images?](https://wordpress.org/support/topic/frontpage-testimonials-section-clickable-images/)
 *  [Yka](https://wordpress.org/support/users/yka/)
 * (@yka)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/frontpage-testimonials-section-clickable-images/#post-8234535)
 * 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 🙂

Viewing 5 replies - 1 through 5 (of 5 total)