Hi guys,
Here is an attachment indicating the main photo on Avisio page:

I need to remove a link to gallery from the main photo showed above.
In general, after clicking on the photo, nothing shall happen.
Regards,
VoodooPL
Hi guys,
Here is an attachment indicating the main photo on Avisio page:

I need to remove a link to gallery from the main photo showed above.
In general, after clicking on the photo, nothing shall happen.
Regards,
VoodooPL
Hey,
open up single.php and search for following code:
$big_prev_image = kriesi_post_thumb($post->ID, array('size'=> array('L'),
'wh' => $k_option['custom']['imgSize']['L'],
'display_link' => array('lightbox'),
'linkurl' => array ('XL','_preview_big')
));
Replace it with:
$big_prev_image = kriesi_post_thumb($post->ID, array('size'=> array('L'),
'wh' => $k_option['custom']['imgSize']['L'],
'display_link' => none,
'linkurl' => none
));Hey Dude,
Thanks for answer, but please take a look at Your last message, You adviced me to replace the code with the same one.
Probably a mistake during CTRL+C ;-)
Still waiting for instruction, thanks in advance !!!
Hey,
no - it's not the same - scroll to the right. 'display_link' and 'link_url' changed :)
You must log in to post.