+ Reply to Thread
Results 1 to 5 of 5

Thread: Banner plugin remove height?

  1. #1
    Senior Member
    Join Date
    Aug 2014
    Posts
    106

    Banner plugin remove height?

    Hi,

    I want to use the Banner Ads plugin to insert text into my pages for SEO purposes.

    I do not want a fixed height for the banner. How can I disable the banner box height option?

    Many thanks

    Screenshot 2023-08-16 154442.jpg

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    Hello,

    I think you'd better use a simple html box (Content > Content Boxes) where you can set any size for your container via html editor

  3. #3
    Senior Member
    Join Date
    Aug 2014
    Posts
    106
    Hi Rudi,

    Thanks for your reply.

    That would be a lot easier option, but I need different content for each location. I have the Location Filter plugin installed.

    Can the content boxes be filtered by location? For example I want to show tourist information about Florida in the Florida locations / categories.

    Many thanks

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    Ok, go to plugins > banners > admin > banner_boxes.inc.php > after // check banner height remove this code:

    PHP Code:
    Only registered members can view the code

    then edit banners_box.tpl

    and replace:
    Code:
    Only registered members can view the code.
    with:
    Code:
    Only registered members can view the code.

  5. #5
    Senior Member
    Join Date
    Aug 2014
    Posts
    106
    Thanks Rudi for your help. That works great :-)

+ Reply to Thread