How to disable 125x125 ads by default
Hi,
I wanted to use an old plugin that I have to show 300x100 ads, instead of 125x125 ads (default by Classipress).
I've changed CSS and code to show 300x100 ads, but once I update classipress everything's back to default (so I have to update CSS and code again). I'm looking for using another plugin, but I have an error when I activate it. It says:
Fatal error: Cannot redeclare widget_cfac() (previously declared in /home/despacho/public_html/
wp-content/mu-plugins/ubd-block-ad.php:73) in /home/despacho/public_html/
wp-content/mu-plugins/ubd-block-ad.php on line 73
And this is what's on line 73:
function widget_cfac($args) {
extract($args);
echo $before_widget;
echo( $before_title . $after_title );
affiliate_code_link();
echo( $after_widget );
}
Don't understand the error.
Is there any way to "disable" default 125x125 ads functionality in classipress so I can activate my plugin???
Thanks in advance.