Duf
Forum Replies Created
-
Just FYI in case you have any other customers hosting WordPress on GoDaddy with their managed WP hosting. They have caching that is not configurable, it is always on. In order for me to get the JSON data page to refresh consistently on all browsers I had to put my URL in this format – https://colliertaxcollector.com/obwaitimes/?nocache=1 Might save someone a lot of hassle in the future.
Add that to the page URL? Yea I am totally stumped why all browsers but Firefox show stale content.
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Do math on a JSON fieldI am so close I just can’t get this twig template to execute the math, otherwise it is pulling the data. My JSON data starts with [{ so I am doing it as you described.
{% for item in _context %}
{{item.name}} <br>
Customers Waiting: {{item.customersWaiting}} <br>
({% set wait_min= (waitingTime/60)|round %}Estimated wait time: {{wait_min}} minutes) <br>
<br>
{% endfor %}Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Do math on a JSON fieldOk I see. I am an absolute novice at this. How would an example line of twig code look that takes a JSON field, divides it by 60 and then rounds it to the next number? Thanks in advance for any help you can offer, I have the plug in doing what I need I just need this last piece to get it formatted correctly.
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Do math on a JSON fieldI see the round function but what about dividing the value by 60 first?
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Can the plug in do this?I did get a connection after upgrading to the Pro plugin. I did have some other questions I posted on some other topics in here however.
Forum: Plugins
In reply to: [Event Organiser] Full calendar view and siungle event view problemsI turned off Cloudfront CDN in W3 and it started working.
Forum: Plugins
In reply to: [Event Organiser] Full calendar view and siungle event view problemsStephen I disabled W3 Total Cache and the calendar loaded. Have you done any testing with this and if so, are you aware of any special settings needed to make it work with your plug in?
I have the same issue here is the example
http://gulfcoastrunners.net/ai1ec_event/16-2/?instance_id=976
Forum: Plugins
In reply to: [WP Bulletin Board] can subscribers upload images?I tried setting up the FB integration following the plug in instructions. It just seems to fall off in the bit bucket. Take a look?
Forum: Fixing WordPress
In reply to: Successfully managed to downgrade to 2.0.7Did you have to run the upgrade script for 2.07 to downgrade it?
Forum: Fixing WordPress
In reply to: SQL upgrade portion of 2.1 upgrade bombsDamn noone else has seen this? Scary…..