Add bootstrap link class disabled

February 2014 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Aug 24, 2015 1:46 pm
Reply with quote
Report this post
Hello.

Here I am working on a new project. I need to add bootstrap link class "disabled" to links shown for guests only. Is this possible? Can you help me here?
Bootstrap disabled state: http://getbootstrap.com/css/#forms-control-disabled
Link: http://web1043.webbox444.server-home.org/

Thanks and kind regards
User avatar
Senior Boarder

teitbite
Wed Aug 26, 2015 4:55 pm
Reply with quote
Report this post
hi

I'm afraid this template is not using bootstrap. Can You please tell me what are You trying to achieve, so maybe there will be a different way to do this ?
User avatar
Moderator

GK User
Fri Aug 28, 2015 10:25 am
Reply with quote
Report this post
I want to have the effect of disabled links to guest-users :) Can we make it?
Bootstrap disabled state: http://getbootstrap.com/css/#forms-control-disabled
User avatar
Senior Boarder

teitbite
Sat Aug 29, 2015 5:03 pm
Reply with quote
Report this post
Hi

Add this to /layout/blocks/head.php
Code: Select all
<script type="text/javascript">(function($) {$(document).ready(function() {
$('.disabled').each(function(){
$(this).attr('disabled','disabled');
});
});})(jQuery)</script>
User avatar
Moderator

GK User
Mon Aug 31, 2015 8:51 am
Reply with quote
Report this post
Hey i try to add something :)
For guest users to some Links that are for registered users.

1.Link
2.Link (class="disabled")
3.Link

Thank you!
User avatar
Senior Boarder

teitbite
Tue Sep 01, 2015 2:23 pm
Reply with quote
Report this post
Hi

Ok. I'm confused now. The instruction You were showing me is about disabling form elements and You are asking about disabling a link ? Those are 2 different things. Can You please show me directly what You are trying to disable.
User avatar
Moderator


cron