idowebwork
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Everything in the Admin is boldYep. It’s trying to use Roboto and it’s using Roboto Bold for some reason. Removed that and now everything is good again. Ubuntu Linux 15.10, Google Chrome and Firefox.
Forum: Plugins
In reply to: [Affiliates Manager] Two quick questions/suggestions.What I’m referring to is the text on the PayPal Mass Payment page (the one outside the settings area):
You have not configured the Affiliate Manager with your PayPal account information. You can do so in the Payment Settings page.The Payment Settings link goes to the general tab of Settings, instead of the payment tab. The link is going to the wrong place. It goes to admin.php?page=wpam-settings#tabs-payment, instead of the correct place of admin.php?page=wpam-settings&action=payment
Glad to here of the update for the missing setup guide.
Forum: Plugins
In reply to: [Simple Tooltips] Tooltip inside a Contact Form 7 Form?Yes. Per the plugin description tab:
“Add class “tooltips” to the target html element. The title attribute will be used for tooltip content.”
Forum: Plugins
In reply to: [CF7 Skins for Contact Form 7] Excellent Idea, but does not workApparently a corrupted contact form. Started over and now it works. Beautiful!
Forum: Plugins
In reply to: [Frontend Registration - Contact Form 7] Does nothingI take that back. User error on my part. I selected the user fields on the wrong form. This is an excellent plugin. Perhaps some items could be added, like setting the user as pending (if desired) and also setting a user role.
I second fixing that image. Could be as simple as wrapping the part of the plugin that pulls in the image from aws in an if like this:
if ( is_ssl() ) [include image with https] else [include image with http]Forum: Plugins
In reply to: [Affiliates Manager] Change AFFILIATE HOME link URLNot sure. Seems the plugin would not update to use the pages, after I changed the affiliate home page slug. So I removed and created new ones. Then it would accept that I changed the homepage inside the plugin.
Forum: Plugins
In reply to: [Affiliates Manager] Change AFFILIATE HOME link URLGot it working. Basically, it seems you need to trash the plugin built pages and recreate them from scratch. Make sure to use
[AffiliatesHome]for the affiliate home page and[AffiliatesLogin]for the affiliates login page.Forum: Plugins
In reply to: [Affiliates Manager] Change AFFILIATE HOME link URLI am working through the exact some issue. So far, I have been able to add in an input box for an affiliate homepage url and get that to stick. Still looking for where the link is used though. Will follow up once I do.
Forum: Plugins
In reply to: [Re-Welcome] Does not work in 4.4.2Yep. Things are working. Thanks 🙂
Forum: Plugins
In reply to: [WP Customer Reviews] Breaks Edit Page linkDisregard. Turns out the issue was with WPematico and not this plugin. WPematico released an update that fixed everything 😀
Forum: Plugins
In reply to: [My Simple Space] Is My Simple Space data cached?1.1.3 was uploaded just a little bit of go and caching is there and works for an hour, before re-updating.
Forum: Reviews
In reply to: [My Simple Space] Shows wat I want, but slows down admin loginConfirmed that 1.1.2 is not caching properly. I have switched to using transients here and it appears to now cache for an hour. I am testing the plugin against 4.5 beta 2 right now and will be pushing out 1.1.3, which will be compatible with the upcoming 4.5. Then I will be looking into adding a way to clear the transients the plugin is creating for 1.1.4.
Thank you for your patience.
Forum: Reviews
In reply to: [My Simple Space] Shows wat I want, but slows down admin loginIt caches on the first load and then pulls from cache after that for an hour. So, I’m not sure why it’s slow. Perhaps another widget is slowing down the dashboard?
Forum: Plugins
In reply to: [Better RSS Feeds] Does not work in 4.4.2Feed now displays as intended (with debug turned off). Had to clear cache, per the FAQs.