This topic has 9 replies, 4 voices, and was last updated 12 years, 3 months ago by boomcar69.
Viewing 10 posts - 1 through 10 (of 10 total)
Hi,
When a visitor rollovers a thumbnail from the albums/videos page, a circle appears over the thumbnail to make it clickable and the thumbnail itself sort of turns clear. Is it possible to remove this? I would like the thumbnail to stay it’s current color (no opacity) and maybe make the entire thumbnail clickable?
Can you give me the WordPress login here and can you provide me the URL so that i can make changes. Please make sure you set this post as private reply.
Regards,
Wajid Khan
I have made changes on your theme please take a look on it and let me know is there anything else to assist you.
Regatds,
Wajid Khan
For future reference you can do this video and album page template.
For Video : Find This
'. atp_resize( $post->ID, '', $width, $height, '', '' ) .'';
echo '';
?>
For Video : Replace This
'. atp_resize( $post->ID, '', $width, $height, '', '' ) .'';
?>
For Album : Find This
'. atp_resize( $post->ID, '', $width, $height, '', '' ) .'';
echo '';
?>
For Album : Replace This
'. atp_resize( $post->ID, '', $width, $height, '', '' ) .'';
?>
I there anything i can assist you.
Regards,
Wjid Khan
Hello;
Hopefully you dont mind if i open this thread agaian.
I Wish to do the same as described above but for some reason it isn’t working for me.
I Noticed that i have a lil difference in my video template…
<?php
echo ‘<figure>’. atp_resize( $post->ID, ”, $width, $height, ”, $img_alt_title ) .'</figure>’;
In the example above in other post i see no closing </figure> tag and in my script i see there is.
Could this be the reason why it doesnt work?
Thanks
Viewing 10 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic.