- Posts: 134
- Thank you received: 0
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Solved Pagination and social sharing icons [SOLVED]
9 years 3 months ago - 9 years 3 months ago #181918
by ita4012
Pagination and social sharing icons [SOLVED] was created 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
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: 9 years 3 months ago by ita4012.
Please Log in or Create an account to join the conversation.
9 years 3 months ago #181919
by 810
Replied by 810 on topic Pagination and social sharing icons
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.
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.
9 years 3 months ago #181924
by ita4012
Replied by ita4012 on topic Pagination and social sharing icons
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
If you have other suggestings, they will be appreciated
Please Log in or Create an account to join the conversation.
9 years 3 months ago #181927
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Pagination and social sharing icons
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.
9 years 3 months ago #181942
by ita4012
Replied by ita4012 on topic Pagination and social sharing icons
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.
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.
9 years 3 months ago #181949
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Pagination and social sharing icons
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.
Time to create page: 0.290 seconds