Thomas Townsend
Forum Replies Created
-
Forum: Plugins
In reply to: [Job Manager] Adding emailsFormatting is accomplished via Job Lists Template.
This is an example:
It’s probably best to add the styling to your theme css and reference back to JM.
<style type ="text/css"> table { border-collapse:collapse; } table, td, th { border:1px solid black; } table { width:100%; } th { height:30px; background-color:LightGrey; color:Black ; } td { padding:5px; word-break: break-all; </style> <div class='jobs[job_row_number] job[job_id] [job_odd_even]'> <table class="jobs-table[if_job_highlighted] highlighted[/if_job_highlighted]"> <tr class="heading"> <th>Title</th> <th>ID</th> <th>Location</th> <th>Job Description</th> </tr> [job_loop] <tr class='job'[job_title][job_row_number][job_id]> <td>[if_job_icon][job_icon]<br />[/if_job_icon] [job_link] [job_title] [/job_link]</td> <td>[job_id]</td> <td>[job_field4]</td> <td>[job_link]More Info[/job_link]</td> </tr> [/job_loop] [if_job_page_count] <div class="job-nav"> <div class="previous">[job_page_previous_link]Previous Page[/job_page_previous_link]</div> <div class="next">[job_page_next_link]Next Page[/job_page_next_link]</div> </div> [/if_job_page_count] </table>Forum: Plugins
In reply to: [Job Manager] Adding emailsAdding email separated by comma for default email should work.
If you having issues with email first check with your hosting platform – 99% of the time that’s where the issue lies.
Forum: Plugins
In reply to: [Blox Lite] CSS issuesHi Nick,
Guess I need to get some sleep. You are correct is in fact 70px on all of them. I forgot I had removed the Post Meta (dates)and that’s why I am seeing the discrepancy with height between the header image and the first line of text.
My apologizes, I do very much appreciate you hanging with me. Gonna go over and sing some praise on the Genesis slack channel for you and this plugin. Can’t wait for the Pro Version – put me down for a Dev copy for sure !!!
Forum: Plugins
In reply to: [Blox Lite] CSS issuesHi Nick, yes it is working on that ONE Page. It is NOT working on the associated CPT sub-pages that are part of that Portfolio… these are either Single Pages or Archive pages as I detailed above.
If you compare the base Portfolio Page – you will see that the Header and the site-inner is properly reading the css. The other pages ARE NOT.
Forum: Plugins
In reply to: [Blox Lite] CSS issuesThought I had tried that last night – hmm late night coding..
Ok, I added it to the Global Block and it now displays ok for the main “Portfolio”
but NOT on any of the Portfolio Single Archive Pages… example
These are my settings http://www.awesomescreenshot.com/image/1023144/8524b9aa43ef21293739d7eb222743a6
Forum: Plugins
In reply to: [Blox Lite] CSS issuesSure thing.
Example 1: This is about-us page and has custom header added.
I needed to modify (decrease) the spacing between the header image and the content. This works as it’s supposed too..custom-header-about-us .site-inner { margin-top: 70px; }When the same rule is used with Blox to this Portfolio Page and the portfolio sub-pages the .site-inner does not change with the following added to my style sheet
.custom-header-portfolio .site-inner { margin-top: 70px; }I have also tried it with –
#blox_global_3321 .site-inner { margin-top: 70px; }I have purposely NOT modified the basic .site-inner because I have several pages that need to use the default css code.
After looking at this again. I guess I could mod the .site-inner for all and then make special case for the pages that don’t have headers ?
Then again, I am not sure why the first approach is not working ?
Thanks
Forum: Plugins
In reply to: [Job Manager] Get data Form SubmitI would highly suggest installation of the free Version of Sidekick as it will walk you thorough the admin areas.
Forum: Plugins
In reply to: [Job Manager] Send user CV in mail instead of upload?ximie90 just out of curiosity – what country does your client reside in ?
Storage of a CV/Resume is part of the basic functionality of this plugin.
The website owner certainly has the ability to NOT activate and thereby not allow uploads of CV’s with an applicants information. To maintain some type of traceable actions and to guard against SPAM we cannot simply forward the resume in an email w/o logging it into the DB and storing it on the server.That invokes all kinds of security issues I don’t even want to begin to contemplate and that’s why we provide only a LINK in the email to the CV stored in your DB. The person getting the email has to be logged into the system by an admin for verification to even get the email. Additionally, if the option is selected to provide reference to the specific application and job specific application in that email – that person would have to log-into the account to even view that data via the link.
It’s basically down to this: Users of JM can either use the c/v feature that also allows the email links or not.
While we are working to make the location / directory hidden. It is still up to each user of this plugin to ascertain the best case scenario for how they are going to handle the data they collect. We highly suggest the creation and usage of of a Privacy Policy to protect yourself and your users best interests.
You and your client also need to understand what that entails? If they are running a business where they collect any data….(even a phone number or email address is considered PII in some locations) not having a posted privacy policy is just plain not smart.
Forum: Plugins
In reply to: [Job Manager] Auto-populate current user dataThe data from Login is not auto populated to an application.
Forum: Plugins
In reply to: [Job Manager] Spam through Job ManagerGlad you were able to resolve your issue. You will find it difficult to garner much support on plugins thought if you can’t provide a URL to a site Plugin Authors to assist. Not sure what your security issue is…it’s a URL to a web site ???
Forum: Plugins
In reply to: [Job Manager] Send user CV in mail instead of upload?JM already does send the CV to the user based on default log in and or by job category as its set-up.
As for not storing resumes that’s not an option and defeats the purpose of this as an applicant tracking system. Our next update, which will be out this month moves all the resumes/cv to protected directory – and they are still viewable from the media directory but not stored there.
Short term solution is to No Index your files and utilizing .htaccess and robots.txt to prevent bots from searching for certain file types.
The number one security process for all. Never put PII info like Social Security Numbers on a CV.
Forum: Plugins
In reply to: [Job Manager] Auto-populate current user dataAuto populate of Form Fields (if that’s what your getting at) is native to the specific browser function and whether or not the user has it enabled in their browser.
Example: If I type in my First Name into the First Field of your Application Form (since I use this feature and meta is saved in my browser preferences – in this case I am using Chrome) The entire form DOES auto populate.
This is a browser feature not plugin dependent.
Forum: Plugins
In reply to: [Job Manager] length="n"Glad we could be of assistance. If you have found that we have helped in some small way it would be great if you could take a moment and provide us with a review – Thanks.
Forum: Plugins
In reply to: [Job Manager] Short codes not workingprogramminganddesigns Please create your OWN request and provide the Requested Information – Your question will NOT be answered in someone elses thread.
Forum: Plugins
In reply to: [Job Manager] Checkboxes not working for custom job fieldsOk I think I have this now – between your post and this one, https://ww.wp.xz.cn/support/topic/job-manager-edit-job-not-saving-input-data-selected-for-multiple-check-boxes-1? I have a good enough info to try to fix this. Thanks for your patience and explanation.