Northwoods Dev Studio
Forum Replies Created
-
In addition to being able to set default country (basic requirement for any website form builder), we should be able to disable collecting the country field. Not necessary for organizations that are country or state based only. I already upvoted the default country setting.
I can confirm as well. Tested with multiple themes, different other plugins and still need to disable this plugin every time need to edit the widgets.
Otherwise with this plugin enabled, the widgets state “This block has encountered an error and cannot be previewed”.
Forum: Reviews
In reply to: [TNC Toolbox: Web Performance] Getting cPanel and NGINX cache talkingI have 1.3.4 installed. Just to confirm @leopardhost, when my clients update a wordpress post or page, it will “Automatically” clear the NGINX cache?
What about when adding/editing/updating WooCommerce Products? Thank you!
Agree, only need the In Animation.
Forum: Plugins
In reply to: [WooCommerce] Total Sales Tax Report For Individual Product SalesThank you for your response, and suggestions. I will be reviewing those and hoping to find a decent workaround for the client I am working with. Thanks again.
Updating item(s) in the cart (select options, text box etc..) would be great feature.
Agree 100%. That is exactly what happened.
@wpsecuritylock, It appears to work both (https/http) in IE11 & Chrome, but Firefox still does not work in https from just recently testing.
Sounds good. I think with the latest RC2, if released it resolves the issue been experiencing. I marked this as resolved.
@bueltge, Good news, the RC2 did work. It removed the menu > Pages – Add New option, yet allowed main menu > page to be clicked and access all pages.
One note though, it did leave the “Add New” button on the pages summary as well as on the individual pages. But when clicked, it gets “cheatin huh”, which is expected.
I want it there for blog posts types of course, but not pages so I just set the following globally which removes the “add new” from page post types.
.post-type-page .page-title-action
I suppose you could implement that under the Pages section so it can just be a “checkbox” to remove “Add New” buttons on pages 🙂There are others that use that slug (Testimonials, Projects, DIVI menu items) but even if I uncheck all those and just have the Add New checked its permission denied for root page menu item.
• Pages Group(edit.php?post_type=page)
— All Website Pages (Slug: edit.php?post_type=page)[__5]
— Add New (Slug: post-new.php?post_type=page)[__10]
It appears that if ANY item that hasedit.php?post_typeselected (to be hidden by Adminimize), it blocks every menu page with the slugedit.php?post_type; which unfortuantly could be multiple depending on theme/plugins etc..
Hope this info helps.@bueltge, Installed 1.11.2-RC1 and tried it. Same result. For reference, editor role is restricted as follows:
menu > Pages unchecked
menu > Pages – Add New (checked/deactivate for editor role). As longs as the Add New is checked/dactivate for editor role, editor role users continue to get Cheatin huh when they click on Pages.
Thanks for checking into it.
-JHi Folks, due to the number of sites I built, I have to stay at the previous version. It’s not feasible to edit a line for them all. And I have multiple with the WooCommerce usage as well where this would also be a problem.
@bueltge, will this been looked at in a near future version so pages can still be edited while “Add New Pages” is still disabled?
Thanks for the responses, all appreciated!@cais, @edanzer thanks for your feedback and replies. After going back and doing some further troubleshooting and testing with the latest version V2.0.66.29 (that was released 9/17) I found what I believe is the culprit.
I had to not just disable but remove the Ng Gallery Optimizer Modified plugin that was installed on the site. Which honestly was not doing anything over and beyond what NextGen plugin was already doing so am leaving it removed.
For others reading this thread, this issue has been resolved and was indeed a conflict with another plug-in, preventing NextGEN’s thumbnail view from displaying in a grid correctly.
Thanks all!
Forum: Plugins
In reply to: [WP eCommerce] spam users in wp_users after wpsc upgrade@gary Cao thanks for the reply and the through explanation.
I confirmed a couple things with further testing in my local dev environment to confirm why there were so many user sessions created with a local dev environment.
1) 2 anonymous sessions are created when a web visitor adds a product to the checkout. (You just confirmed that lol)
2) since I test on multiple browsers (new cookies) it is creating 2 new anonymous sessions each time and I test with a handful making it appear there is a new web visitor each time, thus causing two new anonymous sessions to be created each time.I was in the mix of typing out why the heck non-real web visitors that are NOT adding items to the checkout (THUS BOTS etc..) are getting 2 user accounts/sessions associated to them, but you guys already appear to be working on a solution to that. And from experience know its no easy task trying to resolve a development fix like this especially when original code causes some limitations.