J-BusinessDirectory - Dropdown-issues

Support Forum

 
 

 

Relevance

For some reason the sorting shows "city" twice. Is it possible hide one of them?
Strangly this is also on your demo so I wonder why you haven't fixed it already or why nobody mentioned this before.

Another dropdown-issue: In the dropdownlist there are no vallues vissible. How can this be fixed?

Display

4 replies

Hi,

 

The issue with duplicate city value has been fixed. You can download the extension again from our store and install it over existing version.

 

We would need access to your site to study the empty dropdown issue.

I will submit a ticket.

 

Edit: Looks like pagination messes thing up (see image below).

Messed up

Hi,

 

The issue is caused by a css conflict. The conflict has been fixed.

There are some css enforcement that shouldn't be there in {site}/com_content.css
.pagination a, .pagination span {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

The issue was not solved but I copied your css-code to my custom css and changed it from:

.pagination a, .pagination span {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

to

.pagination a, .pagination span {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

The issue

is solved now, thanks.

But the empty dropdown issue you solved, was solved indeed but after an update the problem was there again, so... please provide me the code I can add to my custom-css so updates won't delete any changes made to component-files.

 
 
 

5 Item(s)

Show per page