ravikirans
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Olsen Light] Need to add noreferrer tags to social linksHello Fotis,
There a link where Google complains that it is not crawlable. I think it refers to this link where href attribute is not there for an anchor ‘a’ link.
When I inspect, it is in the mobile version. I am not able to find where to update. Please guide.
I need to add href attribute to this link, so resolve all the SEO errors. Thanks a lot for helping out
Forum: Themes and Templates
In reply to: [Olsen Light] Need to add noreferrer tags to social linksThank you. Able to resolve the issues
Thank you for the quick response Tobias
The first option worksForum: Themes and Templates
In reply to: [Olsen Light] Need to add image width and heightThanks for your help.
I too thought about that. Even if I disable the top banner, the CLS issue would not go. Add to that, the CLS issue is specific to Desktop. Whereas the banner is available on both Desktop and Mobile devices.
The strange thing is only the Google Search Console and Page Speed Insights report CLS issue. If I test with Lighthouse (the same software used by Page Speed Insights) in Chrome Dev Tools or GTMetrix, the issue doesn’t exist.
Do you know of any tool to find where this issue exists? Or how to get rid of the CLS issue completely.
You have been really helpful to me, and I am not sure how do I give it back.
Forum: Themes and Templates
In reply to: [Olsen Light] Need to add image width and heightNo, I am not using any lazy loading plugins.
Please provide a solution to fix this.Forum: Themes and Templates
In reply to: [Olsen Light] Need to add image width and heightHello Fotis, thanks for the reply.
I am not looking for the dimensions to use for those images.
Rather, I need to add information about the image width & height to those images. This will tell browsers to allocate space for those images while loading the rest of the content.
Which Google claims will avoid the layout shift issue.
In the end, if I go to chrome dev tools & inspect these images, I need to see width and height info.
Please let me know how do I do that.
Thanks again for reading
Hello Fotis,
Thank you for the solution. Can you please let me know why it is not suggested to remove created date of the blog post and replace it with the updated date?
And, if I have to show them both, I am not sure how they would appear in the UI
- This reply was modified 4 years, 7 months ago by ravikirans.
Hello Fotis.
After a couple of weeks, the icon is displaying well on the blog posts, but not on the categories page or the home page. It gets overlapped with the replaced social icon. Can you help how to fix this?
For example, this is how it is displayed on the home page/categories page
You can also visit https://ravikirans.com to view the page
Forum: Themes and Templates
In reply to: [Olsen Light] The footer jumps and gets mixed with other contentWorked like a gem. Thank you
Thank you
Thank you Fotis.
The solution works like a charm on the main page, category page, tags page.
But it seems both the new icon and the old google plus icon seem to overlap each other in the blog pages.
Please check the image of how it appears in the blog pages
Would be glad to know from you, if there is any fix
- This reply was modified 4 years, 10 months ago by ravikirans.
Thank you for your reply.
I did update the code. The image url resolves to the icon.
.fa-google-plus:before{
content:”;
background:url(‘https://hackathon.setapp.pl/assets/images/prizes/pluralsight.svg’);
background-size:contain;
width:35px;
height:35px;
position:relative;
}Although the Google plus image goes away, the updated icon doesn’t come through.
Am I doing something wrong?