-
AuthorPosts
-
April 29, 2016 at 2:33 am #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.
April 29, 2016 at 8:37 am #624152Hey 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 patienceBest regards,
BasilisApril 29, 2016 at 4:30 pm #624624ooops – sorry. I forgot
specialmoderndesign.comMay 2, 2016 at 5:34 am #625444Hi,
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,
RikardMay 2, 2016 at 9:02 am #625547No- I mean the slides themselves.None of the images link to their pages.
May 2, 2016 at 9:06 am #625552Hi,
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,
KriesiMay 3, 2016 at 6:35 am #626222That makes sense-I took the buttons off and was hoping the individual images would link but the images don’t link.
May 3, 2016 at 11:05 am #626327Did you set the linking option to “apply link to image”?
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
May 3, 2016 at 6:39 pm #626665Yes- 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.
May 6, 2016 at 5:30 am #628084Hi,
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,
IsmaelMay 6, 2016 at 4:35 pm #628378OK- I tried that but all links went to the same page.
May 10, 2016 at 6:24 am #629622Hi,
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,
IsmaelMay 10, 2016 at 8:12 pm #630214Thanks- 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 CSSMay 12, 2016 at 8:48 am #631209Hi,
We modified the code in the functions.php file and it is working now. http://specialmoderndesign.com
Best regards,
IsmaelMay 12, 2016 at 5:04 pm #631466thank you!!!!
May 16, 2016 at 3:17 am #632622 -
AuthorPosts
- You must be logged in to reply to this topic.