vcugreg
Forum Replies Created
-
Forum: Plugins
In reply to: [Import and export users and customers] Front End Export Users Button ErrorRespectfully, I’m not asking you to create custom code. I just want the export feature you already have to allow all users to export the list. Would this not just require editing your current code from allowing only admins to allow all? Thank you for your time.
Forum: Plugins
In reply to: [Import and export users and customers] Front End Export Users Button ErrorThank you for the response. Could you please be very specific and tell me the script and where to place it on the wordpress site? I have hidden the password value from the excel export file (so it is safe enough for us). Thank you in advance.
This wasn’t a plugin issue. I fixed it by adding a top margin to the user search list wrap. It’s set to 0px by default.
.pg-users-search-list-wrap ul li {
margin-top: 20px !important;
}This resolved the issue for anybody wondering.
Forum: Plugins
In reply to: [WooCommerce] Syntax error on single product pageI should also state that this error persists even after disabling plugins, etc.