Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #624090

    The slideshow on my homepage has no links even tho I linked them to their portfolio page

    • This topic was modified 8 years, 6 months ago by kbarranco.
    #624152

    Hey kbarranco,

    Please do provide us with a link to your web site, so we can see the issue, define it and help you to fix it.
    Thanks a lot for your time and patience

    Best regards,
    Basilis

    #624624

    ooops – sorry. I forgot
    specialmoderndesign.com

    #625444

    Hi,

    You mean the buttons, right? If so they are linking fine on my end, the first one leads to this URL: http://specialmoderndesign.com/projects/01-cake-monkey-bakery/

    Regards,
    Rikard

    #625547

    No- I mean the slides themselves.None of the images link to their pages.

    #625552

    Hi,

    Thats correct. This is expected behavior: you can either link the whole image or place some buttons with links. I am afraid there currently is no option to do both, mostly because the html structure we are using would require changes.

    Best regards,
    Kriesi

    #626222

    That makes sense-I took the buttons off and was hoping the individual images would link but the images don’t link.

    #626327

    Did you set the linking option to “apply link to image”?

    http://cl.ly/g2or

    If so and it still does not work, please post us your login credentials (in the “private data” field), so we can take a look at your backend. Login credentials include:

    • the URL to the login screen
    • a valid username (with full administration capabilities)
    • as well as a password for that username
    #626665

    Yes- I just rechecked.
    Plus my site is running slow and I just sent out an invite for people to look at it! You have my permission to clean up any junk you find too ;)

    • This reply was modified 8 years, 6 months ago by kbarranco.
    #628084

    Hi,

    It’s because of the captions. We provided a temporary workaround here: https://kriesi.at/support/topic/fullscreen-slider-problem-linking-images-while-using-captions/#post-622970

    Best regards,
    Ismael

    #628378

    OK- I tried that but all links went to the same page.

    #629622

    Hi,

    Yes, that’s one of the limitations of the script that’s why I asked the previous user if he’s going to apply different links to the slider. Please replace the code with the following:

    // slide link
    add_action('wp_footer', 'ava_new_custom_script_slidelink');
    function ava_new_custom_script_slidelink(){
    ?>
    <script type="text/javascript">
    (function($) { 
        var link = '';
    
         $('.avia-slideshow').click(function(e) {
            	var exclude = $(e.target).is('.prev-slide, .next-slide');
    
            	if(exclude){
    				e.preventDefault();
    				return;
            	}
    
            	var inner = $(this).find('.avia-slideshow-inner'),
                	link  = inner.find('.active-slide .avia-slide-wrap').attr('href');
    
                window.location.href = link;
        });
    
        $('.avia-slideshow').on('mouseover', function() {
            var inner = $(this).find('.avia-slideshow-inner'),
                link  = inner.find('li .avia-slide-wrap');
    
                if(link.length) $(this).css('cursor', 'pointer');
        });
    })(jQuery);
    </script>
    <?php
    }

    Best regards,
    Ismael

    #630214

    Thanks- I totally understand that there are limitations.
    I added instead of replacing the script because I didn’t know what to replace. It still isn’t working.
    I placed it in Enfold Child CSS

    #631209

    Hi,

    We modified the code in the functions.php file and it is working now. http://specialmoderndesign.com

    Best regards,
    Ismael

    #631466

    thank you!!!!

    #632622

    Hi,

    Glad it worked. Let us know if you need anything else. :)

    Best regards,
    Ismael

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.