sambruce
Forum Replies Created
-
Same for me. The share icons are only displaying 2 dots.
Found the problem.
It was due to AJAX.Here’s the solution to enable Ajax if you’ve locked your wp-admin for security:
https://kinsta.com/blog/wordpress-security/#how-to-add-basic-http-authentication-htpasswd-protectionForum: Plugins
In reply to: [TraveledMap Trip itinerary: Embedded map] Not Enough ZoomThe issue is fixed in the current update. Thanks!
The issue is fixed in the current update. Thanks!
Forum: Plugins
In reply to: [WP Job Manager] How to add rejected status on a listingThanks for the prompt response.
It’s working now.On the other note, how do I add the Relist button on the job dashboard when the job is rejected?
Found this code but no idea how to add this:
case 'expired' : if ( job_manager_get_permalink( 'submit_job_form' ) ) { $actions['relist'] = array( 'label' => __( 'Relist', 'wp-job-manager' ), 'nonce' => true ); } break;Forum: Plugins
In reply to: [WP Job Manager] How to add rejected status on a listingHello ekajuan,
would you mind sharing how you solved the backend problem.
The ‘Rejected’ status doesn’t show up in the admin menu.This was the closest help i found but not working: http://wordpress.stackexchange.com/questions/176733/custom-post-status-not-working
Thanks in advance.