help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

Small bug on search table?

Small bug on search table?

6 years 2 months ago
#25363
Hi,
On search table list when I click on a field for ordering it become "display:none".

Thanks!

Please Log in or Create an account to join the conversation.

Re: Small bug on search table?

6 years 2 months ago - 6 years 2 months ago
#25364
Hey,
at first, please give us some information: Joomla Version, JEM-Version, do you use jem-responsive?, which template.

And I think this is a bug caused by your template, so eventually I can help you if you give us (or me per msg) the URL to your page.

For me it works without problems on my sites and templates.
Last edit: 6 years 2 months ago by Egnarts.
The following user(s) said Thank You: jojo12

Please Log in or Create an account to join the conversation.

Re: Small bug on search table?

6 years 2 months ago - 6 years 2 months ago
#25367
Hi,
Joomla 3.8.12
AdsClarity template
Standard version of JEM 2.2.3

On custom.css of my template:

div#jem {
overflow: hidden;
background-color: white;
border: 1px solid #16A4EC;
border-radius: 5px;
padding: 10px;
}

div#jem h2 {
font-weight: normal !important;
margin-top: 1em;
margin-bottom: 1em;
padding: 0.3em 0.3em;
background: none repeat scroll 0% 0% #16A4EC;
border: 1px solid #16A4EC;
}

div#jem a {
color: white;
}

a:hover {
color: white;
}

div#jem table.eventtable th {
background-color: #16A4EC;
}

div#jem table.eventtable td {
background-color: #d9edf7;
color: #31708f;
}

div#jem table.eventtable td a {
color: #31708f;
}

div#jem table.eventtable tbody tr:hover td, tbody tr:hover th {
background-color: #fcf8e3;
}

div#jem h2.jem {
color: white;
}

div#jem #jem_filter {
border: solid 1px black;
background: white;
}

div#jem.jem_categories div.description p a {
color: black;
}

div#jem .copyright a {
color: black;
}



Thanks!
Last edit: 6 years 2 months ago by yodam.

Please Log in or Create an account to join the conversation.

Re: Small bug on search table?

6 years 2 months ago - 6 years 2 months ago
#25368
Thank you for your information.
I take a look at your custom.css, but I didn't find a mistake except that:
Code:
div#jem a { color: white; } a:hover { color: white; }
The a:hover misses a "div#jem" and it may feel disappered if your background is also white, because white background + white text color = invisible.

So I have two other ideas:
1. Could there be a problem with Javascript on your site? (Take a look in the developer console of your browser)
2. But I think your template does something crazy^^
Last edit: 6 years 2 months ago by Egnarts.

Please Log in or Create an account to join the conversation.

Re: Small bug on search table?

6 years 2 months ago - 6 years 2 months ago
#25369
Hi,
My background color is blue.

When I move over a column it has a new attribute syle display:none as you can see below:

<th id="jem_title" class="sectiontableheader" align="left"><a href="#" onclick="Joomla.tableOrdering('a.title','asc','');return false;" class="hasPopover" title="" data-content="Click to sort this column" data-placement="top" data-original-title="Title" style="display: none;">Title</a></th>

Developer console is without errors.
I tryed to put an anchor on td row under and all works. I move the mouse pointer over and nothing become hidden. It's only on this th of this table

I did some other tests and the problem happens if I pass through categories first so I do a categories menu, click on a category. At that point the search will have this problem


Thanks!
Last edit: 6 years 2 months ago by yodam.

Please Log in or Create an account to join the conversation.

Re: Small bug on search table?

6 years 2 months ago
#25370
I an quite sure, that there's an interference between your template and JEM. Because JEM is fully compatble with the official joomla templates, you should consult the template makers of your template. You paid enough for it, so you should ask for help from them and not from the makers of our free extension. But when you got help from them, you are invited, to share the interestin results here. Thank you.

Please Log in or Create an account to join the conversation.

Time to create page: 0.470 seconds