Image linking wrong
-
Hello,
i want to report a Bug (i think it is one). In my Case the Images are all link to
https://albes.lu/cr3ativsponsor/sponsorname/But when i select “show the sponsor name”, the Name it self is linked correctly to the website.
Same issue via widget and shortcode.
Any thoughts how to fix this?I allready checked some Code, but i dont get it, where is the differance or the Error ? o_O
if( $image == 'yes' ) { if( $link == 'yes' ) { $output .= '<a href="'.$temp_sponsorurl.'" target="_blank"><div class="cr3_sponsor_image">'.$temp_image.'</div></a>'; ;} else { $output .= '<div class="cr3_sponsor_image">'.$temp_image.'</div>'; ;} ;} if( $title == 'yes' ) { if( $link == 'yes' ) { $output .= '<h2 class="cr3_sponsorname"><a href="'.$temp_sponsorurl.'" target="_blank">'.$temp_title.'</a></h2>'; ;} else { $output .= '<h2 class="cr3_sponsorname">'.$temp_title.'</h2>'; ;} ;}
- This topic was modified 7 years, 5 months ago by .
- This topic was modified 7 years, 5 months ago by .
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Image linking wrong’ is closed to new replies.