imaginaut
Forum Replies Created
-
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Failed to connect to Salesforce.comI had the updated plug-in and check the endpoint URLs and it was correctly pointed, but still not working. So I’ve deactivated the plug-in and am now using HTML version of forms generated by SalesForce interface. Not as elegant as the plug-in but all 3 forms work now. Thank you anyway.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Failed to connect to Salesforce.comI’m having the same issue. Was working fine before and now “Failed to connect to SalesForce.com”
Forum: Fixing WordPress
In reply to: .svg file keeps downloading on WP updateI used this bit of code place in my web.config file — and that stopped the recurring issue.
<staticContent>
<remove fileExtension=”.svg”/>
<mimeMap fileExtension=”.svg” mimeType=”image/svg+xml”/>
</staticContent>Forum: Fixing WordPress
In reply to: .svg file keeps downloading on WP updateI’m having the same issue. Each time I interact with the site — Edit a page or Save a page — the menu.svg file downloads. Its 911 bytes — opens in Illustrator — and nothing but a box as far as I can tell? I’m using the Divi theme (never run into this before, and used Divi theme on multiple sites). Hosted on GoDaddy (same thing — lots of sites — never happened before). Any ideas?
Forum: Plugins
In reply to: [Event List] Event order, AM/PMI figured this out! If you enter military time (24 hour clock) into the time field, it gets interpreted into AM / PM when viewed in the event details and then it sorts everything in order of time. So 2PM is 14:00 and 2AM is 02:00 …. I tried this and it WORKED!