I installed uBlogsy 1.3.6.1 and integrated it in the layout of my website. Everything works fine, except for the RSS link which doesn't show. There is only a title 'Subscrip' without link:
Should I do some more configurations to make the RSS link show up?
RSS link not showing up in 1.3.6.1
Hi,
I installed uBlogsy 1.3.6.1 and integrated it in the layout of my website. Everything works fine, except for the RSS link which doesn't show. There is only a title 'Subscrip' without link:
Should I do some more configurations to make the RSS link show up?
greetings and merry Christmas,
Anthony
I tested on most major browsers. But it's most likely a css issue.
You need to inspect the element and tweak the css as needed.
Hi Anthony,
I inspected the script uBlogsyShowRSSLink.cshtml
the markupd was like this
<span>Subscribe</span><a href="@rss.Url" class="uBlogsy_feed"></a>
so I changed it to:
<a href="@rss.Url" class="uBlogsy_feed"><span>Subscribe</span></a>
and now it works
greetings,
Anthony
is working on a reply...