Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • jamjodesign Friend
    #198202

    Hi there, I am having a few issues with the JA Promo Bar since updating Purity III and also Joomla to V3.3 Basically the settings push page down and the transparency of the sticky menu does not work? Also the time and date is off by exactly 1 week. Also the button does not link correctly. Not sure if this is a joomla 3.3 bug or a JA Promo Bar bug when it comes to the styling of it. Can you please take a look as right now the JA Promo simply hides the main menu and also its actually not working when someone clicks on the button. Thanks in advance.


    1. promo
    jamjodesign Friend
    #536942

    I did not notice this at first but also the timing is completely off in this countdown area. Maybe I am missing something simple but as you can see in the screenshot above in the first post here it says 1 week 10 days and 38mins 19 seconds which of course makes no sense to be honest. It should say 2 weeks 3 days of course!!! 1 week and 10 days is pretty confusing to people 🙂

    Ninja Lead Moderator
    #536947

    I just checked directly on your site and see JA Promo Bar module configuration is fine. I also try to check on our dev environment, but I could not see the problem.

    Regarding the time to show on this module, you need to check the real time of your server as it gets server time.

    jamjodesign Friend
    #537205

    Can I ask how “1 week” 10 days 38mins 10 seconds is fine? I know my server time can be off by an hour but why the 1 week and 10 days. Should it not say 2 weeks and 3 days or am I missing something here. Also you did not check the PUSH PAGE DOWN option as this most definitely does not work. So as at the start I am still none the wiser here on this. :((

    whitewizard Friend
    #537253

    I have the same problem that you show in the image.

    jamjodesign Friend
    #537256

    glad to know im not alone here. Hopefully a fix will happen soon. I run joomla 3.3 and t3 v2.2 which I believe is the latest and latest version of JA Purity III and definitely a bug here somewhere as its not just configuration error but as I described 1 week and 10 days is not something you say to anybody so the bug is pretty clear.

    Ninja Lead Moderator
    #537371

    <em>@jamjodesign 430012 wrote:</em><blockquote>glad to know im not alone here. Hopefully a fix will happen soon. I run joomla 3.3 and t3 v2.2 which I believe is the latest and latest version of JA Purity III and definitely a bug here somewhere as its not just configuration error but as I described 1 week and 10 days is not something you say to anybody so the bug is pretty clear.</blockquote>

    This is not bug, I found the problem from setting in JA Promotion Bar module on your site, I have changed the Displaying Format option

    from

    %w weeks %D days %H:%M:%S

    to

    %w weeks %d days %H:%M:%S

    Please check it again, let me know if it helps

    whitewizard Friend
    #537706

    I still have the problem I have the time showing disabled.

    The bar is displayed before the megamenu not moved downwardly (same as attached image in first post from jamjodesign. :((

    jamjodesign Friend
    #537714

    I too have the issue remaining that the PUSH PAGE DOWN option in the configuration settings does not work? Basically the promo bar sits right on top of the megamenu at the top and does not push it down? Any ideas on a fix for this.

    Ninja Lead Moderator
    #537835

    @jamjodesign: Your site is down, please check it and let me know it’s available. About your request, you can include a screenshot of what you are trying to do. I will help you check further.

    @whitewizard: If you want the megamenu roll-down with the promotion you have to customize much and it’s out of JA support scope

    whitewizard Friend
    #537849

    Aps, I thought that it is a feature of the bar as in your website template. If not, no problem.

    Regards.

    jamjodesign Friend
    #537945

    The plugin has a feature in it called Push Page Down and this feature does not work with Purity III or JA Appollio. If not then fine but it makes the plugin not very useful to be honest as it hides the entire top menu in any of the bootstrap themes you have. :((

    Ninja Lead Moderator
    #537956

    <blockquote>Push Page Down</blockquote>

    Actually, on our http://joomlart.com site, we have customised the “Push Page Down” a bit compared to the JA Promotion Bar module.

    I have forwarded your request to our development team here. Anyway, I am afraid for not being in the position to confirm on updating this feature.

    jamjodesign Friend
    #538236

    I look forward to the update on this module. I know you say the joomlart is slightly different but right now this feature has no purpose unfortunately as it simply hides the entire menu so I do look forward to it working like the joomlart site. Please update us when fix is in place. Thanks

    Ninja Lead Moderator
    #538302

    @jamjodesign: You can try to apply this tweak.
    Open the modules/mod_japromobar/tmpl/default.php file,

    Change

    $('#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') {
    jQuery('#t3-mainnav').animate({'top': 0}, 'slow');
    jaClosePromoBar();
    } else {
    jQuery('#t3-mainnav').animate({'top': 43}, 'slow');
    jaOpenPromoBar();
    }
    });

    Let me know if it helps.

Viewing 15 posts - 1 through 15 (of 19 total)

This topic contains 18 replies, has 4 voices, and was last updated by  jamjodesign 10 years, 1 month ago.

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