Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • vibedigital Friend
    #194944

    I’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!

    http://vibeproject06.info/dev/

    chavan Friend
    #523290

    Go 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 Friend
    #523293

    Didn’t work. :((

    chavan Friend
    #523303

    It 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>

    vibedigital Friend
    #523313

    Works great! Can we turn the pointer back into an arrow on rollover so it doesn’t appear to be a link?

    chavan Friend
    #523322

    Go to this file: /templates/ja_fixel/css/template.css

    Add this code

    .fixel-grid-wrapper .carousel-inner a{
    cursor:auto;
    }

    chavan Friend
    #523326

    I have added this new code to template.css

    .t3-footnav .custom { padding-right: 30px;}

    Now the footer is fixed too.

    chavan Friend
    #523335

    In template.css, do the following

    Replace this code


    .fixel-grid .items.image article { cursor: default; }

    with


    .fixel-grid-wrapper .carousel-inner a {
    cursor: auto;
    }

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 2 voices, and was last updated by  chavan 10 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum