Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Solved Pagination and social sharing icons [SOLVED]

More
7 years 4 months ago - 7 years 4 months ago #1 by ita4012
Hi. I have problemes with the boxes for pagination in the higher and lower part of my website kunena pages. They appear at left, and out of the page...
You can see it here:
www.waterwind.it/new/it/forum-it/compro-...-occasioni.html#2473

Is there a CSS problem? How can I solve?

Moreover, I would like some of the social sahring incons not to appear. How can I do?

Thanks
Last edit: 7 years 4 months ago by ita4012.

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

More
7 years 4 months ago #2 by 810
it should be this way, here on the bottom also.

if you want to hide a social item, then you need to hide it on the custom.less file.
Code:
.fa-pinterest {display: none;}

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

More
7 years 4 months ago #3 by ita4012
Thanks, I suppose that you mean custom.css file. I tried your script but it doesn't work (as well as other scripts). Checking with firebug ( forum.joomla.it/index.php?action=dlattac...0;attach=55306;image ), I realized that it is as if the custom.css file of my template is not read while showing the page. I asked support to template developer.

If you have other suggestings, they will be appreciated

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

More
7 years 4 months ago #4 by rich

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

More
7 years 4 months ago #5 by ita4012
OK. Now it's clear.
Writing this script #kunena.layout .pagination {margin-left: 50px !important;}, I solved th pagination problem, but with your script I didn't manage to make some social icons disappear.

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

More
7 years 4 months ago #6 by rich
Please try this:
Code:
.jssocials-share-pinterest { display: none; }

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

More
7 years 4 months ago #7 by ita4012
Tried... but it doesn't work

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

More
7 years 4 months ago #8 by rich
Try it with important
The following user(s) said Thank You: ita4012

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

More
7 years 4 months ago #9 by ita4012
Yessss! Now it works. Thank for your help!

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

Time to create page: 0.391 seconds