Forum Replies Created

Viewing 15 replies - 1 through 15 (of 46 total)
  • Thread Starter nuonis

    (@nuonis)

    Hello! Is anyone there to help?

    Thread Starter nuonis

    (@nuonis)

    Can anyone help? I really need to get this working! Here’s the link to the form, by the way: https://exercisewarehouse.net/quote. You have to add items to “Get Quote”. You can see some products on the homepage.

    Thread Starter nuonis

    (@nuonis)

    Parameters:
    
    -----------------------------18467633426500
    Content-Disposition: form-data; name="_wpcf7"
    
    5
    -----------------------------18467633426500
    Content-Disposition: form-data; name="_wpcf7_version"
    
    5.1.3
    -----------------------------18467633426500
    Content-Disposition: form-data; name="_wpcf7_locale"
    
    en_US
    -----------------------------18467633426500
    Content-Disposition: form-data; name="_wpcf7_unit_tag"
    
    wpcf7-f5-p1063-o1
    -----------------------------18467633426500
    Content-Disposition: form-data; name="_wpcf7_container_post"
    
    1063
    -----------------------------18467633426500
    Content-Disposition: form-data; name="your-name"
    
    test
    -----------------------------18467633426500
    Content-Disposition: form-data; name="your-email"
    
    [email protected]
    -----------------------------18467633426500
    Content-Disposition: form-data; name="your-phone"
    
    999999999
    -----------------------------18467633426500
    Content-Disposition: form-data; name="your-zip"
    
    32145
    -----------------------------18467633426500
    Content-Disposition: form-data; name="options[]"
    
    I need delivery and installation
    -----------------------------18467633426500
    Content-Disposition: form-data; name="options[]"
    
    I would prefer a phone call
    -----------------------------18467633426500
    Content-Disposition: form-data; name="your-message"
    
    test message
    -----------------------------18467633426500--
    
    ---------------------------------------------------------------------------------------------------------------------------------------------
    
    Server response
    
    {"code":"internal_server_error","message":"The site is experiencing technical difficulties.","data":{"status":500},"additional_errors":[]}
    Thread Starter nuonis

    (@nuonis)

    Oh, I just also realized the title of the inquiry form, I’ll need to change that too from “Enquiry” to “Inquiry”.

    Thanks!

    Thread Starter nuonis

    (@nuonis)

    Hello, just wanted to check to see if you had any thoughts on why this isn’t working? Like I said, the plugin is definitely active and updated to its latest version. Any help is appreciated!!

    Thread Starter nuonis

    (@nuonis)

    That is the first thing I did. It is most definitely active and updated to the latest version.

    Forum: Plugins
    In reply to: [Subtitles] HTML update
    Thread Starter nuonis

    (@nuonis)

    Thanks for the clarification!

    Forum: Plugins
    In reply to: [Subtitles] HTML update
    Thread Starter nuonis

    (@nuonis)

    Sorry for my ignorance, but how do I directly do this in my theme? Where do I insert the code in WP admin?

    Forum: Plugins
    In reply to: [Subtitles] HTML update
    Thread Starter nuonis

    (@nuonis)

    Maybe I’m missing something, but that’s what I did. I manually added ‘br’, but every time there’s a plugin update, I have to add it back, correct?

    Forum: Plugins
    In reply to: [Subtitles] HTML update
    Thread Starter nuonis

    (@nuonis)

    Hi Philip,

    Thanks for the response. I do see that I am able to add a link. I guess the only thing I couldn’t do was the line break
    .

    Sinoun

    Thread Starter nuonis

    (@nuonis)

    Thanks for the quick response! I’ll wait for the update since it would take a lot of time to change this code for 40+ sites. What does “a while” mean in update terms? I appreciate you taking this suggestion into consideration! ??

    Thread Starter nuonis

    (@nuonis)

    Hi Justin, thanks for the response. I tried multiple times on different sites and it doesn’t work on multisite for me. In case anyone does need something similar for multisite, I recommend WP Options Importer plugin, it has worked great.

    Thread Starter nuonis

    (@nuonis)

    Thank you! This was just what I needed. I was able to make it work. Thanks ??

    Forum: Plugins
    In reply to: [Subtitles] HTML
    Thread Starter nuonis

    (@nuonis)

    Thanks, Phillip! Would love to see this included in the next update so I don’t have to add it every time the plugin changes.

    Also, if anyone is inserting this code as well, ignore the one I pasted above as it’s missing a character and will break your site. Use this instead:

    'i' => array(), // italicized text
    'em' => array(), // emphasized text
    'strong' => array(), // strong text
    'a' => array(), // Link
    'href' => array(),// Link URL
    'title' => array(), //Link Title
    'br' => array(), //Line break
    'target' => array() //Link target
    Forum: Plugins
    In reply to: [Subtitles] HTML
    Thread Starter nuonis

    (@nuonis)

    Sorry for my ignorance, but not sure exactly how I would enter it. What exactly do I add to this?

    $subtitles_allowed_tags = array(
    'i' => array(), // italicized text
    'em' => array(), // emphasized text
    'strong' => array(), // strong text
    'a' => array( // Link
    'href' => array(),// Link URL
    'title' => array(), //Link Title
    'target' => array() //Link target
    ),
    );

Viewing 15 replies - 1 through 15 (of 46 total)