jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => General => Topic started by: Rene3000 on 20.05.2016 11:17:54

Title: Header alignment is wrong
Post by: Rene3000 on 20.05.2016 11:17:54
After update from 2.5 to 3.2.43 the header alignment is wrong:

How to Fix this?

I use Joomla 3.5.1

[gelöscht durch Administrator]
Title: Re: Header alignment is wrong
Post by: ColinM on 20.05.2016 17:36:47
Hi
It depends on which jD Layout you are using.  Please switch to one of the new <div based layouts. These all have 3.2 in the name eg in the Files Layouts if you are using 'Standard Files Layout v2.5' then make 'Standard Files Layout v3.2' the Active layout.

It may also be a change in the template.  I can check this out for you if you send me a PM with link to your site.  But I cannot switch to the new layouts from the front end.

Colin
Title: Re: Header alignment is wrong
Post by: Rene3000 on 22.05.2016 22:39:10
Hi Colin,
It's work if chancge the layout to 3.2, but i like the 2.5 layout.
Title: Re: Header alignment is wrong
Post by: Rene3000 on 23.05.2016 13:57:57
Hi Colin,

But is still have some problems with the 3.2 laout:



I would like to use the 2.5 layout with the alignment of the 3.2 i need just the header to be alignt to right. please look at the two pictures please.

[gelöscht durch Administrator]
Title: Re: Header alignment is wrong
Post by: ColinM on 23.05.2016 22:05:05
Hi
I have sent you a PM . As above I need site details to check out what css clash is occurring.

I also have a 'compact' files layout which looks like attached pic which might suit you better.  I can  install a pre-release for you

Colin

[gelöscht durch Administrator]
Title: Re: Header alignment is wrong
Post by: ColinM on 25.05.2016 21:35:08
Hi
In the table based layout you will find an html line as below
<table class="jd_cat_subheader" width="100%">

please edit to add in style="display: table; soi that it looks like
<table class="jd_cat_subheader" width="100%" style="display: table;">
That will fix the problem

Please note that the v3.2 layouts behave better on all devices.

Colin
Title: Re: Header alignment is wrong
Post by: Rene3000 on 27.05.2016 11:44:32
Hi Colin,

In which file?
Title: Re: Header alignment is wrong
Post by: ColinM on 27.05.2016 14:59:56
Hi
It is sometimes difficult to know which part of a page view comes from which layout! :(
It comes from one of the subheader sections of the layouts you have active. That is in the active Categories, Category or Files layout.  It would be advisable to edit all three you are using to cover the various situations.
Colin
Title: Re: Header alignment is wrong
Post by: Rene3000 on 02.06.2016 15:20:09
Hi Colin,

I mean where?

[gelöscht durch Administrator]
Title: Re: Header alignment is wrong
Post by: ColinM on 02.06.2016 17:53:44
Hi
The layouts are in a the Layouts section of the jD control page. 
See the documentation http://www.jdownloads.net/documentations/category/editing-layouts

Colin