T Klein
Forum Replies Created
-
Forum: Plugins
In reply to: [Import and export users and customers] reset profile fields?There is an option for “Reset Profile Fields” in the “Extra Profile Fields” tab. I am just wondering what it does? I’ve got like 78 extra profile fields right now in that list below that button. I think its because i didn’t delete columns when I imported users? I don’t know if any of those fields are important? Or can I press that button to reset everything? or will it mess up the meta data that might be in some of those fields?
Forum: Plugins
In reply to: [WP Job Manager] 404 on expired job listings for non logged in usersI have the same problem with 404’s for non logged in users. have had it for quite some time, it creates a lot of errors in google webmaster tools.
Forum: Plugins
In reply to: [WP Job Manager] Filtering by Category exceeds memory limit after updateI did some testing on a clean installation, its something with my theme, the WooCommerce plugin, and your plugin.
Mainly my theme is the problem. Which sucks because its only a couple years old. There is an update for it that solves the bug in the conflict I found, so i will need to do that. I wonder what my current version of the theme is trying to do that is eating up all the memory when using your plugin/woocommerce at the same time. Very odd.
Thank you for the help i will just keep using 1.23.14 until I fix my theme.
Forum: Plugins
In reply to: [WP Job Manager] Filtering by Category exceeds memory limit after updateNo, the memory limits are increasing but that part of the plugin just does not work after the update. I am only displaying the default number of items on the admin page(15 or 20).
I’ve been using this plugin for probably 2 years, and that change about expired jobs was only made this past August about 4 months ago, I found this solution 11 months ago. Didn’t realize the default was changed to false, so that is good thank you.
https://wordpress.org/support/topic/expired-listings?replies=11
I can create a guest account if you want to see the problem with the admin job listings yourself.
Edit: I am cloning mysite to another domain so you can have a playground and to test on a default installation.
Forum: Plugins
In reply to: [WP Job Manager] Filtering by Category exceeds memory limit after updateI didn’t mean to double post.
But since I did I’ll add this, it would be nice if you added an option inside your plugin to disable the auto-delete of jobs. A lot of business are required to keep a record of their positions they’ve posted and the applications they’ve received for one or two years in case they get audited by their state Department of Employment Security. I currently use a short filter to disable that.
Your plugin has been great to me.
Forum: Plugins
In reply to: [WP Job Manager] Filtering by Category exceeds memory limit after updateI have done this, it does not work. I went up to 512M also. The plugin consumes to much memory when performing the query. I also have about 100 categories.
Downgrading back to 1.23.14 fixes the problem.
I wish you didn’t mark this as resolved…. it is not.
Forum: Plugins
In reply to: [WP Job Manager] Open job in a new tab (target=_blank)create a folder called job_manager in your theme directory, and copy over the template for the page like content-job_listing.php and edit the code in the template to add target=_blank like you want.
AEC doesn’t like when there are multiple categories on an appointment in outlook. If you do solo categories it works ‘ok’. I have issues with reoccuring events not importing properly either.
Its because of the way outlook exports .ics files and how AEC handles importing them.
Forum: Plugins
In reply to: [Gravity Forms Directory] problem with "radio buttons" & "checkboxes" fieldsYes I have the same problem, any solutions?
Thanks for responding so quickly. 🙂
Any idea when 1.2 will be out? I am just going to wait for that as i am not in a hurry to add this functionality to my site, I am glad it is so simple though. I never thought about using confirmation to trigger certain javascript, great solution.
Awesome, that is good to know, I am going to keep your plugin installed and anticipate the update! 🙂 The website I am using it on wants to collect some private information, but doesn’t need the data stored in the database for any reason. I’ve been looking around for solutions and this one is perfect.
I did something wrong, it isn’t officially broken but i cant delete the thread! PHP 5.4 causes the plugin to throw out some errors. As far as I can tell it is working fine with wordpress 4.0. I wish it was being developed more though.
🙁
Forum: Plugins
In reply to: [Gravitate Encryption] Is the encryption retroactive?Thanks! One more question.
If I want to disable the plugin for whatever reason, will it unencrypt my data first? or what is the process to uninstall it? Not that I want to because I think it is great, but just in case for the future.
I am using the symmetrical syncronization.
Forum: Plugins
In reply to: [WP-Filebase Download Manager] AJAX file browser not workingI have the PRO version and my user-search wasn’t workingwhen trying to set file permissions.
I applied the fix above to line 42 of the wpfb-load.php file.
if(SUPPRESS_LOADING_OUTPUT && ob_get_level() > 1){ while(@ob_end_clean()){} // destroy all ob buffers }It fixed my user search. Just to let you know.
I have a bug where I can’t edit the approved/not approved checkbox I have. I have it checked as admin-only and it shows up in the single entry view, but it dissapears when I try to edit the single entry view.