Guys please guide me how can i put no follow on this part http://screencast.com/t/GnSmFtiN5svx.
I there’s no option on this one, please guide me how to put it manually.
Thanks
Any update guys? Thanks
Hi!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_tooltip(){
?>
<script>
jQuery(window).load(function(){
jQuery('.ls-container a').attr('rel','nofollow');
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_tooltip');
Cheers!
Yigit
Hi!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
Yigit
Hi!
Use a HTML layer instead and set the nofollow in the link itself, like
:
Best regards,
Josue
Hi Josue,
Am not pointing to the layer. please check this http://screencast.com/t/GnSmFtiN5svx
Am pointing to the main background image of the slider.
Thanks
Hm, that doesn’t seem to be possible right now, one thing you can do is use a Layer as the background and link that instead, that way you can set the rel attribute here – http://a.pomf.se/lcxgpx.png
Regards,
Josue
Hi Josue,
Ok thanks. I try your suggestion and its ok and working fine.
Thank you for the support guys. You can close this topic.
Thanks