jordanwebdev
Forum Replies Created
-
Forum: Plugins
In reply to: [Smash Balloon Social Photo Feed – Easy Social Feeds Plugin] Not loading inIs there a private way I can send you the link?
You’re welcome. I’ve also had reports of the feed not working on Safari, and mobile Safari. Perhaps it’s for similar reasons (add-ons causing issues).
I have the same issue in Firefox. For me, it works after disabling the Facebook Container add-on.
I ended up using the following to get the CAD rate
global $WOOCS; $rate = $WOOCS->get_currencies()['CAD']['rate'];- This reply was modified 7 years, 1 month ago by jordanwebdev.
I got an older version (says 2.1.1….but not sure if that’s correct), and can’t find that screen…is there a parameter in the shortcode to modify decimal places? Where do I find the aggregator? Note, updating the plugin is not an option.
I saw the “precision” parameter, and tried setting it to 4…no luck.
- This reply was modified 7 years, 1 month ago by jordanwebdev.
- This reply was modified 7 years, 1 month ago by jordanwebdev.
Sorry, I think the reason was because the site was using an older version of the premium version. I replaced it with free. Will see if we can get the premium again later.
I also get the headers already output error as soon as I activate this plugin, with all other plugins deactivated (aside from WooCommmerce)
Forum: Plugins
In reply to: [Weather Atlas Widget] “min” text displayedHello, thanks for the explanation. While that does make sense, many weather forecasts include the day temperature, even during the night. I’m not sure that most people will understand what min means at first glance. Therefore, I think it would be beneficial to include the previous day temperature as an option.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] PHP Fatal error on update to version 5.7.11After updating to PHP version 7, the problem is resolved.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Another plugin that doesn’t even workWhat are you talking about? I’ve used this plugin in several professional websites, and it’s worked great…I don’t know what you’re expecting it to do?
I did that, no luck. What I ended up doing was just reinstalling WordPress and uploading the files. Then, they were recognized. It seems odd that it had to come to that, though. I did an all-in-one migration (plugin) restore earlier, but cancelled half way through it. Maybe that had something to do with it.
- This reply was modified 7 years, 4 months ago by jordanwebdev.
That sounds promising. Another thing you may want to look into is how often you make calls to admin-ajax.php. I get a low score on GTMetrix, suggesting that I gzip admin-ajax.php in order to save around 80kb, and I believe it’s a result of your plugin overloading it. The error goes away on pages that don’t use this plugin, and I use caching plugins with gzip enabled.
That’s funny you should mention that, a similar idea crossed my mind. If those images could be stored in the media library, we could then make use of native WordPress functions to serve the appropriate, scaled size. I suppose a scheduled task to delete outdated images off the server would come in handy as well, so it doesn’t clog up space.
- This reply was modified 7 years, 5 months ago by jordanwebdev.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Conflict with gutenbergI see all the fields, too, and I even have the latest edition of ACF Pro.
- This reply was modified 7 years, 6 months ago by jordanwebdev.
Forum: Plugins
In reply to: [WP Job Manager] Restrict Job Listings in Admin by Author IssueI see! Well, this was easier for us. Perhaps it’s something to consider 😉