Viewing 15 replies - 1 through 15 (of 15 total)
  • Takayuki Miyoshi

    (@takayukister)

    You need to edit core code of the plugin. Search “add_menu_page” inside contact-form-7/admin/admin.php.

    Thread Starter Zamboolah Wigi Wigi

    (@burokhuli)

    Hi, I cant find that folder contactform 7, where did i go wrong

    Thread Starter Zamboolah Wigi Wigi

    (@burokhuli)

    takayukister : thank you for the respond. i found that file and replaced the word CONTACT but still it’s not changed. Did I miss something?

    Takayuki Miyoshi

    (@takayukister)

    It should work. Which CONTACT did you change?

    Thread Starter Zamboolah Wigi Wigi

    (@burokhuli)

    I searched this codeline below

    add_menu_page( __( ‘Contact Form 7’, ‘wpcf7’ ), __( ‘Contact’, ‘wpcf7’ ),

    and then replaced the word “Contact” into “Drop A Line”

    but I can’t see any changes

    Takayuki Miyoshi

    (@takayukister)

    You changed the correct file? When I did it in my site it worked.

    add_menu_page( __( 'Contact Form 7', 'wpcf7' ), __( 'Drop A Line', 'wpcf7' ),
    		WPCF7_ADMIN_READ_CAPABILITY, 'wpcf7', 'wpcf7_admin_management_page' );
    Thread Starter Zamboolah Wigi Wigi

    (@burokhuli)

    this is my root directory, I copied it and pasted it here just to be sure I got the right file.

    studiobbi.com / httpdocs / wp-content / plugins / contact-form-7 / admin

    inside “admin” folder is “admin.php” right? that’s where I edited it.

    Takayuki Miyoshi

    (@takayukister)

    BUroKHUli, which “Contact” are you trying to change? I thought you want to change the menu title.

    Thread Starter Zamboolah Wigi Wigi

    (@burokhuli)

    hello there sir

    this is the one I want changed ??

    screenshot

    Takayuki Miyoshi

    (@takayukister)

    OK. I see.

    I guess it’s the title of the post you have inserted the contact form. It is not relating to Contact Form 7’s code at all.

    Thread Starter Zamboolah Wigi Wigi

    (@burokhuli)

    so can I change it? ??

    Takayuki Miyoshi

    (@takayukister)

    Sure. In the WordPress admin panel, open Pages > Edit, open the page, simply edit the title. That’s it.

    Thread Starter Zamboolah Wigi Wigi

    (@burokhuli)

    takayukister

    I tried that the first time but it’s not working. that’s why i asked if it’s PHP file. but still everything is not working. so I have this crazy idea that maybe I screwed my wp. For my satisfaction, I uninstalled the darn thing and reinstalled it.

    For some weird reason, it’s working now. I’m sorry to have caused you any trouble. I really really appreciate the time you’ve spent on this thread.

    Best regards,
    Allan

    Thread Starter Zamboolah Wigi Wigi

    (@burokhuli)

    one question though, how come the input fields are not aligned? the YOUR MESSAGE INPUT BOX is wider than the three above it.

    Takayuki Miyoshi

    (@takayukister)

    That’s just the way of them. Only the “Your Message” field is a multi-line textarea, and others are one-line input fields.

    You can easily align them by setting CSS stylesheet.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘[Plugin: Contact Form 7] How To Change The Word “Contact” On The Contact Form?’ is closed to new replies.