ralbrightii
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Mark Job Filled by role@hastibe, generally most of the requests will come in as guest. So under the job, it shows “Posted by: Guest User” from the admin interface. I wonder if it is possible to change the posting user while a job is being posted. (Say if it is being done by a Guest User, then the user ID is now xyz.)
Forum: Plugins
In reply to: [WP Job Manager] custom email apply linkWell, so I updated the file in the plugin… not in the override folder.
How do I update that, specifically WHAT folder do I do that in. The theme I am using is called snowfall (folder is also the same)
Forum: Plugins
In reply to: [WP Job Manager] custom email apply linkOkay, I answered my own question…. For future notes and others:
I changed the line from:
<?php printf( wp_kses_post( __( ‘To apply for this job email your details to %1$s‘, ‘wp-job-manager’ ) ), esc_html( $apply->email ), ‘?subject=’ . rawurlencode( $apply->subject ) ); ?></p>to:
<p><?php printf( wp_kses_post( __( ‘To apply for this job email your details to %1$s‘, ‘wp-job-manager’ ) ), esc_html( $apply->email ), ‘?subject=Santa Request from https://www.norpac-santas.org’ ); ?></p>Forum: Plugins
In reply to: [WP Job Manager] custom email apply linkSorry, life got a bit busy.
Currently the subject line in my case shows as:
“Application via Santa Visit listing on [website]”I would like to change that to:
“Santa Request from [website]”I am not sure how to change that dynamically. I guess I could change it as a static subject line there and pre-fill in the website. What exactly would I change?
Forum: Plugins
In reply to: [WP Job Manager] Send emails to everyone within a certain roleYes, I found out that I can with that plugin. The plugin’s author had the wrong shortcode on their description page. In a ticket we figured that out together, now it is working. FYI, the shortcode is: [user_emails roles=”INSERT ROLE TYPE”]
Forum: Plugins
In reply to: [WP Photo Album Plus] Slideshow with Random photosDOH!!! Forgot that step. Your plugin has SO MANY settings, you can get lost in it. But I LOVE IT!!
Working great now. (I changed the runtime modifiable {BTW you have it spelled wrong} settings to all.)
Forum: Plugins
In reply to: [WP Photo Album Plus] Slideshow with Random photosI have also tried it as:
[wppa_set name="wppa_list_photos_by" value="3" name="wppa_show_start_stop_icons" value="no"][wppa type="slideonlyf" album="#all" size="400" align="right"][wppa_set]
Same result.
Forum: Plugins
In reply to: [WP Photo Album Plus] Make upload new photos publicThere are so MANY settings…. I just missed that one. As it was there in plain sight. (Had it been a snake, it would have bit me… twice.)
Forum: Plugins
In reply to: [WP Photo Album Plus] Slideshow with Random photosSo this is my total command:
[wppa_set name="wppa_list_photos_by" value="3"][wppa_set name="wppa_show_start_stop_icons" value="no"][wppa type="slideonlyf" album="#all" size="400" align="right"][wppa_set]
When updating the page, I get:
Updating failed. Error message: The response is not a valid JSON response.
And on the wordpress page I get:
[WPPA+ dbg msg: wppa_show_start_stop_icons is not a runtime settable configuration entity.]
Did I miss something?
Forum: Plugins
In reply to: [WP Photo Album Plus] Slideshow with Random photosAnd another question. How would I with the above code, select ALL albums public albums? Right now, I have selected the albums.
Forum: Plugins
In reply to: [WP Photo Album Plus] Slideshow with Random photosTHANK YOU!! That is exactly what I wanted. I also went to table II-B13.2 and set it to no (Show start and stop icons at the center of the slide). Which got rid of the pause icon showing in the middle of the photo on page load.
Would I be able to modify this setting as well with wppa_set? So that it is still there for the rest of the photo albums?
Forum: Plugins
In reply to: [WP Job Manager] Blank White Page when Job SubmittedNow I get an error, when not logged in on the post page. That “is a required field”. Looking at the elements and console isn’t much help:
<div class=”job-manager-error”> is a required field</div>That is weird.
Forum: Plugins
In reply to: [WP Job Manager] Blank White Page when Job Submittedjobs page is https://norpac.albrighttechsolutions.com/jobs
I have switched to default twenty nineteen theme, and the problem did carry.
As for the 2 recaptchas in the submission flow…. hmm. I only saw one on the page, looking at settings for Job Listings, tab reCAPTCHA, I had Job Submission Form “Display a reCAPTCHA field on job submission form.” And then on Field Editor Settings, under its reCAPTCHA I also had Job Submit Page enable reCAPTCHA. I unchecked the later.
Hmmm… That looks like it solved it, however I am not seeing any messages that the job was submitted successfully. Isn’t there suppose to be something like that?