nuonis
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Inventory going to -1 after a purchaseHello! Is anyone there to help?
Forum: Plugins
In reply to: [Contact Form 7] Plugin update?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.
Forum: Plugins
In reply to: [Contact Form 7] Plugin update?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":[]}
Forum: Plugins
In reply to: [CatalogX - Product Catalog Mode For WooCommerce] Success messageOh, I just also realized the title of the inquiry form, I’ll need to change that too from “Enquiry” to “Inquiry”.
Thanks!
Forum: Plugins
In reply to: [WP Social Sharing] Not workingHello, 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!!
Forum: Plugins
In reply to: [WP Social Sharing] Not workingThat is the first thing I did. It is most definitely active and updated to the latest version.
Forum: Plugins
In reply to: [Subtitles] HTML updateThanks for the clarification!
Forum: Plugins
In reply to: [Subtitles] HTML updateSorry 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 updateMaybe 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 updateHi 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
Forum: Plugins
In reply to: [EWWW Image Optimizer] Hide API?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! ??
Forum: Plugins
In reply to: [Customizer Export/Import] MultisiteHi 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.
Forum: Plugins
In reply to: [Subtitles] Display for custom page templatesThank you! This was just what I needed. I was able to make it work. Thanks ??
Forum: Plugins
In reply to: [Subtitles] HTMLThanks, 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] HTMLSorry 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 ), );