torqueing
Forum Replies Created
-
I spoke to the hosting company and their security software was blocking access to admin-ajax.php
To fix this you have to whitelist the file
Thanks for your support mate. I don’t think this is a problem with any of those. It only happens on this page when you try to centre text.
Please watch the video in the post above. I have made a second quick video to show that the problem is definitely with the centring of text: https://youtu.be/Yj64EFh9ReM
Just so you know I went through every step suggested through your website and in any post I could find online and nothing helped.
I am starting to think it isn’t a Elementor problem although it is odd that it only happens when centreing text…
I have seen a few interesting things though:
1) admin-ajax.php is getting a 404 error even though the file is there (possibly a hosting/mod_security problem).
2) editor-document.min.js gives this error which seems vague and possibly related to the above:Object readyState: 4 getResponseHeader: ? (a) getAllResponseHeaders: ? () setRequestHeader: ? (a,b) overrideMimeType: ? (a) statusCode: ? (a) abort: ? (a) state: ? () always: ? () then: ? () promise: ? (a) pipe: ? () done: ? () fail: ? () progress: ? () complete: ? () success: ? () error: ? () length: 0 name: "add" arguments: null caller: null prototype: {constructor: ?} __proto__: ? () <a href="https://codex.www.ads-software.com/FunctionLocation">FunctionLocation</a>: load-scripts.php?c=0…ortable&ver=5.3.2:5 <a href="https://codex.www.ads-software.com/Scopes">Scopes</a>: Scopes[3] responseText: "<!DOCTYPE html> ?<html lang="en-GB" class="no-js">" status: 404 statusText: "error" __proto__: Object
- This reply was modified 5 years ago by torqueing.
I have made a quick video of it happening: https://youtu.be/kGumIFBcaCw
It’s definitely a chrome thing. Everything was fine yesterday, today I just get a blank page when elementor loads up. Trying it in Firefox makes it work fine.
Forum: Plugins
In reply to: [Calculated Fields Form] Dropdown Box Problems. Incorrect Format?Thanks again. I’ve never learned javascript so I’m trying to learn it through your examples and this on w3c schools
if (time < 10) { greeting = "Good morning"; } else if (time < 20) { greeting = "Good day"; } else { greeting = "Good evening"; }
hahaha ??
Forum: Plugins
In reply to: [Calculated Fields Form] Dropdown Box Problems. Incorrect Format?Although I’m having a different problem I think it’s in the same ballpark wrt syntax.
This just doesn’t seem to work:
(function(){ if(fieldname7 < 1083.30) return 0 ; } else if(fieldname7 > 1083.30 && fieldname7 < 1614.33) { 1001 * 0.005 + fieldname7 -1001 *002 ; } else { return 7 ; })()
- This reply was modified 7 years, 1 month ago by torqueing.
Forum: Plugins
In reply to: [Calculated Fields Form] Dropdown Box Problems. Incorrect Format?Thankyou. You, my good man, are a genius ??
If I could give you more than 5 stars I would
Yes, that’s it. Thank you very much!
Is “filtering” the words I was missing then?