Just click save on the options page.
The code used for the share icons is the default XenForo code.
If you want the behaviour to change you will need to change the og code in the templates.
I like the additions to the core product such as the share buttons, but if I may... I'd move the share buttons to between the [thread] text and the [stats] text. It looks a bit... out of place when placed blow the [stats] text. Either that, or center the buttons, or align right.
You can edit the templates to move the location.
The placement was intentional though, as all of the footer elements directly relate to the thread.
The styling can be achieved with the SPs - either globally for all share services using Share Container and Share Controls, or individually.
<ul>
<li><a href="http://facebook.com/"><i class="fa fa-facebook"></i></a></li>
<li><a href="http://linkedin.com/"><i class="fa fa-linkedin"></i></a></li>
<li><a href="http://twitter.com/"><i class="fa fa-twitter"></i></a></li>
<li><a href="http://plus.google.com/"><i class="fa fa-google-plus"></i> </a></li>
</ul>
ul {
overflow:auto;
}
ul li {
list-style-type:none;
float:left;
}
ul li a i {
border-radius:16px;
font-size:25px;
text-align:center;
margin-right:10px;
padding-top:15%;
}
They are not in "Options" check your Style Properties: CTA Featured Threads Blocks Footer & Sharing and Style Properties: CTA Featured Threads Page Footer & SharingAn option to disable the sharing bar/icons would be appriciated. It has a huge impact on page load, especially on mobile (one of the major reasons I guess why there are no social icons in threads via mobile in the core system).
Thanks.
Great, thanks. So now only showing the full title would be great (see my editing to the previous post).They are not in "Options" check your Style Properties: CTA Featured Threads Blocks Footer & Sharing and Style Properties: CTA Featured Threads Page Footer & Sharing
Top work!Look away now if you don't want to see what else is coming in 2.9.
View attachment 76292 View attachment 76293
There is also a new Style Property to define a default icon. If not set the avatar is displayed.
I agree. You warn usLook away now if you don't want to see what else is coming in 2.9.
View attachment 76292 View attachment 76293
There is also a new Style Property to define a default icon. If not set the avatar is displayed.
We use essential cookies to make this site work, and optional cookies to enhance your experience.