Login or create new account.

By registering on joomprod.com, you will have immediate access to all our free products and to the public side of our support forum.

Enjoy our subscriptions.

Each of our subscriptions allow you to enjoy the private side of the support forum and all the update of our products for a period ranging from 3 months to 1 year.

Payment And immediate download.

After subscribing to one of our subscription, the products are immediately downloadable.

Login

Or Register
Accueil / forum / Public Forum / Main Forum / AdsManager - The pagination display is wrong

Support Availability Because we must sleep sometimes

Working days: Monday to Friday.
Reply time: Depending on the complexity of your support issue it's usually between a few hours to 48 hours.

Support is only guaranteed to paid subscribers

AdsManager - End of life

It is with great regrets that we have chosen to end the developpement of Adsmanager and its other associated components.

AdsManager is born 10 years ago and, as of today, the number of new subscriptions and downloads have fallen and we cannot maintain the component anymore.

All active subscribers will be able to continue enjoying support until the end of their subscription.

The components will be free and no support will be provided anymore for the other users.

×

Notice

The forum is in read only mode.

× OLD Forum post could be checked here : forum.joomprod.com

AdsManager - The pagination display is wrong

More
9 years 9 months ago #12217 by loic
Hello,

With some templates, it is possible that the pagination will be displayed like a normal list.



To solve this problem, just add that code in the css of your template:
ul.pagination-list {
    list-style-type: none; 
}
ul.pagination-list li {
    float: left;
    width: 20px;
}

Best regards.
Attachments:
The following user(s) said Thank You: ongena
More
8 years 9 months ago #20939 by ongena
I got serval css files

and i tried to placed it at the end in the template.css but didnt work for me
More
8 years 9 months ago #20950 by loic
Hello,

If you do a right click 'inspect the element' on the pagination, do you see your css file at the right of the console ?

Best regards.
The following user(s) said Thank You: ongena
More
8 years 9 months ago #20971 by ongena
Loic,


I was working in the right template.css. But however nothing changes in the pagination after putting the html in the css.

Could artisteer be the problem?


Regards
More
8 years 9 months ago #20983 by loic
Hello,

Yes it can be the problem.

You can change the HTML of the pagination in a template, so if it is changed in the Artisteer template, then it will not work.

Check 'templates/your_template/html/pagination.php' to see if the class are correct.

Best regards.
More
8 years 9 months ago #21011 by ongena
FIXED:


I copied the pagination.php from the protostar template into my own and its works :)



Thnx
Moderators: perry
Time to create page: 0.154 seconds
Powered by Kunena Forum