This topic has 4 replies, 2 voices, and was last updated 9 years, 11 months ago by Anonymous.
Viewing 5 posts - 1 through 5 (of 5 total)
I have been using a plugin called qTranslate for the past year and I hadn’t updated my theme until recently. But each time I update the theme, whenever I add a new post/page, the plugin’s short code is now displayed in the front end. I have emailed the the plugin’s support and they have corrected the issue for me once but they have told me that unless the issue is corrected on the developer’s end, I’m going to have to apply their fix every time that I update.
The email the told me to relay to you goes as follows:
We changed in file “/carzone/framework/common\atp_generator.php”, function subheader( $postid ), line
$page = get_post($postid);
to read as
$page = get_post($postid, OBJECT, ‘display’);
They fetch post there for display purpose, so the filter ‘display’ needs to be applied. It does translation among other things.
So basically you’re telling me this isn’t a bug that you’re able to fix and that I’m going to have to apply this fix every time I update my theme?
Yes, you have to take back of the modified files every time when you update your theme to latest version. If you don’t get after following the above url then if you can provide us WP Logins to your website with URL then we can take a closer look at it. Make sure you set the post as private reply so that only admin can see your wp-logins.
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.