-
AuthorPosts
-
zomidaily Friend
zomidaily
- Join date:
- March 2013
- Posts:
- 132
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 7
- Thanked:
- 9 times in 1 posts
February 12, 2014 at 4:31 pm #194734Hi support,
Can you include Back to Top icon similar like JA Bookshop?
Regards,
JosephTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 12, 2014 at 4:43 pm #522426Here is a FREE extension you can use for this funtion –>http://extensions.joomla.org/extensions/structure-a-navigation/site-navigation/16807
zomidaily Friendzomidaily
- Join date:
- March 2013
- Posts:
- 132
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 7
- Thanked:
- 9 times in 1 posts
February 12, 2014 at 5:28 pm #522437Since Purity III was release as a paid monthly template, would it be much better to have as core feature? So it less plugin to install, means less problem.
Cheers!
Joseph<em>@TomC 410978 wrote:</em><blockquote>Here is a FREE extension you can use for this funtion –>http://extensions.joomla.org/extensions/structure-a-navigation/site-navigation/16807</blockquote>
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 12, 2014 at 11:29 pm #522459Well, I will forward the issue onto the JA Developers for a possible near-future update feature.
Incidentally, I believe that Purity III is free.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 13, 2014 at 9:18 am #522520<em>@exoduser 410991 wrote:</em><blockquote>Since Purity III was release as a paid monthly template, would it be much better to have as core feature? So it less plugin to install, means less problem.
Cheers!
Joseph</blockquote>I’ve discussed with team and we will add back to top into this Purity III template.
And I’d like to confirm again that Purity III is a free template, not paid monthly template.
zomidaily Friendzomidaily
- Join date:
- March 2013
- Posts:
- 132
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 7
- Thanked:
- 9 times in 1 posts
February 14, 2014 at 12:49 am #522602Thanks for the update @ninja Lead I wish the stable version will release soon.
I understand Purity III is free template, but it was also a club template for February.
<blockquote>For club members :
We know you expect a club template every month. JA Purity III is a club template for the month February 2014 but it is also free for everyone.</blockquote>zomidaily Friendzomidaily
- Join date:
- March 2013
- Posts:
- 132
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 7
- Thanked:
- 9 times in 1 posts
February 18, 2014 at 1:44 am #523080Hi…
The stable version is out, but doesn’t come along the button. 🙁
<em>@Ninja Lead 411085 wrote:</em><blockquote>I’ve discussed with team and we will add back to top into this Purity III template.</blockquote>
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 18, 2014 at 4:26 am #523103We will add the “Back to Top” icon to JA Purity III soon. For a quick workaround, follow steps below:
+ Open the templates/purity_iii/tpls/blocks/footer.php file
Change
<!-- FOOTER -->
To
<!-- FOOTER -->
<div id="back-to-top" data-spy="affix" data-offset-top="300" class="back-to-top hidden-xs hidden-sm affix-top">
<button class="btn btn-primary" title="Back to Top"><i class="fa fa-caret-up"></i></button>
</div>
<script type="text/javascript">
(function($) {
// Back to top
$('#back-to-top').on('click', function(){
$("html, body").animate({scrollTop: 0}, 500);
return false;
});
})(jQuery);
</script>
+ Open the templates/purity_iii/less/style.less file and add rule below into end of the file:
// Back to Top
// -----------
#back-to-top {
position: fixed;
right: @t3-global-margin;
top: auto;&.affix {
bottom: @t3-global-margin * 2;
}i {
font-size: @font-size-large + 10;
}
}
If you customized css file from Purity III template, you need to backup the customised files and click Compile LESS to CSS button in Purity III template (Note: the compile will be override all css customize on your site).
Let me know if it helps.
johannesdach Friendjohannesdach
- Join date:
- August 2010
- Posts:
- 26
- Downloads:
- 2
- Uploads:
- 0
- Thanks:
- 8
- Thanked:
- 6 times in 1 posts
February 25, 2014 at 11:32 pm #524368Hi
I think it is really nice of you to have added this feature into purity III for the users that requested this. At least it is enabled in my latest download package 1.0.0.However my question is: How can I disable that button 😉 No seriously, I don’t like it and would like to get rid of it again. What is the best approach?
Regards,Johannes
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 26, 2014 at 1:31 am #524376The feature is available now and you can get it from here
To have it disabled, remove the followingcode from the templates/purity_iii/tpls/blocks/footer.php file:
<!-- BACK TOP TOP BUTTON -->
<div id="back-to-top" data-spy="affix" data-offset-top="300" class="back-to-top hidden-xs hidden-sm affix-top">
<button class="btn btn-primary" title="Back to Top"><i class="fa fa-caret-up"></i></button>
</div>
2 users say Thank You to Ninja Lead for this useful post
johannesdach Friendjohannesdach
- Join date:
- August 2010
- Posts:
- 26
- Downloads:
- 2
- Uploads:
- 0
- Thanks:
- 8
- Thanked:
- 6 times in 1 posts
February 26, 2014 at 8:48 am #524433Thanks for that.
-
AuthorPosts
This topic contains 11 replies, has 4 voices, and was last updated by johannesdach 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum