headachebee
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty] Display Error on Desktop / Tablet After UpdateI’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:
- Removing the AMP plugin.
- 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 heightAfter 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.
Forum: Plugins
In reply to: [AMP] Adsense Auto Ads Not Show after a Week@reneesoffice many thanks for your guidance as well. Wonderful then, just wait and see now. Great support!
Forum: Plugins
In reply to: [AMP] Adsense Auto Ads Not Show after a WeekOne 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?
Forum: Plugins
In reply to: [AMP] Adsense Auto Ads Not Show after a WeekHi @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?
Forum: Plugins
In reply to: [AMP] Adsense Auto Ads Not Show after a WeekHi @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 ImagesHi 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
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Image Show TwiceHi Ahmed,
The active plugins were:
Limit login attempt
Jetpack for wordpress
AMP for WP
WP Fastest CacheI 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 ImagesHi 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 ImagesI 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 ImagesHi 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.
Forum: Fixing WordPress
In reply to: Image Issue with AMP for WPOk will try that. Thanks
Forum: Fixing WordPress
In reply to: images overlappingFound 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 overlappingHi 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 overlappingHi 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 overlappingHi 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