Ads size

Posted in: Newspaper
Post count: 21

Hello,

How to add new size of Ads in dropdown lists? (Newspaper->Theme Panel->Ads->Header Ad(example)->Advance Usage->AdSense Size)

Post count: 6535

Hi

To achieve that you need to edit td_panel_generator.php file and add a new array in $google_ad_sizes array: http://screencast.com/t/qJeSYOuK
This is a basic example:

array('text' => 'width x height' , 'val' => 'width x height'),

Thanks!

Post count: 21

Ok, thx! Solved!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.