Multiple Ads Not Displaying
-
Hi,
When multiple ads are requested to display on my system, only one is shown.
I have fixed this by altering a section of code in widget.php, line 23:
Original:
if ($render !== '' && is_int($render)) $code .= ' render="'.$render.'"';
Working:
`if ($render !== ” && is_numeric($render)) $code .= ‘ render=”‘.$render.'”‘;’Don’t know if this is something others are having issues with, but after each update, I must edit this line… perhaps the change could be added to your code?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Multiple Ads Not Displaying’ is closed to new replies.