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.wordpress.org/FunctionLocation">FunctionLocation</a>: load-scripts.php?c=0…ortable&ver=5.3.2:5 <a href="https://codex.wordpress.org/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 6 years, 5 months 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.
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 🙂
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 8 years, 6 months ago by torqueing.
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?