test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #947843

    Hi
    Disable the article link working fine , Actually there is href on the content
    Here : http://prntscr.com/bq6wc3
    Go to ja_nuevo/html/mod_jacontentslider/default.php
    Find

     <div class="ja_slideContent" onclick="location.href='<?php echo $link; ?>'" ><div class="box-align">
    

    replace it with

    
            <div class="ja_slideContent" onclick="location.href='#'" ><div class="box-align">       

    Hope it helps .

    qngo Friend
    #947856

    It works now. Thanks

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

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

The topic ‘Disable Article Link’ is closed to new replies.