Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #963585

    Hi
    kindly check it again , the link is working fine : http://prntscr.com/cbiugd

    baud Friend
    #963908

    well, I think my visitors will instantly try to click on the slideshow image to go to the corresponding article. So instead of just the little, red item-title, the entire image should be the link.

    I tried to change the style-owl.php so that the link is the image.

        <div class="item">
              <?php if($helper->get('data.image', $i)): ?>
                 <?php if($helper->get('data.slideshow-link', $i)): ?>
                    <a href="<?php echo $helper->get('data.slideshow-link', $i); ?>" title="<?php echo $helper->get('data.title', $i) ?>">
                  <?php endif; ?>
                  <img src="<?php echo $helper->get('data.image', $i); ?>" class="slider-img" alt="<?php echo $helper->get('data.title', $i) ?>">
              <?php endif; ?></a>

    But unfortunately it didn’t work. I still cannot click on the image.

    Pankaj Sharma Moderator
    #964060

    Hi
    Open style-owl.php
    find

              <img src="<?php echo $helper->get('data.image', $i); ?>" class="slider-img" alt="<?php echo $helper->get('data.title', $i) ?>">
    

    replace it with

       <a href="<?php echo $helper->get('data.slideshow-link', $i); ?>" title="<?php echo $helper->get('data.title', $i) ?>">
    
              <img src="<?php echo $helper->get('data.image', $i); ?>" class="slider-img" alt="<?php echo $helper->get('data.title', $i) ?>">
              </a>

    Add below code in custom.css file

    .acm-slideshow .owl-carousel {
        cursor: pointer!important; }

    save and check .

    baud Friend
    #964265

    I did what you suggested but the image in the slideshow is still not linked. Only when I click on the item-title, then it works.

    Pankaj Sharma Moderator
    #964436
    This reply has been marked as private.
    schmodi Friend
    #1003329

    I also added the text as shown above and the image does not link. Can you help?

    Pankaj Sharma Moderator
    #1003337

    Hi
    You can send me a temp super user site details via Private reply . I will take a look on your code

    schmodi Friend
    #1004381
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1004529

    Hi @schmodi
    I got the site details , i am checking the issue and back to you soon with a solution for it.
    Regards

    Pankaj Sharma Moderator
    #1005104

    Hi
    I got the issue and fixed it. The problem is from
    /templates/ja_platon/acm/slideshow/css/style.css

    .acm-slideshow .owl-carousel .item:before {
        background: rgba(0, 0, 0, 0.25);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
    }

    becuase there is mask the link not working, i just remove it and now its working fine.

    Please check your site now.

    schmodi Friend
    #1005279

    The image link works now but I only have three slides in the module–it is showing six slides on the site. The last three are blank.

    Pankaj Sharma Moderator
    #1005280

    Hi
    You have only 3 items in the module: http://prntscr.com/dzyyh7
    Please check and add more sliders.

    schmodi Friend
    #1005624

    Sorry – I didn’t explain it well. I only WANT three slides and that is what I have in the module. When you go to the front page of my site, it shows SIX dots and if you cycle through the images, there are three images, then three blank slides. Where are the three blank slides coming from? I only need three images on the slideshow, not six.

    Pankaj Sharma Moderator
    #1005665

    Sorry – I didn’t explain it well. I only WANT three slides and that is what I have in the module. When you go to the front page of my site, it shows SIX dots and if you cycle through the images, there are three images, then three blank slides. Where are the three blank slides coming from? I only need three images on the slideshow, not six.

    Hi i tried to create a new module butt your site giving me this error from Joomla
    http://prntscr.com/e0g0qd
    Can you check and try to create a new module. Also, you can take backup of site nad update All Extension/template and then update your Joomla.

    Regards

    schmodi Friend
    #1006593

    OK, my site has been updated and I can successfully make new modules. You should be ok to continue. Thanks!

Viewing 15 posts - 1 through 15 (of 18 total)

This topic contains 18 replies, has 3 voices, and was last updated by  Pankaj Sharma 7 years, 2 months ago.

The topic ‘No link in slideshow’ is closed to new replies.