Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated

Remove to top button from socialize template

6 years 2 weeks ago
  • wdooley's Avatar
    Topic Author
  • wdooley
  • Offline
  • Fresh Boarder
  • Posts: 13
  • Thank you received: 0
Licenses:
JomSocial Active GURU Active Publisher Active AdAgency Active iSEO Active Socialize Active

Hello,

I need to remove the to top button in the socialize template. Where and how would I do that?

Thank you,
William

6 years 2 weeks ago
Licenses:
JomSocial Active GURU Active Publisher Active AdAgency Active iSEO Active Socialize Active

Hi
I am not sure you are taking for off-canvas button or something else.
To configure the menu in this template options open template style > navigation > select the menu you want to show in Header.
for off-canvas sidebar > click on add-ons tab > enable/disable the sidebar button.
Here is documentation of T3: www.t3-framework.org/documentation/
Its based on T3 and follow the same structure and features.


Regards

6 years 2 weeks ago
  • wdooley's Avatar
    Topic Author
  • wdooley
  • Offline
  • Fresh Boarder
  • Posts: 13
  • Thank you received: 0
Licenses:
JomSocial Active GURU Active Publisher Active AdAgency Active iSEO Active Socialize Active

There is an arrow that shows up when scrolling down to take you back 'to top' if want. I want to remove this feature from theme as I am already using a plugin for the site for this feature and need to use the one I am using.

Attachments:
6 years 2 weeks ago
Licenses:
JomSocial Active GURU Active Publisher Active AdAgency Active iSEO Active Socialize Active

Hi
I suggest you to use template button as its designed for the template.
if you want to remove it.
Open template folder/tpls/blocks/footer.php
find and remove this code

<!-- BACK TOP TOP BUTTON -->
<a href="#" class="back-to-top hidden-xs hidden-sm">
	<span class="glyphicon glyphicon-chevron-up"></span>
</a>

<script type="text/javascript">

jQuery(document).ready(function() {
	var offset = 220;
	var duration = 500;
	jQuery(window).scroll(function() {
		if (jQuery(this).scrollTop() > offset) {
			jQuery('.back-to-top').fadeIn(duration);
		} else {
			jQuery('.back-to-top').fadeOut(duration);
		}
	});
	
	jQuery('.back-to-top').click(function(event) {
		event.preventDefault();
		jQuery('html, body').animate({scrollTop: 0}, duration);
		return false;
	})
});

</script>
<!-- BACK TO TOP BUTTON -->


Regards

The following user(s) said Thank You: wdooley
6 years 2 weeks ago
  • wdooley's Avatar
    Topic Author
  • wdooley
  • Offline
  • Fresh Boarder
  • Posts: 13
  • Thank you received: 0
Licenses:
JomSocial Active GURU Active Publisher Active AdAgency Active iSEO Active Socialize Active

Thank you! That is exactly what I was wanting to remove.

This post is resolved

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW