webfrontend
Forum Replies Created
-
Forum: Plugins
In reply to: [New User Approve] Usernames not aligned in the listsHi, thanks for the reply.
The text is misaligned when there is no avatar.
Avatars disabled via WordPress > Settings > Discussion
screenshot https://ibb.co/93x7h4w
Forum: Plugins
In reply to: [New User Approve] Usernames not aligned in the listsVersion 2.0 gui
Forum: Plugins
In reply to: [New User Approve] Usernames not aligned in the listsI have seen this also. It happens when you disable user avatars. When the avatar inmage is removed the text becomes misaligned. (Seen in the difference between the two screen shots provided above)
Forum: Plugins
In reply to: [WooCommerce] Admin > New/Edit Order > add product(s)Oh that’s correct. I see now that when I enabled removed the exclusion for “variable” it was showing the parent products. It would give a javascript alert error saying a parent can’t be added to the order.
The reason I was messing around with that exclusion is because we are not getting many variations returned in the that search modal. What’s happening is along the lines of this..
– searching with a keyword that is in the parent title results in no variations returned
– searching wita a kayword that is in the variation title has some reaults but the products are out of stockWe have tried regenerating the product lookup tables.
email sent
Suggestion: add a Debugging checkbox to the settings and if-statement all those error_log() entries or set it up to only write to the error log on your development setup and not live.
Forum: Plugins
In reply to: [Affiliates Manager] Affiliate page URLs showing as page_idHey thanks for the info, but I am not referring to the landing page. The page I am referring to is the affiliates home page: /affiliate-home/
This plugin generated content…
“This is the affiliates section of this store. You are not currently an affiliate of this store. If you wish to become one, please apply.”
Forum: Plugins
In reply to: [Affiliates Manager] Affiliate page URLs showing as page_idActually, I only noticed the link was in ?page_id=1234 format because it was being blocked by a Cloudflare firewall rule (we had a recent HTTP GET attack). Now that I have modified the firewall rule the ?page_id= url redirects to the /affiliate-home/affiliate-register/ url
So, now that I see the link eventually leads to the registration page I can’t recall if it was always in the ?page_id= format or the Permalink format.
One thing if for certain. I just installed this plugin on 5 sites and they all have this same ?page_id= url on the /affiliate-home/ page when logged in.
Forum: Plugins
In reply to: [Affiliates Manager] Affiliate page URLs showing as page_idThanks. Yes, all of the pages are setup correctly from the install.
On the affiliate home page /affiliate-home/ when *not* logged in the links to login and register are correct, but on that same page when logged in the link to the register page is ?page_id=1234
This is the regular logging setting as debugging isn’t turned on. If there’s an issue with a site I check the error log to see if anything can help. I guess I will just have to scroll through the HP-WOO-REWARDS entries to look for other errors.
Other than that, thanks for the plugin it is working very well. Cheers!
Forum: Plugins
In reply to: [HostPlugin - WooCommerce Points & Rewards] Settings > Signup PointsActually I’m not using the premium version. Thanks for the reply. I will eagerly await the fix in the next release.
Forum: Plugins
In reply to: [WooCommerce] Shipping options missing on Cart pageThanks for the reply. Actually, I think it was a session issue. In my example I already had products in my cart before the plugin update. It seems to be working with sessions created after the update.