hisureshkumar
Forum Replies Created
-
After wasting so much time on chasing follow-ups, I have corrected this myself without the plugin. This post might be helpful for others hence providing it
- Visit your themes folder
- Locate the file that is displaying the date. In my case I could locate this in template-tag.php file which was showing “Entry Date” meta tag
- Locate “esc_html( get_the_date()”
- Replace with “esc_html( get_the_modified_date()
- If you are not able to locate this field in this file, you need to search for other files like index.php or single.php etc.,
You are done. This would replace published date with modified date
One drawback is that you are modifying themes files, just make sure you won’t mess up by making any error. Better take back-up before making any changes. One need to do this manually every time you update theme to new version.
Forum: Plugins
In reply to: [WP Last Modified Info] Plugin Stop showing datesYes, this plugin stopped showing dates both on posts and home page. I just pressed reset button and dates showing up, however it shows only published dates and not last modified date.
Forum: Plugins
In reply to: [Quick Adsense] Ads stopped working with new version todayI deactivated plugins and changed the theme also to default themes to check if the problem is with the theme, but no luck. I am giving up now.
Forum: Plugins
In reply to: [Quick Adsense] Ads stopped working with new version todayI rolled back to Ver 2.8.2, but still no luck. I am very able to see the ad code in “source data”, however Ads do not appear. Below is sample ad code that is appearing in source data (looks it is modifying the original adsense code, you may like to check). I have removed the original pub id and adslot id. I just deactivated this plugin again and using another plugin, hence you might not find in live data now
=======================================================================================
<script async crossorigin="anonymous" data-type="lazy" data-src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5257618960633958"></script> <!-- Page-Beg-3rd paragraph --> <ins class="adsbygoogle" data-ad-client="ca-pub-xxxxxxx" data-ad-slot="123456789"></ins> <script data-type="lazy" data-src="data:text/javascript;base64,DQogICAgIChhZHNieWdvb2dsZSA9IHdpbmRvdy5hZHNieWdvb2dsZSB8fCBbXSkucHVzaCh7fSk7DQo="></script> </div>
- This reply was modified 2 years, 10 months ago by hisureshkumar.
Forum: Plugins
In reply to: [Quick Adsense] Ads stopped working with new version todaySurprisingly even this did not work out.
1) I deleted this in options table.
2) I deactivated all plugins
3) Enabled only quick adsense, but still it did not workI am not sure what is happening
Forum: Plugins
In reply to: [Quick Adsense] Ads stopped working with new version today1) I added new adsense code, but it still ads are not appearing.
2) I uninstalled and reinstalled again, but still ads don’t appear
3) Is there any table where the setting are getting saved which I need to remove ? I am also using DB cleaner to clean tables/options. If you can let me know, I can check any corrupted quick adsense file and target them to remove itForum: Plugins
In reply to: [Quick Adsense] After the update, the ads code changed@lenterk , Did you check roll back version and is it working? I checked and found its still not working for me on my website. I just replaced another plugin temporarily.
Forum: Plugins
In reply to: [Quick Adsense] Ads stopped working with new version todayHello, no luck. I just installed the latest version available on WordPress (which you indicated as rollback version) and it shows only one advertisements out of 5 ads. Not sure whether there is any limit set in the new version then. Can you pls check ?
Forum: Plugins
In reply to: [Quick Adsense] Ads within an articleProblem of both ads not displaying + reset to defaults – Both not working as of today
Forum: Plugins
In reply to: [Quick Adsense] Ads stopped working with new version todayNo. It is stripping / removing adsense code and saving only first 2 rows and last 2 rows and removing all other code
Forum: Plugins
In reply to: [Yoast SEO] Google Search Result shows “Home” in breadcrumbThe URL I gave is sample URL. This is happening across my website. My website is indexed even yesterday and even latest article posted yesterday also has same issue. I used this inspect URL and index it again for couple of URLs to check. Nothing changed
Thank you. I am not seeing this error anymore.
Forum: Plugins
In reply to: [AMP] “This page isn’t working error – After moved to AMP Standard modeI removed the standard mode and moved it back to transitional mode this morning as website traffic has fallen by 50% due to this. Pls advice any corrections to be done if I need to move to Standard mode.
Forum: Plugins
In reply to: [AMP] “This page isn’t working error – After moved to AMP Standard modeHello
Google has crawled home page 4 times after I have moved to “Standard mode” in AMP. However the problem persist. Can someone look into any technical aspects of whether I need to update any thing in HTAaccess or add any custom CSS ?
Forum: Plugins
In reply to: [AMP] “This page isn’t working error – After moved to AMP Standard modeThanks for your swift response Milind.
1) Any idea how much time it may take to recrawl a AMP page? I publish a post every alternate day.
2) If users coming through organic traffic coming from google cannot click a single page on my website due to this technical issue, our SEO might get impacted right? Any insights about it?