News:

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

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
  •