quangtho2910
Forum Replies Created
-
Just tried greeting_dialog_display=’hide’ and it worked.
I got the same problem too. This auto popup is annoying!
Hi dberg89,
Thanks a lot. Finally I can redirect to homepage now. I hope Ultimate members will add the return homepage option for login dropdown list too!!!
Hi Ultimate member support,
Here are two screenshots:
The first one is user role redirect settinghttp://www.upsieutoc.com/image/hzUI
The second one is the screenshot after i login my admin account
http://www.upsieutoc.com/image/hzUk
Thank you so much!
thank you for your advice but it still the same. I don’t know why.
The custom URL is not working. My login URL is:
http://www.chiaseworks.com/login
My setup redirect URL is: http://www.chiaseworks.com
Then after i login my account, the URL in browser become:
http://www.chiaseworks.com/login/www.chiaseworks.com.
I have no idea why.Forum: Plugins
In reply to: [Job Manager] Job List Template highlightedAnyone can help me with this? Thank you so much!
Forum: Plugins
In reply to: [Job Manager] Job List Template highlightedAny news Thomas :(. Thanks a lot!
Forum: Plugins
In reply to: [Job Manager] Job List Template highlightedYup i know Thomas. About the attribute [job_highlighted] but as you can see here:
http://saiyogroup.tk/jobs/ this is my full job lists. Although ‘TEST’ job highlighted but it did not add the attribute [job_highlighted] in table class.
but in this link: http://saiyogroup.tk/jobs/test/ as you can see, the css did work.Here are my Job List Template and Individual Job Template in Job Manager settings:
Job List Template:[job_loop] <div class="job[job_row_number] job[job_id] [job_odd_even]"> <table class="job-table[if_job_highlighted][job_highlighted][/if_job_highlighted]"> <tr> <th scope="row">Title</th> <td>[job_icon] [job_link][job_title][/job_link]</td> </tr> [if_job_categories] <tr> <th scope="row">Categories</th> <td>[job_category_links]</td> </tr> [/if_job_categories] [job_field_loop] [if_job_field] <tr> <th scope="row">[job_field_label]</th> <td>[job_field]</td> </tr> [/if_job_field] [/job_field_loop] <tr> <td></td> <td class="jobs-applynow">[job_apply_link]Apply Now[/job_apply_link]</td> </tr> </table> </div><br/><br/> [/job_loop] [if_job_page_count] <div class="job-nav"> <div class="previous">[job_page_previous_link]Page [job_page_previous_number][/job_page_previous_link]</div> <div class="this">Jobs [job_page_minimum]-[job_page_maximum] of [job_total]</div> <div class="next">[job_page_next_link]Page [job_page_next_number][/job_page_next_link]</div> </div> [/if_job_page_count]Individual Job Template:
<table class="job-table[if_job_highlighted] highlighted[/if_job_highlighted]"> <tr> <th scope="row">Title</th> <td>[job_icon] [job_title]</td> </tr> [if_job_categories] <tr> <th scope="row">Categories</th> <td>[job_category_links]</td> </tr> [/if_job_categories] [job_field_loop] [if_job_field] <tr> <th scope="row">[job_field_label]</th> <td>[job_field]</td> </tr> [/if_job_field] [/job_field_loop] <tr> <td></td> <td class="jobs-applynow">[job_apply_link]Apply Now[/job_apply_link]</td> </tr> </table>They both have the same condition:
<table class=”job-table[if_job_highlighted] highlighted[/if_job_highlighted]”>
but only Individual template worked!Forum: Plugins
In reply to: [Job Manager] Job List Template highlightedDid not work Thomas, i think the condition if did not work, so it can not add the class “highlighted” for the table1
Forum: Plugins
In reply to: [Job Manager] Job List Template highlightedDid you reply me Thomas? I saw the blank reply 🙁
Forum: Plugins
In reply to: [Job Manager] Job List Template highlightedWhen i click on the specific job, i can see the highlight color Thomas.
http://saiyogroup.tk/jobs/test/ as you can see here.
http://saiyogroup.tk/jobs/ but it is not highlight the job in this link. I had checked the html code and did not see the highlighted in table class attribute.Forum: Plugins
In reply to: [Job Manager] Job typesExcuse me Thomas but my purpose is create a dropdownlist or a group of checkboxes for user to choose the job types such as Job Category. And i can’t do that in Job Form Settings.
And in future i can apply search by job-types for my website too. Besides, can you send me a link to the job search tutorial Thomas. Thank you so much!
Forum: Plugins
In reply to: [Job Manager] Job typesI got it. Thanks a lot Thomas Townsend !!!