teensicle
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] No Job Schema TagsHey Richard i did all that you suggested and realized that the theme is what is causing an issue. I first realized that i was running an updated version of the theme so i went ahead and did an update ;even after that nothing. I’ve decided that my site needs a refresh so i’m opting at this moment to purchase a new theme.
Regards
Forum: Plugins
In reply to: [WP Job Manager] No Job Schema TagsSorry about that Richard i went ahead and added a new job listing for you to take a look at. Thanks for the reply
Forum: Plugins
In reply to: [WP Job Manager] Custom search form not displaying job categoriessigh… Can you point me in the right direction as to how i can add this to my home page
Forum: Plugins
In reply to: [WP Job Manager] Custom search form not displaying job categoriesSo using the plugin “insert php” i got the form to work but now im only seeing one category; this is really odd. Also on the tutorial website the line below had a : instead of a ; when i changed that, thats when i started getting only one category.
<?php foreach ( get_job_listing_categories() as $cat ) : ?>
<form method="GET" action="https://www.jobhuntja.com/jobs-in-jamaica-online/"> <p> <label for="keywords">Keywords</label> <input type="text" id="search_keywords" name="search_keywords" /> </p> <p> <label for="keywords">Location</label> <input type="text" id="search_location" name="search_location" /> </p> <p> <label for="search_category">Category</label> <select id="search_category" name="search_category"> [insert_php] foreach ( get_job_listing_categories() as $cat ) ; [/insert_php] <option value="[insert_php] echo esc_attr( $cat->term_id ); [/insert_php]"> [insert_php] echo esc_html( $cat->name ); [/insert_php] [insert_php] endforeach; [/insert_php] </option> </select> </p> <p> <input type="submit" value="Search" /> </p> </form>
Forum: Plugins
In reply to: [WP Job Manager] Custom search form not displaying job categoriesOkay so now i got a plugin called insert php and it helped me out a bit however now the category listing doesn’t show
Forum: Plugins
In reply to: [WP Job Manager] Custom search form not displaying job categoriesBelow is exactly what i posted, all i did was change the form actions as per the instructions on the support website. However, im having an issue
<form method="GET" action="https://www.jobhuntja.com/jobs-in-jamaica-online/"> <p> <label for="keywords">Keywords</label> <input type="text" id="search_keywords" name="search_keywords" /> </p> <p> <label for="keywords">Location</label> <input type="text" id="search_location" name="search_location" /> </p> <p> <label for="search_category">Category</label> <select id="search_category" name="search_category"> <?php foreach ( get_job_listing_categories() as $cat ) : ?> <option value="<?php echo esc_attr( $cat->term_id ); ?>"><?php echo esc_html( $cat->name ); ?></option> <?php endforeach; ?> </select> </p> <p> <input type="submit" value="Search" /> </p> </form>
Forum: Plugins
In reply to: [WP Job Manager] Custom search form not displaying job categoriesI created a test page here https://www.jobhuntja.com/test/
Forum: Plugins
In reply to: [WP Job Manager] Custom search form not displaying job categoriesYes my site is fully operational and i have everything set up..
i used this code https://wpjobmanager.com/document/tutorial-creating-custom-job-search-form/
Forum: Plugins
In reply to: [WP Job Manager] Send CV as attachment when applying for a jobthats strange im only provided a link to the app form ??
Forum: Plugins
In reply to: [WP Job Manager] Send CV as attachment when applying for a jobSorry bout that https://www.dropbox.com/s/zii68cnsz2ap4cy/jhja.png?dl=0
Forum: Plugins
In reply to: [WP Job Manager] Send CV as attachment when applying for a jobWhen the candidate applies using the method illustrated below. Instead of adding the CV to the email sent to the employer via a link, can it be attached to the email?
Forum: Plugins
In reply to: [WP Job Manager] Send CV as attachment when applying for a jobWP Job Manager… I want when candidates apply for a position by clicking the apply button then filling out the simple form, their CV is attached to an email and sent
Forum: Plugins
In reply to: [WP Job Manager] Jobs dont loadI really wanted to give my website a clean and professional look thats why i opted to go with a theme forest theme. I’ll send you an email with the site address and login details… i also want you to take a look at this https://www.jobhuntja.com/error.png Thanks
Forum: Plugins
In reply to: [WP Job Manager] Widgets not being displayed on single job posti’ve been at this for 2 weeks now and still cant find a solution… I have checked both files you suggested and they are similar
Forum: Plugins
In reply to: [WP Job Manager] Widgets not being displayed on single job postI added <?php get_sidebar(); ?> code to the single job listing php file the sidebar appears but instead of to the right it falls to the bottom of the job listing