Northwoods Dev Studio
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] spam users in wp_users after wpsc upgrade@gary cao
Thanks for the insight and the work effort put into the wp-ecommerce plug-in as well as the tip regarding the auto-cleanup of this data via wp-config.php file.I am prepping another wordpress site on my local development server with wordpress (latest version) and this plug-in (latest version) and all is fine. Just a question regarding these “anonymous user” accounts and what WPEC sees as a “customer session”.
I am the only “customer” testing this (local/secured development environment) but somehow have 19 (so far) instances of anonymous user (users) in 12 hours of installing WPEC.
Can you give a litte more info on what declares an “anonymous customer”?
For example why did WPEC create 19 anonymous users for one customer (me)?
If I user a different browser (new cookies) I assume it creates one, anything else?
Best Regards,
JCThis post should not be marked resolved, as CorneliaCycling has stated, what was proposed by Polymetis is only a partial fix.
Still left with a final error to suppress > /<home>/<useraccount>/public_html/wp-content/plugins/easy-sign-up/lib/esu-front-end-class.php on line 135
I am testing some coding and if I get it working I will post a resolution here, so this can officially be marked as resolved.
Try this solution. It works even after updates and its really simple. I use these heavily when “cleaning” up the display for clients.
Add this to your child themes style.css sheet.#ngg_social_media { display:none; }Best Regards,
[Signature moderated]Forum: Themes and Templates
In reply to: Color settings in Mantra don't workJust update, I fixed it for now but it is a bug in Mantra as it is not clearing the background color (maybe others) when you tell it to.
I exported the theme settings, found the “stuck setting” and wiped out the color code that was listed and imported it back. All is good now. Hope this helps someone out there with stuck/cached theme settings using Mantra.
Forum: Themes and Templates
In reply to: Color settings in Mantra don't workI am currently setting up a set. I had originally used mantra to set background (body color). But I am not managing that along with other settings in child theme css. I even cleared the background color in Mantra appearance but its still hanging on to an old color and is setting it with a !important flag as part of its theme hook via cryout_header_hook();. When you view the site and look at the source code its putting almost all its settings (theme settings) right there , instead of calling / using its own sytle sheet. Not really the right way to manage custom theme settings in my opinion. So for whatever reason its not updating the background color anymore.
If I knew where it was storing its appearance settings , which the cryout_header_hook is obtaining then presenting to the browser I could “clear the cache”. I looked in the database, couldn’t find it.