Panos_M
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Active jobs not showing in dashboardUpdate: The issue seems to be fixed ( all the job listings active and expired showing up ) after i was disabled the plugin Search Everything version 8.1.9 https://wordpress.com/plugins/search-everything by http://www.sovrn.com/ I will make some checks to be sure
Forum: Plugins
In reply to: [WP Job Manager] Translate search button text on home page in GreekI use this filter and works fine
function my_text_strings( $translated_text, $text, $domain ) { switch ( $translated_text ) { case 'Search Jobs' : $translated_text = __( 'Αναζήτηση', 'wp-job-manager' ); break; } return $translated_text; } add_filter( 'gettext', 'my_text_strings', 20, 3 );Forum: Plugins
In reply to: [WP Job Manager] Translate search button text on home page in GreekIs there any other option until complete the greek translation?
Forum: Plugins
In reply to: [WP Job Manager] Translate Search completed. Found x matching records textI make the update and the translation works like a charm! @braehler thank you for your help
Forum: Plugins
In reply to: [WP Job Manager] Translate Search completed. Found x matching records textThank you i will be try it
Forum: Plugins
In reply to: [WP Job Manager] Translate Search completed. Found x matching records textYes i have the .mo and .po files from previus version of the plugin translate about 90%
Forum: Plugins
In reply to: [WP Job Manager] Translate Search completed. Found x matching records textHello @braehler
thank you for your reply. I have been translated previus .po and .mo files of the plugin and i was uploaded them to wp-content/languages/plugins because every time i was update the plugin lost the translation. Now i have to translate all the strings from the beginning or there is a way to update the old .mo and .po?
- This reply was modified 6 years, 10 months ago by Panos_M.
Forum: Plugins
In reply to: [WP Job Manager] Translate search button text on home page in GreekΓεια σου @dyrer
How i could help you to complete the translation?
Forum: Plugins
In reply to: [WP Job Manager] “Load previous listings” not workingHi @richardmtl,
that is the same problem i was mentioned in this topic here
https://ww.wp.xz.cn/support/topic/load-previus-listing-button-not-working/
Best Regards,
PanosForum: Plugins
In reply to: [WP Job Manager] Load previus listing button not workingHi @richardmtl,
you are not seeing the link because there is not anymore a link. And that is the problem. It was a link the same one as the load more jobs. Now it is only a text. You could see that in the screenshot in my previus message. That red mark was a button and click to previus job listings.
Best Regards,
PanosForum: Plugins
In reply to: [WP Job Manager] Load previus listing button not workingHi @jenhooks,
you could be seeing this (marked with a red rectangle) in the screenshot here: https://cloudup.com/cgjj3U0gshE
Best Regards,
Panosinfo update: for the first website i create a new mailchimp account and this fixed the problem.
For the second website i had to update the opt-in confirmation form in the existing account and this for some reason also fixed the problem. If it will be another issue i let you know.Hello Harish,
first of all i want to remind you that as i mentioned im my previus message, the subscribers received the Confirm Subscription email before the update. Everything works fine.
Secondly in the Form Settings i disabled the Double opt-in option as you suggesting although your tip We strongly suggest keeping double opt-in enabled. Disabling double opt-in may result in abuse.. Nothing change. I haven’t received any email to confirm the subscription.
Please note that i am not testing with the email in the debug log. I am using a gmail and a yahoo email for the test. And guess what? Although i get a successful message, when i am trying with the same email again i get the successful message.
- This reply was modified 9 years, 5 months ago by Panos_M.
Hello Harish,
i have just made the test as you suggesting but nothing happened. THe same blank page.
Any other ideas? I don’t know where is the problem.Forum: Plugins
In reply to: [WP Job Manager] Counts of term are incorectHello,
no i don’t see anything like this with posts or pages.
In the posts category dropdown filter in the dashboard, there is not any post count next to the category. I think this problem has to do only with custom post types. Did you try to reproduce it to see what happened? Maybe there is a bug.
Best Regards,
Panos