By yoluca on Monday, 13 January 2014
Posted in General
Replies 3
Likes 0
Views 864
Votes 0
i tried to copy paste a website url ... i also tried using the [url url here [/url] ... nothing works ...

if i check the post replies over in backend the url is there ... but for some reason its not shown in frontend

here i have some screenshots ...

all i want users to be able to do is .... copy paste url that they want to share ...

thanks
Hello yoluca,

Sorry for late reply to this,
I have checked in your site, it seems like is CSS issues from your template, you add this CSS code into your file JoomlaFolder/templates/gk_rockwall/css/template.css (add this code at bottom)

div#discuss-wrapper.discuss-view-post .discuss-clock a, div#discuss-wrapper.discuss-view-post .discuss-content-item a, div#discuss-wrapper.discuss-view-post .reference-list a {
display: inherit !important;
}

Hope this help.
·
Monday, 13 January 2014 11:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Ooh.. thanks for that ,,,

i found this in my override.css
div#discuss-wrapper.discuss-view-post .discuss-clock a, div#discuss-wrapper.discuss-view-post .discuss-content-item a, div#discuss-wrapper.discuss-view-post .reference-list a {
display: none;
}


removed and now works...

thank you
·
Monday, 13 January 2014 14:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Yoluca,

You're welcome. Glad you found it.
·
Monday, 13 January 2014 17:05
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post