ttremain
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Capturing the billing address via action or filterNot looking for a complete answer, just the hook(s) and/or filters that fire when the billing address is added or changed.
Forum: Plugins
In reply to: [Amazon Link] type: Multi (template)I’d go ahead and delete this if I could.
I created a multi template like this:
<script type="text/javascript"> amzn_assoc_placement = "adunit0"; amzn_assoc_search_bar = "false"; amzn_assoc_tracking_id = "%TAG%"; amzn_assoc_ad_mode = "manual"; amzn_assoc_ad_type = "smart"; amzn_assoc_marketplace = "amazon"; amzn_assoc_region = "US"; amzn_assoc_title = "My Amazon Picks"; amzn_assoc_linkid = "80e86bf226e6889b5bea4e1ed65d556d"; amzn_assoc_asins = "%ASINS%"; </script> <script src="//z-%REGION%.amazon-adsystem.com/widgets/onejs?MarketPlace=%MPLACE%"></script>Then blocked out a couple things the client doesn’t want, using CSS.
Forum: Plugins
In reply to: [Amazon Link] No Image AvailableI’ll get the AWS keys setup. Hopefully less chance of getting blocked by ad blockers if I go that route, compared to iframes
Forum: Plugins
In reply to: [Amazon Link Engine] No image availableIgnore. Wrong plugin
Forum: Plugins
In reply to: [Amazon Link] Error when no image and httpsIs there a temporary fix we can put in now?
Forum: Plugins
In reply to: [WooCommerce] Trying to modify behavior when updating subscriptionsBump please….
Forum: Fixing WordPress
In reply to: Comments not showingI solved it earlier this evening. I found that in the comments table, many of the comments had outrageously high comment_ID’s.
I had suspected it was something caused by a plugin the client had been using, that synced comments to Facebook comments, partly because it was the only plugin that had anything to do with comments, and the plugin had been abandoned a couple years back by it’s author (according to a WordFence scan.)
So I reduced the comment_ID numbers, as well as the comment_parent numbers, and reset the AUTO_INCREMENT value.
After this, I could see the posts, in both, the backend AND the frontend of the site.
I can only suspect that 1 or more revisions back, WP did something in an update that limited these high numbers, or else the client moved hosts, and was maybe affected by a different version of MySQL (or even PHP?)
But anyway, it’s resolved.
Sorry, not sure what I was thinking. I do have an issue with the slider, but this message has NOTHING to do with it. I should have gone to bed a few hours earlier last night.
Forum: Plugins
In reply to: [codoforum-sso] What is “must use” SSO by garth mortensen?So basically it’s a backdoor, put in by BlueHost, used to update WP and plugins automagically?
Even if it were okay for them to update your site, the idea of a backdoor installed by the host, scares the shit out of me.
Forum: Networking WordPress
In reply to: This site can’t be reached, took too long to respond.It loads for me
Forum: Networking WordPress
In reply to: Using SSL, resources on wp-login.php are not using httpsYeah, that is certainly a beginners guide. And I’m not about to install a plugin just to force SSL content.
This case was a plugin causing the trouble. WPMUdev’s Domain Mapping plugin was causing the insecure resources for some reason. Maybe there was a way to better troubleshoot what it was doing wrong, but I just removed it.
This could be what we need, with the addition of the front end posting.
Forum: Fixing WordPress
In reply to: Cannot pinpoint what is causing a redirectI went with writing my export code into a template.
Thanks
Yes, I’d added a filter sometime back, that I’d forgotten about, that changed the emails to HTML format. With the information above, I was able to pinpoint this to NOT be the fault of the plugin.
Unable to see how to view a single email in text, but if I select to forward the email, then convert THAT in the editor to plain text, there still are no linebreaks, except where there is whitespace.