jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Bugs => Topic started by: pinarayi on 14.06.2016 11:29:09

Title: After upgrading to 3.2.44 page navigation in category view is showing vertical
Post by: pinarayi on 14.06.2016 11:29:09
In our web site, page navigation in single category view is provided at bottom. After upgrading to latest version the page navigation is not displayed properly. Instead of displaying page numbers left to right it is displayed top to bottom.


See the bottom right side of the screen shot.

[gelöscht durch Administrator]
Title: Re: After upgrading to 3.2.44 page navigation in category view is showing vertical
Post by: ColinM on 14.06.2016 17:48:17
Hi
This may be a css issue.  Could you advise which layout you have set as active in all classes please (Categories, Category, Files etc).  Even better could send me site details, by PM if preferred to public here.
Colin
Title: Re: After upgrading to 3.2.44 page navigation in category view is showing vertical
Post by: ColinM on 15.06.2016 14:55:43
Hi
The solution for the navigation is a simple css correction.  As a temporary measure please include css below in jdownloads_custom.css

See http://www.jdownloads.net/documentations/item/custom-css for details.

.jd_page_nav ul li {
    display: inline-block !important;
}


The change appears to be needed as a consequence of some Joomla 3.5.1 changes related to jQuery.
Will check out that change can be incorporated in the principle jdownloads_fe.css without affecting other aspects.

Colin
NB there is also an issue that has also emerged with the 'order by' section.  Needs to be a separate topic.
C