Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • James Weston Friend
    #177615

    Hi Guys,

    Is it possible to duplicate the two Billboard Banners at the bottom of the page so i end up with 4 instead of 2?

    Jim

    Stork11 Friend
    #455324

    <em>@origomedia 322486 wrote:</em><blockquote>Hi Guys,

    Is it possible to duplicate the two Billboard Banners at the bottom of the page so i end up with 4 instead of 2?

    Jim</blockquote>
    Hello origomedia,

    You can go to module manager in back-end. Then duplicate JA Slideshow module (e.g. Static adv1).

    After that, edit module class suffix (e.g. “_sadv1” to “_sadv3”) and change image folder to another (e.g. images/stories/adv3).

    Next, open “templatesja_eventscsstemplates.css” file, then edit some style as below. Please pay attention to class of div tag “div.moduletable_sadv3”

    #ja-bot-banner div.moduletable_sadv1,
    #ja-bot-banner div.moduletable_sadv2,
    #ja-bot-banner div.moduletable_sadv3 {
    background: url(../images/bbroad-bg.png) no-repeat 0px 0px;
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 177px;
    height: 140px;
    }

    #ja-bot-banner div.moduletable_sadv2 { left: 45%; }

    #ja-bot-banner div.moduletable_sadv3 { left: 60%; }

    #ja-bot-banner div.moduletable_sadv1 div.ja-box-ct,
    #ja-bot-banner div.moduletable_sadv2 div.ja-box-ct,
    #ja-bot-banner div.moduletable_sadv3 div.ja-box-ct {
    padding: 20px 10px;
    }

    Do the same as above if you would like to create new “board”.

    Best regards.

    P.S: Thanks guys for buzzing us up. Please note that we’ll be temporary away from May 30th, 2012 and back to work on June 4th, 2012. During this time, the ticket system will also be unattended, but no worry, we’ll be back and sort out your maze on Monday!

    James Weston Friend
    #455436

    Thanks Stork. Great solution.

    One problem. If I add more boards what do I need to set the following settings at?

    #ja-bot-banner div.moduletable_sadv2 { left: 45%; }

    #ja-bot-banner div.moduletable_sadv3 { left: 60%; }

    When I added a number 4 and then tried to change the % figure I ended up losing a couple of the boards.

    Cheers Jim

    Stork11 Friend
    #455798

    <em>@origomedia 322805 wrote:</em><blockquote>Thanks Stork. Great solution.

    One problem. If I add more boards what do I need to set the following settings at?

    #ja-bot-banner div.moduletable_sadv2 { left: 45%; }

    #ja-bot-banner div.moduletable_sadv3 { left: 60%; }

    When I added a number 4 and then tried to change the % figure I ended up losing a couple of the boards.

    Cheers Jim</blockquote>
    Hello origomedia,

    You should duplicate one more JA Slideshow module and edit its suffix to “_sadv4”. Then change the site style as below:

    #ja-bot-banner div.moduletable_sadv1,
    #ja-bot-banner div.moduletable_sadv2,
    #ja-bot-banner div.moduletable_sadv3,
    #ja-bot-banner div.moduletable_sadv4 {
    background: url(../images/bbroad-bg.png) no-repeat 0px 0px;
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 177px;
    height: 140px;
    }

    #ja-bot-banner div.moduletable_sadv2 { left: 34%; }

    #ja-bot-banner div.moduletable_sadv3 { left: 33%; }

    #ja-bot-banner div.moduletable_sadv4 { left: 33%; }

    #ja-bot-banner div.moduletable_sadv1 div.ja-box-ct,
    #ja-bot-banner div.moduletable_sadv2 div.ja-box-ct,
    #ja-bot-banner div.moduletable_sadv3 div.ja-box-ct,
    #ja-bot-banner div.moduletable_sadv4 div.ja-box-ct {
    padding: 20px 10px;
    }

    You can change left position of module to whatever you wanna on your site.

    Best regards.

    James Weston Friend
    #455999

    Thanks. Worked like a charm. Made a few minor adjustments to left position and all is good now.

    Jim

    James Weston Friend
    #456079

    Whoops spoke to soon. All good on the website but they are all closed up together when you look at the site on an iPad. Will need to play around again with the %’s I guess.

    Jim

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  James Weston 12 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum