rgarcia42
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] OpenGraph doesn't work ?Hope you will find the issue ! ??
Forum: Plugins
In reply to: [WP Job Manager] Problem with description fieldForum: Plugins
In reply to: [WP Job Manager] Problem with description fieldI think it’s due to Visual Composer because when i deactivate this plugin, the description field works…
If you have any solutions to solve the problem (html code or other process), i will be grateful…Forum: Plugins
In reply to: [WP Job Manager] Problem with description fieldForum: Plugins
In reply to: [WP Job Manager] Problem with description fieldYes probably…I use WPBakery Visual Composer which is the WYSIWYG plugin which is part of my WordPress theme…
If it can help you, this is the html code of the description field when the plugin is activated :
<div class=”wp-editor-container” id=”wp-job_description-editor-container”><textarea name=”job_description” class=”wp-editor-area” id=”job_description” style=”visibility: hidden;” rows=”8″ cols=”40″ autocomplete=”off”></textarea></div>
When it’s not activated (when it works):
<div class=”wp-editor-container” id=”wp-job_description-editor-container”><textarea name=”job_description” class=”wp-editor-area” id=”job_description” rows=”8″ cols=”40″></textarea></div>
You can notice that the difference is on the the autocomplete (off) and the style=”visibility: hidden”…
I really need this plugin… Can you advise me a wysiwyg plugin which works with WP Job Manager ?
Thanks !
Forum: Plugins
In reply to: [Job Manager] Problem with description fieldOk that was a mistake sorry,
Thank you !
Forum: Plugins
In reply to: [Job Manager] Problem with description fieldIf you need my private access to identify the problem, do not hesitate.
Forum: Plugins
In reply to: [Job Manager] Problem with description fieldHi,
Thank you.
I recently saw that other people had the same problem…WordPress : 4.2.2
Job Manager : 1.22.3
My website : in construction mode with Rehub ThemeProblem : it’s not possible to write something on the description field when the visual editor of WordPress is activated
Thanks Thomas,