polyfade
Forum Replies Created
-
I’ve been experiencing high CPU throttling as well, no errors at all. I may have isolated the incident down to this plugin. For my events, I left the cache set to clear at 24 hrs. I’m also using Quick Cache since it worked better than the other two plugins I tried. My general cache is set to clear after 12 hrs.
Sometimes I receive up to 1800 seconds of throttling per hour. When I had my general cache set to clear every hour, I had about 3600 seconds of throttling per hour.
The only thing I’m sure of is when this plugin is disabled my server doesn’t throttle at all.
I’m on a shared host with a server running PHP 5.3.
Any recommendations? Otherwise, my arrogance may be well to blame.
Here’s my url you can inspect:
https://charlestongateway.com/tides/I purposely altered October 1st’s start and end time to be different, so you can inspect for yourself.
Please inspect this url instead to see the issue (using v/4.019)
https://mtype.com/sample-page/Through further investigation, your plugin hasn’t listed the same start time/end times since v/4.016
thanks a bunch for your explanation, matthew.
it may just be a fluke in the way they have my isp mapped to their database. it’s out of my field of expertise. as you mentioned, other large organizations use their database and it dishes out the same improper location. msn must be using quova for bing, too. google must be using something else. although, it’s still not accurate, google offers a better estimation according to ip (not gps).i realize geoposty has been targeted for desktop browser usage, but maybe getting the user’s location using gps first with a fallback of ip address would help to achieve accuracy. although, this wouldn’t affect desktop browsers with the exception of firefox. but, it would include users using gps on mobile devices. again, i don’t know the process and huge undertaking needed make it work. but, in this day and age, it’s important to consider mobile device (gps) usage as well.
with geo-based services such as coupons and special offers, etc., i think geolocation accuracy is important. there really isn’t a plugin for wordpress that takes advantage of gps-based services.
i think it has to do with paypal. the buyer doesn’t have to register an account with paypal in order to pay for the product, therefore other details about the buyer are not recorded and passed onto the seller.
one of my clients had this issue. she spoke to a rep at paypal to find out more info. i suggest contacting paypal for a better explanation.
Forum: Plugins
In reply to: [Plugin: Magic Fields] – If Field Is Empty – Don’t Show It!I’m no PHP programmer, but after trial an error, this seems to work in my situation. I hope someone will provide a professional solution as this seems too important to ignore.
We are declaring the group does exist. If the field does not exist within all of our groups, then we want to leave out the field entirely, including its html tag.
<?php $myEvent = get_group('Faves'); foreach($myEvent as $event) { ?> <?php if($event['fave_title'][1]){ echo '<h2>' . $event['fave_title'][1] . '</h2>'; } ?> <?php if($event['fave_summary'][1]){ echo '<div class="summary">' . $event['fave_summary'][1] . '</div>'; } ?> <?php } ?>
Forum: Plugins
In reply to: [Magic Fields] [Plugin: Magic Fields] How to display all groupssorry, just too much fatigue.
i started fresh and got it to work.
this tutorial is a bit more comprehensive:
https://www.doc4design.com/articles/magic-fields-duplicates/as noted, the english translation of magic fields wiki is not completely translated so it could be difficult to understand especially under tired vision.
this is a fantastic plugin!
anmari, many thanks for an amazing product and speedy response.
unfortunately, i don’t see anything commented out on those lines.
for example, line 2318 states:
echo '<h2>'.sprintf(__('Invalid Ical URL passed in query string %s','amr_ical_list_lang'), $spec).'</h2>';
i see in the general settings of the plugin you’ve included the option–
Message if no events found:
No events found within start and end datebut, it doesn’t print that, at least it doesn’t show in list view.
Forum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] No Products / can’t edit productsthe same crazy thing happened to me in both safari 5 and firefox 3.6.10 for mac, using wordpress 3.0.1.
is there a fix yet?i’m having the same issue. i can edit the “Configure Event Mark-up” one time and the ability to edit seems broken.
plus, if I try to remove a field, it gives me a permissions error.
i tried changing all the files of this plugin to 777, still no go.Forum: Plugins
In reply to: [Flickr Gallery] [Plugin: Flickr Gallery] syntax error with lightbox or notsorry, i had to move the error page: https://pawleysmusic.com/festival-gallery/recent-gallery/
Forum: Plugins
In reply to: [Plugin: AmR iCal Events List] timezone issueAfter more thinking… the time is probably being pulled from the web host’s server, not my WordPress’ time setting.
Writing a rule to the htaccess file seems to solve this for my timezone:
SetEnv TZ America/New_YorkHowever, I don’t know if implementing this solution is proper, or could have repercussions down the line and affect other things.
Forum: Plugins
In reply to: [Plugin: ICS Calendar] Time and date separationDaniel,
I apologize, I’m off my rocker. I meant having the ability of displaying the day separate from the date, so they’re not combined inside the php function. Therefore, they could be marked up according to microformats specs [https://microformats.org/wiki/hcalendar]. In addition, the day and date could be styled separately.On a side note, I think this an ideal end result of implementing an ics file to website while retaining hcalendar format: calagator.org [https://calagator.org/]
Thanks!
Forum: Requests and Feedback
In reply to: posts_nav_link bug?<?php query_posts($query_string . 'order=DESC&showposts=2') ?>
this doesn’t always work.
for example, i have a total of 12 posts.
my admin number of posts to display is set for 3.
if i specify:
<?php query_posts($query_string . 'order=DESC&showposts=2') ?>
i’ll get an error for /page/5?query_string
basically knows ahead of time how many pages it needs to produce based on your admin default. if it goes beyond that amount, you’ll receive an error.Forum: Plugins
In reply to: Expire PostsThis plugin doesn’t seem to be working with WordPress 2.0. The post still shows up. I have the postmeta viewable to make sure the ‘expiration’ has been checked.
Is there an update or am I missing something?Forum: Fixing WordPress
In reply to: List of 5 Most Recent Posts Within a Category