Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic πŸš€

    I can’t seem to access your site at the moment. I get the following error when I try to do so:

    Warning: Cannot modify header information - headers already sent by (output started at /home/mmadethr/public_html/wp-content/plugins/sprites-in-css-for-google-pagespeed/cssprite.php:181) in /home/mmadethr/public_html/wp-includes/pluggable.php on line 1121

    Could you let me know once this is fixed?

    Thanks!

    Thread Starter mmadethrissur

    (@mmadethrissur)

    Sorry for that, it has been fixed and you may please check the mobile site now.

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic πŸš€

    Thanks. wp_mobile_featured_images is still set to 1 on your site. Could you try the function I mentioned on the thread you linked to?

    Let me know how it goes.

    On a related note, the theme you use is already responsive, so you might get an even better look if you were to completely disable Jetpack’s Mobile Theme. You can do so under Jetpack > Settings in your dashboard.

    Thread Starter mmadethrissur

    (@mmadethrissur)

    function jeherve_update_moption() {
        update_option( 'wp_mobile_featured_images', '0' );
    }
    add_action( 'init', 'jeherve_update_moption' );

    This was already added to the functions.php file. Even though we tried removing the code and then added it back, but nothing changed.

    As we are more satisfied with Jetpack’s Mobile Theme (with a User Experience Score of 99 out of 100 in Google Page Speed test) we don’t want to disable it either. So, as a temporary fix, we just disabled the “Mobile Theme Featured images for Jetpack” Plugin.

    Thanks

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic πŸš€

    Hm, that’s interesting. Could you try to change the option value manually, by following the instructions here:
    http://ww.wp.xz.cn/support/topic/trouble-with-featured-image-for-posts-on-mobile?replies=7#post-5022207

    Let me know if it helps.

    Thread Starter mmadethrissur

    (@mmadethrissur)

    First of all sorry for being this much late to reply.

    As we told before, we disabled the “Mobile Theme Featured images for Jetpack” plugin for a while. After that featured images started not to appear on both desktop and mobile (We are not sure about which plugin is causing the trouble!).

    Now we enabled the “Mobile Theme Featured images for Jetpack” plugin again and the old problem still exists (i.e. featured images appear twice everywhere else on the home page and the post page). wp_mobile_featured_images is already set to 0 in http://www.mmadethrissur.com/wp-admin/options.php – that didn’t solve the issue! πŸ™

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic πŸš€

    Could you contact me via email so I can take a closer look at the problem?
    http://jeremy.hu/contact/

    Thread Starter mmadethrissur

    (@mmadethrissur)

    Of course.
    Thanks πŸ™‚

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic πŸš€

    I haven’t received any email from you yet. Could you post here once you’ve contacted me?

    Thanks!

    Thread Starter mmadethrissur

    (@mmadethrissur)

    You may please check your inbox now.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Featured image appearing twice’ is closed to new replies.