-
AuthorPosts
-
vibedigital Friend
vibedigital
- Join date:
- December 2013
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 8
- Thanked:
- 6 times in 1 posts
February 19, 2014 at 1:36 am #194944I’d like to make the content slider NOT link to an article. I’d like it to be nothing more than an image slider.
I found how to do this in some of the other template forums on joomlart, but haven’t found a solution for ja_fixel.
I am okay with editing the PHP and losing the linking in the slider site-wide.
Please advise! Thank you!
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 19, 2014 at 2:09 am #523290Go to Administrator -> Template Manager -> Custom Code Tab -> Add the below code in Before </body>
jQuery(document).ready(function(){jQuery('.fixel-grid-wrapper a').click(function(event){
return false;
});
});
vibedigital Friendvibedigital
- Join date:
- December 2013
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 8
- Thanked:
- 6 times in 1 posts
February 19, 2014 at 2:14 am #523293Didn’t work. :((
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 19, 2014 at 2:43 am #523303It was my mistake, I did not add the script code , this is the revised and this will work only for the content slider anchors. Please check and cofirm
<script type="text/javascript">jQuery(document).ready(function(){jQuery('.fixel-grid-wrapper .carousel-inner a').click(function(event){
return false;
});
});
</script>
1 user says Thank You to chavan for this useful post
vibedigital Friendvibedigital
- Join date:
- December 2013
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 8
- Thanked:
- 6 times in 1 posts
February 19, 2014 at 3:06 am #523313Works great! Can we turn the pointer back into an arrow on rollover so it doesn’t appear to be a link?
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 19, 2014 at 3:29 am #523322Go to this file: /templates/ja_fixel/css/template.css
Add this code
.fixel-grid-wrapper .carousel-inner a{
cursor:auto;
}1 user says Thank You to chavan for this useful post
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 19, 2014 at 3:41 am #523326I have added this new code to template.css
.t3-footnav .custom { padding-right: 30px;}
Now the footer is fixed too.
1 user says Thank You to chavan for this useful post
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 19, 2014 at 4:06 am #523335In template.css, do the following
Replace this code
.fixel-grid .items.image article { cursor: default; }with
.fixel-grid-wrapper .carousel-inner a {
cursor: auto;
} -
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by chavan 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum