Hi, thank you for your reply. I used this tutorial of yours but the problem is featured image in wordpress does not allow me to have html access to my theme to put in the piece of code
<a href="big.jpg" class="MagicZoomPlus"><img src="small.jpg"/></a>
As described in your support pages
Any help would be greatly appreciated
Thanks
I’ve got a feeling it’s something to do with the below code? Is that correct? This is from wp-admin/theme-editor.php?file=single-tcp_saleable.php&theme=boot-store`$imageFull = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), ‘full’ );
if ( function_exists( ‘magictoolbox_WordPress_MagicZoomPlus_init’ ) ) { ?>
<a class=”MagicZoomPlus” id=”MagicZoom-single-product” href=”<?php echo $imageFull[0]; ?>”>
<?php $image = the_post_thumbnail( null, $image_size_content );`