[Pagination] séparateur du nombre de pages

More
10 years 3 months ago #43662 by spool
Bonjour

J'aimerai savoir s'il existe une option dans la configuration de flexiContent pour ajouter un séparateur entre les nombres de pages d'items d'une catégorie



ps: en css je peux le faire avec un padding sur la classe pagination, par exemple :
Code:
.pagination a { padding: 4px; }

donc si l'option n'existe pas, je le ferai en css

Merci pour votre aide

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #43663 by ggppdk
Hello

It can with a CSS rule (see end of this answer)


-- about parameters customize pagination,
- we have in regards to what is displayed
- but no parameters to change the appearance of it ! ... we leave this to your Joomla template CSS



Joomla allows to extend the JPagination class,
... so it is possible and rather easy to do so
... but we did not do it because:


1. we would break compatibility with extensions that assume that the default 'unextended' JPagination class is used, e.g. SH404SEF pagination will break


2. We will be interfering the pagination styling of the current Joomla template

3. It is not really necessary:

e.g. in your case the comma can be added with a CSS rule, added by you or by your Joomla template author



Try this
Code:
a.pagenav:after { content: ","; }
or this
Code:
.pagination a.pagenav:after { content: ","; }


Regards


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.258 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline