By Sam Famma on Monday, 30 June 2014
Posted in Technical Issues
Replies 5
Likes 0
Views 1.1K
Votes 0
Hi there. I cannot use the 'advanced search' link that is attached to the easysocial search module. It comes off the toolbar. How can i remove it from the module ?
Hello Sam,

You may hide the advance search link by editing the foundry.css file located in your_local_joomla_folder/components/com_easysocial/themes/es_theme_that_you_currently_use/styles/foundry.css . You may edit the css line 125 by adding the display: none; as shown below

body div#fd .fd-small > a {
display: none; /*add this instruction*/
font-size: 11px;
}


Hope that helps

Regards
Kheng Wei
·
Monday, 30 June 2014 11:20
·
0 Likes
·
0 Votes
·
0 Comments
·
originally tried that gets rid of easysocial modules links e.g "view all members"
·
Monday, 30 June 2014 12:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sam,

May I know did you issue has solved? And what did you mean by this:
gets rid of easysocial modules links e.g "view all members"
.

Please advise.
·
Monday, 30 June 2014 13:06
·
0 Likes
·
0 Votes
·
0 Comments
·
@nikfaris I will no longer be using this search so don't worry about the issue p.s its a fantastic search.
·
Monday, 30 June 2014 15:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sam Famma,

Can you try use this CSS override and please put it in your current Joomla custom template.

div#fd .es-search-result .col-md-12 .fd-small a {
display:none;
}

If this fix do not solve your problem perhaps you provide us your site access so that we can debug the issue on your site and helps you fix this issue.
Hope this will work.
Thanks.
·
Monday, 30 June 2014 15:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post