By Niccolo Angeli on Friday, 12 October 2018
Posted in General Issues
Replies 12
Likes 0
Views 582
Votes 0
Hello,
I wanted to make the dropdown filter (latest,popular,title) visible in posts list here https://accademiainfinita.it/forum/index

but I see this CSS

<select data-index-sort-filter="" style="display: none;">

I don't know if someone tweaked the file, problem is I don't have any custom files in my template html folder, and I can't find the file in the component folder to look into it

could you tell me where to find the file that contains the code for this filters dropdown? I am using the Wireframe template.

Thank you
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

This is the file output that filter dropdown.

JoomlaFolder/components/com_easydiscuss/themes/wireframe/frontpage/filters.php

If still unable to figure out, can you update your site backend and FTP access at your first post so we can better have a check.
·
Saturday, 13 October 2018 09:52
·
0 Likes
·
0 Votes
·
0 Comments
·
mmmh... I can't find that CSS

style="display: none;"

in the file you pointed out

I looked in my custom css file here templates/rt_galatea/custom/scss/custom.scss for any ovveride like !important or [style], but I can't find any. I checked again the html folder and there is no override for that file either.

If you could help me debug this I would really appreciate it, as I don't look what else to do.
I have updated the main post with my test site access details (that is a test site where you can also see the same issue, and I'll need to replicate any fix on the live site)

Thank you
·
Saturday, 13 October 2018 18:57
·
0 Likes
·
0 Votes
·
0 Comments
·
It probably one of the Javascript inject that CSS into that particular code.


Error: Connection timed out after 20 seconds of inactivity
Error: Could not connect to server
Status: Resolving address of ftp.nican.me
Status: Connecting to 185.61.152.3:21...
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number 2 of 50 allowed.
Response: 220-Local time is now 00:52. Server port: 21.
Response: 220-This is a private system - No anonymous login
Response: 220-IPv6 connections are also welcome on this server.
Response: 220 You will be disconnected after 15 minutes of inactivity.
Command: AUTH TLS
Response: 234 AUTH TLS OK.
Status: Initializing TLS...


It seems like I was unable to connect with your FTP server.
·
Sunday, 14 October 2018 12:54
·
0 Likes
·
0 Votes
·
0 Comments
·
It seems like I was unable to connect with your FTP server.

Strange, I connect just fine through WinSCP.

Anyway I have installed eXtplorer for you on this test site, you can use that to navigate the files.
Thank you
·
Sunday, 14 October 2018 15:48
·
0 Likes
·
0 Votes
·
0 Comments
·
I think you only allow our office ip address can able to connect it, because yesterday i tried connect with your FTP server at home.

Based on what i checked, it seems like that is your template injected those styling into that selection field, because when i switch to Joomla protostar template, it did work fine.

After that i tried to add a custom module which contain those selection HTML code and display on your page right module position, template also injected those styling into this field then repopulate back the selection field with the different styling.

But I am not really sure why Easydiscuss part unable to show that selection field after they injected those styling, even they can able to make it show that selection filter field in Easydiscuss, but that is not working when you choose other filter because Easydiscuss Javascript only handle for the default Easydiscuss code instead of template injected those HTML code.

So what my conclusion is, can you consult with your current template provider is there a way to exclude it do not inject those script/styling into the selection field in Easydiscuss page?
·
Monday, 15 October 2018 13:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks a lot Arlex,
I'll look into it!
·
Monday, 15 October 2018 16:26
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome.

Keep us updated then.
·
Monday, 15 October 2018 16:56
·
0 Likes
·
0 Votes
·
0 Comments
·
They are not very responsive at Rockettheme,
for now I have solved with this css


#ed .ed-filter-bar__sort-action select[style] {display: block !important;
float: right;
margin-bottom: -30px;
}


not the most elegant solution, but it does the job
·
Monday, 15 October 2018 17:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Cool Glad to heard your issue resolved.
·
Monday, 15 October 2018 17:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post