lhalda
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Subtitle] problem with accented vowels characterNever mind, I have transferred all the functionality to a Advanced Custom Fields field and disabled WP Subtitle so there’s no conflict anymore ??
Forum: Plugins
In reply to: [WP Subtitle] problem with accented vowels charactersql formatting misformatted the code tag, stripping backquotes (can’t edit again for some reason):
INSERT INTO wp_postmeta (meta_id, post_id, meta_key, meta_value) VALUES (9993, 317, 'wps_subtitlewps_subtitle', ''), (9994, 317, '_wps_subtitlewps_subtitle', 'field_57fe080bee162');
Forum: Plugins
In reply to: [WP Subtitle] problem with accented vowels characterHello, I’m getting this problem as well, with a few differences:
Apparently, the subtitle saves as Unicode text but loads to page edit in administration in some other encoding (I’d guess Windows-1252). Also, this is how it works in my user account with all privileges, but in the actual admin account, it also appends a custom field called wps_subtitle, where it shows right, and changes don’t matter when saving the page.
It’s breaking our workflow, do you have any suggestion how to correct it? Do you need more information, and what kind? Can I help debugging?
WordPress 4.6.1 (Czech), activated plugins Advanced Custom Fields 4.4.10, Google Analytics 1.0.6, PixelYourSite 4.0.0, PlanSo Forms 2.5.5, WP Subtitle 2.8.1, WPBruiser 3.0.15
I suspect the problem is caused by conflict with updated Advanced Custom Fields – in database in wp_postmeta table are added these lines we don’t want:
INSERT INTO
wp_postmeta(
meta_id,
post_id,
meta_key,
meta_value`) VALUES
(9993, 317, ‘wps_subtitlewps_subtitle’, ”),
(9994, 317, ‘_wps_subtitlewps_subtitle’, ‘field_57fe080bee162’);`- This reply was modified 8 years, 5 months ago by lhalda.