By PA Project on Thursday, 15 January 2015
Posted in General
Replies 4
Likes 0
Views 481
Votes 0
When creating a new blog. I link some of the content to external URL's that would then appear within the blogs as linked (blue underlined content). After updated Easyblog yesterday, all these links are still present when editing, but disappear when viewing the active site/blog.
Hi,

I believe it is not a natural behavior of EasyBlog to remove the links. Perhaps there is a plugin which messing up with EasyBlog content.
To debug this, you can is unpublished some of the recent installed plugin on your site and then test again the links. If this doesn't fix the issue, can you kindly provide us with backend access and FTP access so that we can further inspect your site.

Please advise.
Thanks.
·
Thursday, 15 January 2015 02:05
·
0 Likes
·
0 Votes
·
0 Comments
·
I haven't installed anything recently. Please take a look at the backend.
·
Thursday, 15 January 2015 03:22
·
0 Likes
·
0 Votes
·
0 Comments
·
My bad, apparently the links are working, just not easy to see. Where can I change the color of the link words?
·
Thursday, 15 January 2015 04:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

It is actually follow the template you are using. However, you can override the css of the blog text link using this CSS code:

.blog-text a {
color: rgb(10, 42, 208) !important;
text-decoration: underline !important;
}


Please add this in your template css file.
·
Thursday, 15 January 2015 10:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post