News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

After upgrading to 3.2.44 page navigation in category view is showing vertical

Started by pinarayi, 14.06.2016 11:29:09

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pinarayi

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]
  •  

ColinM

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
Colin M
  •  

ColinM

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
Colin M
  •