News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

Main Menu
Support-Forum

Css issue in Search page. - [Not a jDownloads bug!!!]

Started by Richter, 02.06.2015 15:32:58

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Richter

Hello,

I'm actually working on integrating jDownloads on a new website (not yet public) and I think I'm experiencing some CSS issue.

I think it's layout.css (from Beez 3) which is in conflict with jdownloads_fe.css, resulting in some strange dots appearing in the jDownloads search page.

You can see a screenshot in attached file (a black one near a box and two white ones on the following words "les" and "quel").

I'm sorry but I just don't know what to do, could you help me to fix this ?

I'm using :
- Joomla 3.4.1
- jDownloads 3.2.32
- PHP 5.4.4-14


[gelöscht durch Administrator]
  •  

ColinM

Hi
When I look at the picture you added I can only see the normal radio button arrangement.  I cannot see any black dots!!  What am I missing?

Colin
Colin M
  •  

Richter

Thank you for your answer.

Here's the same screenshot with arrows showing the dots : two white ones (difficult to see, I admit, but they're here) and a black one.

I've searched in some php files but I'm supposing it's a css issue... ?

[gelöscht durch Administrator]
  •  

ColinM

Hi
Yes I see them  seem to be 1 pixel dots  See also attached  Set my sit to French Definitely see the black dot Also in English the black dot visible.  Switch to Protostar and no dots.  As I looked further I saw more dots in Beez3
Css by jD is same in both cases.  So do not think it is jD.  Also jD does not do anything at pixel level.  Does not seem to be there with Protostar.
  Will look further

Colin

[gelöscht durch Administrator]
Colin M
  •  

Richter

Thank you for your answer.

I've updated jDownloads today with the latest version and I confirm that there's a mess with Beez, tables are shown with 1px black border (cf screenshots).

I've managed to edit it with the previous version and found the dots problem, but now I can't even restore the tables...

And it seems there's more space between jD footer and the website footer than before.

Beez really seems the culprit...

[gelöscht durch Administrator]
  •  

ColinM

#5
Hi
I do not have the borders with Beez3 but still have the black 'dot'.  see pic search03.png

The sub header border is highlighted in pic search04.png taken with Firefox Inspector.
The table HTML is <table class="jd_cat_subheader" width="100%"> and the relevant css in jdownloads_fe.css as below.  This just affects the bottom border.

.jd_cat_subheader {
    text-align: left;
    width: 100%;
    padding: 8px 5px;
    line-height: 20px;
    margin: 2px 0px;
    vertical-align: middle;
    background-color: #F5F5F5;
    letter-spacing: 0px;
    border-bottom: 1px solid #BBB;
}

The rest of the border is controlled from the template css file personal.css line 109 as below.
table {
    border: 1px solid #DDD;
}

Maybe this has been changed! Perhaps you could PM me site details and I can look with Inspector to see what CSS is being called up.

Colin

[gelöscht durch Administrator]
Colin M
  •  

Richter

I thank you for your answer.

I don't want to annoy you further because it's really layout.css from Beez3 who's guilty : I've just managed to reproduce the bug solely using the Joomla search function.
Deactivating this .css using FF inspector erase those bugs.

So I'll continue to search but I don't think it's jDownloads' fault.  :)

[gelöscht durch Administrator]
  •  

ColinM

Richter
Good news, thanks for update on situation.  -- and your kind consideration, hope I did not sound annoyed!  Just wanted to help.
Colin
Colin M
  •