You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Theoretically, we should be able to add a pagination partial page to override the stock pagination, but it appears this isn't yet working in Ghost 0.3. (The stock pagination is located at ghost/core/server/helpers/tpl/pagination.hbs.)
Since Bootstrap already defines the appearance of pagination classes, we have to override the custom styles with !important to prevent it from interfering with their appearance.
Ideally, I'd like to implement my own partial pagination (even it if looks/functions the same as stock), and give the pagination class its own unique name, or perhaps implement the fancy-pants Bootstrap pagination.
The text was updated successfully, but these errors were encountered:
Theoretically, we should be able to add a pagination partial page to override the stock pagination, but it appears this isn't yet working in Ghost 0.3. (The stock pagination is located at
ghost/core/server/helpers/tpl/pagination.hbs
.)Since Bootstrap already defines the appearance of
pagination
classes, we have to override the custom styles with!important
to prevent it from interfering with their appearance.Ideally, I'd like to implement my own partial pagination (even it if looks/functions the same as stock), and give the pagination class its own unique name, or perhaps implement the fancy-pants Bootstrap pagination.
The text was updated successfully, but these errors were encountered: