Kunena 6.3.7 Released

The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

Solved Pagination and social sharing icons [SOLVED]

More
8 years 2 weeks ago - 8 years 1 week 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: 8 years 1 week ago by ita4012.

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

More
8 years 2 weeks 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
8 years 2 weeks 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
8 years 2 weeks ago #4 by rich
Use the custom.less


Important! Always create a backup before you make any changes to your website!

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

More
8 years 2 weeks 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
8 years 1 week ago #6 by rich
Please try this:
Code:
.jssocials-share-pinterest { display: none; }


Important! Always create a backup before you make any changes to your website!

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

More
8 years 1 week ago #7 by ita4012
Tried... but it doesn't work

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

More
8 years 1 week ago #8 by rich
Try it with important


Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: ita4012

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

More
8 years 1 week 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.430 seconds