BlueGlass
Forum Replies Created
-
Forum: Plugins
In reply to: [Job Postings] A critical error message appears when scanned with wordfence@anggaspecial007 @chinnynfdjshvbu32z87z3487 @sfxjonas Please update to version 2.5.11 the issue is fixed there ??
Forum: Reviews
In reply to: [Job Postings] Translated into JapaneseThank you and your welcome @surlofia ??
Forum: Plugins
In reply to: [VkCommerce] Баг в плагинеЕщё вот такое при попытке обновить уже загруженный товар:
ERROR Failed edit product: VkCom API Client: VK API: failed market.edit request - One of the parameters specified was missing or invalid: photo not found or already assigned to another item
Как-то со всем этим можно бороться?
Forum: Reviews
In reply to: [Job Postings] Absolutely fantasticThank you @naeal ??
Forum: Reviews
In reply to: [Job Postings] Awesome pluginThank you @dareto87, we appreciate your feedback ??
Forum: Reviews
In reply to: [Job Postings] Simple to use and very intuitiveThank you very much @sfcfilms ??
Forum: Plugins
In reply to: [Job Postings] Site Crashing – Error Log Shows Line 1671Forum: Plugins
In reply to: [Job Postings] Bullet points & numbering list missingHi @laohu
We are trying to mess as less as possible with styling of the text within plugin, so this part is almost always totally depending on the theme you are using.
Forum: Plugins
In reply to: [Job Postings] Employment type optionsThank you for your input!
The naming for options are taken from google and schema page, we should use what the suggest.
Will check when have more time if we can add custom options there and how they will validate with google in the end.
Br,
Forum: Plugins
In reply to: [Job Postings] 404 — File not found.Hi @beckily
What method of storing files you use (can check in plugin settings).
On some servers it is not possible to use “Secure Location” outside of the site’s root folder, because of the limited permissions. So you should use “WP Media”, and files will be stored in media folder of WP.
Forum: Plugins
In reply to: [Job Postings] XML file with job detailsHi @friisten
No such option out of the box, but probably you could use some thirdparty plugin like for example “CTX Feed” that has quite a lot of possibilities.
All the meta keys you can find in job post edit screen under “gear” icon of each “widget”.
Forum: Plugins
In reply to: [Job Postings] Error on PDF ExportHey @swotes
is this happened on PHP 8? if yes please update the plugin and see if the issue is gone.
Br
Forum: Plugins
In reply to: [Job Postings] Missing Translationes (e.g Full-time)Hi @dreilaut, @mpr92, @arndtk!
you can rewrite such strings like this from functions.php
add_filter( 'gettext', 'jobs_plugin_translate_text', 10, 3 ); function jobs_plugin_translate_text( $translated_text, $untranslated_text, $domain ) { switch($untranslated_text){ case 'Full-time': return 'Any string you wish here'; break } return $translated_text; }
Or you could use “Loco Translate” plugin to translate single strings from admin area.
@dreilaut you mentioned that they are written from the community, where exactly? in translations repository?
Forum: Plugins
In reply to: [Job Postings] PDF Export shows Code and missing translationPlease update to the latest version of the plugin first, you are 6 versions behind at the moment.
If issue not gone with update, we will continue from there.
Best regards.
Forum: Reviews
In reply to: [Job Postings] Great productHey @highlandspring
Thank you for using it and for your review!
The issue you facing there can be related to any other bit of code on your site, that print’s out something before pdf generator is done generating the pdf.
Our test ended up successfully generating pdf on multiple systems, you should check your logs, or if possible, try to disable plugins one by one when there’s no traffic on your site.