sachatrauwaen / OpenContent

Structured Content editing for DNN (Dotnetnuke)
46 stars 25 forks source link

Default install shows unstyled <ul> for paging and sorting #183

Closed RichardHowells closed 2 years ago

RichardHowells commented 2 years ago

Hi - I installed v.latest (4.07.00) onto a test version of my site (dnn 9.4.4).

The ul's for pagination and sorting look to be displaying unstyled.

image

I can see from developer tools that the ul carries role='menu'. This is not something I am familiar with, but makes me wonder if there is some dependency on bootstrap, or a specific bootstrap version that is missing from my site.

Is there something I need to add? My site's skin is non-bootstrap.

Thank you to all the contributors for what looks like an amazing piece of work.

sachatrauwaen commented 2 years ago

Hi, the articles templates need bootstrap 3. If you want you can also adapt the template by yourself to use other css frameworks.

Timo-Breumelhof commented 2 years ago

BTW, it works with Bootstrap 4 too.

RichardHowells commented 2 years ago

Thank you for the information. I'm going to try a bootstrap based skin. It's time for a change.