Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • Tech-xml Friend
    #205289

    I made the settings of Countdown, however it does not appear in Bar

    Ninja Lead Moderator
    #565897

    I changed the configuration directly in JA Promo Bar

    Now, you can see it’s working fine on your site.


    1. Screen-Shot-2015-04-06-at-16.48.18
    Tech-xml Friend
    #565930

    Thanks Solved

    Tech-xml Friend
    #566003

    @ninja Lead sorry, had not noticed another problem
    Promoting bar is covering all the main menu, is possible places it above the main menu?

    Ninja Lead Moderator
    #566033

    I just added new position on in templates/uber/tpls/blocks/header.php file with tweak


    <?php if ($this->countModules('new-position')) : ?>
    <section id="new-section">
    <div class="container">
    <div class="row">
    <div class="span12">
    <jdoc:include type="modules" name="new-position" style="raw" />
    </div>
    </div>
    </div>
    </section>
    <?php endif ?>

    and assign JA Promo Bar module with “new-position” position

    Now, you can see the main menu is showing on your site.


    1. Screen-Shot-2015-04-07-at-11.35.28
    Tech-xml Friend
    #566159

    @ninja Lead I test the FF and Chrome browsers, the problem remains. Especially when using the scroll bar to the end of the page.

    Ninja Lead Moderator
    #566302

    I added the custom in JA Promo Bar module, you can find and see it

    Open the modules/mod_japromobar/tmpl/default.php file


    $('#ja-promo-bar-<?php echo $module->id?> .icon-toogle').click(function() {
    if(getCookie('ja_promo_bar_<?php echo $module->id?>')=='opened') {
    jaClosePromoBar();
    } else {
    jaOpenPromoBar();
    }
    });

    to


    $('#ja-promo-bar-<?php echo $module->id?> .icon-toogle').click(function() {
    if(getCookie('ja_promo_bar_<?php echo $module->id?>')=='opened') {
    $('.t3-header').animate({'top': 0}, 'slow');
    jaClosePromoBar();
    } else {
    $('.t3-header').animate({'top': 57}, 'slow');
    jaOpenPromoBar();
    }
    });

    You can check it again, let me know if it helps

    Tech-xml Friend
    #566329

    Solved, Thanks

    Tech-xml Friend
    #566967

    @ninja Lead – After a week working on the site, I have been noticing that the promotion bar does not behave very well. Whenever I open the site features a very sharp vertical expa?o between the menu and the bar after a few seconds normalizes. I see on other sites (including Joomlart) using the bar it does not. Is there a way to fix this?

    Tech-xml Friend
    #567146

    @ninja Lead – another problem

    Published ACM-BAR and the main menu no longer appears. Please see what’s going on

    Ninja Lead Moderator
    #567154

    <em>@insofticursos 468828 wrote:</em><blockquote>@Ninja Lead – another problem

    Published ACM-BAR and the main menu no longer appears. Please see what’s going on</blockquote>

    It would be great if you can include an illustrated screenshot and descriptionof what you are trying to achieve, It would help to understand the issues and give you specific answers.

    Tech-xml Friend
    #567236

    There are two problems

    1 – space between the main menu and the bar when the site is loaded
    2 – When the ACM-BAR module is active in the main menu bar does not appear

    View attachments


    1. bar1
    2. bar2
    Ninja Lead Moderator
    #567373

    Have you fixed it? I checked on your site and saw it’s fixed as well.

    Tech-xml Friend
    #567429

    @ninja Lead – The two problems are not resolved. I’m using Google Chrome.
    Visit the beginning page, and then the link I spent in access.

    Ninja Lead Moderator
    #567583

    <em>@insofticursos 469167 wrote:</em><blockquote>@Ninja Lead – The two problems are not resolved. I’m using Google Chrome.
    Visit the beginning page, and then the link I spent in access.</blockquote>

    I fixed the problem on JA Promo Bar module directly on your site.

    About Modelo Barra de eneder?o TOP module (with acm-header position) if you assign the module under acm-header position, you will see the logo and menu bar was hidden in this case, see the screenshot


    1. Screen-Shot-2015-04-20-at-14.49.47
Viewing 15 posts - 1 through 15 (of 20 total)

This topic contains 20 replies, has 2 voices, and was last updated by  Tech-xml 8 years, 5 months ago.

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