gotfers
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Problem with a Custom Post TypeForum: Plugins
In reply to: [Polylang] Problem with a Custom Post TypeI will post here their answer in case someone else has the same problem
Forum: Plugins
In reply to: [Polylang] Problem with a Custom Post TypeDear Chrystl,
Thank you for your post. The problem comes from plugin “The Events Calendar”. But I don’t know how I can correct it. I will see on their own support forum.
Thanks again.Forum: Plugins
In reply to: [Polylang] Problem with a Custom Post TypeI’ve just installed the plugin “The Events Calendar”, and there is the same problem with the CPT “Event” created by this plugin. It doesn’t accept the default language until I save it in the other one, and come back to the default language.
Forum: Plugins
In reply to: [Polylang] Problem with a Custom Post TypeI have to add that all solutions found on the support don’t work…
ThanksForum: Fixing WordPress
In reply to: Visual Editor Not Working – Tried EverythingHi Guys,
Same problem. I also tried everything.
Nothing more appears when WP_DEBUG is on trueThanks
Forum: Fixing WordPress
In reply to: WP 4.2: Visual Editor stopped workingHi guys
I’ve got the same problem.
I did everything I saw on the forum, but nothing is working.
The problem runs only for long posts/pagesForum: Plugins
In reply to: Custom post types & breadcrumbsIn your breadcrumb function, use the code next :
$category = get_post_type_object(get_post_type())->label;