Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter headachebee

    (@headachebee)

    I’m pleased to share how I resolved my issue, which, thankfully, is now significantly better than before. If anyone else is encountering a similar problem, here’s what worked for me:

    I devoted considerable effort to adjusting the featured media and width manually through CSS and PHP, scouring search engines and video tutorials for guidance. While I can’t recall all the steps I took, the last two actions I remember were:

    1. Removing the AMP plugin.
    2. Modifying the code in functions.php as follows:

    // Add support for wide and full align images
    add_theme_support( ‘align-wide’ );

    // Register custom image sizes
    add_image_size( ‘custom-image-small’, 300, 250, true ); // Small size
    add_image_size( ‘custom-image-medium’, 450, 300, true ); // Medium size
    add_image_size( ‘custom-image-large’, 580, 9999 ); // Large size, height set to 9999 to allow for unlimited height

    After making these changes, I saved the file.

    Next, I cleared my browsing cache. To my surprise, my blog now looks much better, almost like it did before the theme update.

    I hope this solution proves helpful to anyone facing a similar challenge.

    Thread Starter headachebee

    (@headachebee)

    @reneesoffice many thanks for your guidance as well. Wonderful then, just wait and see now. Great support!

    Thread Starter headachebee

    (@headachebee)

    One more, after I add mini plugin from github (if it was right), should i keep the both codes on <head> … and <body> that I pasted through plugin editor?

    Thread Starter headachebee

    (@headachebee)

    Hi @albertomedina I’m a bit confuse, first time to try this. I guess I made the installation correctly. The last thing I do was adding Publisher Id in reading settings as the plugin suggested

    (AdSense Publisher ID : Ca-XXXX)
    (This is use for adsense auto ads)

    Is that it? Is there a way I can check to make sure I’ve done the correct way in implementing this? or it must be from your side to check it?

    Thread Starter headachebee

    (@headachebee)

    Hi @albertomedina , thanks for the quick response. I’ve tried google’s kit though but no luck as well will learn a bit on mini plugin as you suggest. Hope that will work. Appreciate your guidance

    Forum: Fixing WordPress
    In reply to: Double Images
    Thread Starter headachebee

    (@headachebee)

    Hi Tunde, sorry for late respond. Trying hard to figure out adsense auto ads and still not successful I guess. the plugin causing the bug was AMP for WP. I switch to AMP

    Thread Starter headachebee

    (@headachebee)

    Hi Ahmed,

    The active plugins were:

    Limit login attempt
    Jetpack for wordpress
    AMP for WP
    WP Fastest Cache

    I have deactivated the AMP for WP and fastest cache and use one plugin related to AMP to make sure my page are valid AMP page and no issue with double image. Yet I am losing the adsense now. I guess I have to accept it for giving better looks, speed and amp for my audiences.

    I know your busy, thanks for sparing your time for the issue. I am going to put “resolved” on this matter.

    Forum: Fixing WordPress
    In reply to: Double Images
    Thread Starter headachebee

    (@headachebee)

    Hi Tunde,

    Not exactly. I just can’t stand seeing my blog looks awful with images doubled. I suspect its caused by the plugin. I deactivated it and everything looks normal yet I have to sacrifice on adsense. Without the plugin I need to figure out how to place adsense on place I want.

    I guess blogging these day is not as easy as 7 years back.

    Many thanks for your attention.

    Forum: Fixing WordPress
    In reply to: Double Images
    Thread Starter headachebee

    (@headachebee)

    I think its because the AMP for WP plugin. So I am going to close this and try to contact plugin support instead.

    Forum: Fixing WordPress
    In reply to: Double Images
    Thread Starter headachebee

    (@headachebee)

    Hi Tunde,

    Thanks for replying. I mentioned above “everytime upload it uploaded twice” which mean I don’t intend to upload it twice. But on media galleries shown two images. I delete one and still double show on post.

    Have no idea what to do.

    Thread Starter headachebee

    (@headachebee)

    Ok will try that. Thanks

    Forum: Fixing WordPress
    In reply to: images overlapping
    Thread Starter headachebee

    (@headachebee)

    Found reference in this forum but forget to save the link and tag.

    It was said that such problem may caused by template outdate.

    My template was premium but I was not renewed the subscription. I tried to use another template and put the same CSS codes as suggested here (CSS editor).

    The problem still there but not majority anymore. Well, I had enough headache for this simple issue. I guess I can accept the condition.

    Hope this can help another newbie with same problem I had.

    Thanks for the help

    Forum: Fixing WordPress
    In reply to: images overlapping
    Thread Starter headachebee

    (@headachebee)

    Hi Praveen,

    As far as I can guess, is it good if I add the css under: /*-[ Content ]——————–*/ ?

    There are post, single.post, single.page, post.image under this section ….

    I have no clue

    Forum: Fixing WordPress
    In reply to: images overlapping
    Thread Starter headachebee

    (@headachebee)

    Hi Praveen,

    I am really thankful for your taking the time for my problems, but honestly I am afraid to make mistake this time as it will give me more headache.

    I am not sure where I should add the CSS.

    I can find “pagination” part but not exactly “pagination images”

    Any suggestion easier way to add the CSS?

    Forum: Fixing WordPress
    In reply to: images overlapping
    Thread Starter headachebee

    (@headachebee)

    Hi Praveen,

    I am a little bit embarrassed actually, it took hours for me to find the first step to add CSS code to fix homepage, I am so glad it fixed.

    I have tried the same steps but nothing happens. Looks like this one is more difficult to do.

    Can you tell me how can I find “below the fold post/ pagination images/ images between posts –”

    so sorry for the hassle

    Regards

Viewing 15 replies - 1 through 15 (of 17 total)