deexperte
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Filter Joblistings by salary with new structure in 1.37.0Hello @bizanimesh !
Thank you for coming back to me.I assume you know that since 3.7.0 user can input:
Post a Job –>
Salary amount (payment per salary period)
salary period unit (year, month, week, ..)Lets say 1000 per month.
Now how users can filter jobs 1000 month?
Greetings Deexperte
Forum: Plugins
In reply to: [WP Job Manager] Filter Joblistings by salary with new structure in 1.37.0Hi @muffinpeace!
Thank you for your support.
So far so good.In the snippet you mentioned the selection goes with amount but without being connected to the time unit.
What are the thouhgts of Job Manager-Team? Whats the best for candidates UI in this case?Greetings Deexperte
Hello!
My workaround:CSS:
div.single_job_listing ul.job-listing-meta.meta li.salary {
display: none;
}Child-Theme-function:
//Display "Salary" on the single job page add_action( 'single_job_listing_meta_end', 'display_job_salary_data' ); function display_job_salary_data() { global $post; $salary = get_post_meta( $post->ID, '_job_salary', true ); if ( $salary ) { echo '<li>' . __( 'Bezahlung/Jahr:' ) . ' EUR ' . esc_html( $salary ) . '</li>'; } }Greetings
DeexperteBTW: This issue is an essential draw-back and has to be reprogrammed!
Thank you!
Hallo!
Das zwischen-Update hat funktioniert.
Vielen Dank für die Hilfe!
Mit freundlichen Grüßen
DeexperteHallo Matthias!
Ich habe das plagen deaktiviert. Danach keine Fehlermeldung mehr.
Dann wieder aktiviert-Fehler wieder da.Was kann ich als nächstes versuchen?
Mit freundlichen Grüßen
DeexperteThats good!
Hi! Same problem here. Is there a workaround?
If you choose Elementor is there a way to import KC? Or build it from scratch?
Thank you for sharing your ideas.
Greetings Deexperte
Forum: Plugins
In reply to: [Download Manager] WordPress Error When Clicking DownloadHello!
Could it come with wrong PHP version?Greetings
DeexperteForum: Plugins
In reply to: [Simple Download Monitor] Redirect Problems with file and passwordHello Jose, I get the same issue. Have you resolved it?
Other Plugin?I am surprised that there is no usable template for this. Or a solution to get to a page that simply has a back button.
Forum: Plugins
In reply to: [My Private Site] My Private Site: Some notices and malfunctionHello @malae , you are welcome.
Greetings
DeexperteForum: Plugins
In reply to: [My Private Site] My Private Site: Some notices and malfunctionHello!
I switched over to “Force Login”.
Greetings
Deexperte.Forum: Themes and Templates
In reply to: [evolve] WooCommerce SupportHi! If you got strange things with these templates then look at woocommerce template library. I think there are templates am some descriptions.
For me I ignored it. And I also get no answer by evolve.
Greetings
DeexperteForum: Plugins
In reply to: [My Private Site] My Private Site: Some notices and malfunction@cyber70
Hi! No I ignored it. No support as you see.Searching other Plugin in the next time.
Greetings
DeexperteForum: Themes and Templates
In reply to: [evolve] Undefined variable _SESSIONHello @evgenyviner can you please give attention to this thread?
Greetings
Deexperte- This reply was modified 6 years ago by deexperte.