Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • jamjodesign Friend
    #198193

    Hi there, I am using joomla 3.3 and t3 v2.2.0 and on my megamenu there are no glyphicons showing from bootstrap. They do indeed show up in the backend under the megamenu configuration area just not working on the frontend for whatever reason. Is there an issue with the latest joomla 3.3 release and t3?

    jamjodesign Friend
    #536941

    Just a quick update I have tried to compile less to css again and still nothing showing on the menu and also as I say in the backend under the megamenu all looks fine with icons showing, just not reflected in the frontend.

    jamjodesign Friend
    #537051

    I think this issue can be put down to caching because all is now resolved on this front. Also what is noticeable is that the moment I unpublished the JA Promo module all starting working on the menu element. I believe the JA Promo module may have a few bugs in it somewhere. Hopefully this helps others here, try with and without the JA Promo extension to get the icons to show on the menu itself. Thanks

    Nazario A Friend
    #537148

    @jamjodesign,

    Glad that you figure it out on the menu issue.

    Regarding the bug of JA Promo Bar module, could you explain in more detail?

    You might want to have a look at this guide the userguide to configure this module.

    jamjodesign Friend
    #537208

    The bug on JA Promo is a weird one. First things is the Push Page down option simply does not work at all on JA Purity III – even with this on it covers the entire top menu of JA Purity and looks bad as a result. So that is the first issue.

    A bigger issue is that the time is literally completely off. When I say completely off I mean it does not even make sense, its not just wrong, it just does not make sense. It says 1 weeks 10 days and 38mins etc. Now of course this is wrong anways as it should read only a few days as this is what I set in the date area. However why would it ever say 1 weeks and 10 days, obviosuly this should say 2 weeks and 3 days!!!! which is what the world out there is used to 😀 so right now its all confused. I do not mind the time being wrong as I know its connected to the server clock – but right now as I say its not just wrong, it makes no sense, it should either say 17 days or say 2 weeks and 3 days – never 1 week and 10 days!!! maybe its something I am doing wrong here? Any help much appreciated. :-[

    Nazario A Friend
    #537351

    @jamjodesign,

    <blockquote>A bigger issue is that the time is literally completely off. When I say completely off I mean it does not even make sense, its not just wrong, it just does not make sense. It says 1 weeks 10 days and 38mins etc. Now of course this is wrong anways as it should read only a few days as this is what I set in the date area. However why would it ever say 1 weeks and 10 days, obviosuly this should say 2 weeks and 3 days!!!! which is what the world out there is used to so right now its all confused. I do not mind the time being wrong as I know its connected to the server clock – but right now as I say its not just wrong, it makes no sense, it should either say 17 days or say 2 weeks and 3 days – never 1 week and 10 days!!! maybe its something I am doing wrong here? Any help much appreciated. </blockquote>

    This is not bug. You can configure the format of date in file: /modules/mod_japromobar/tmpl/default.php. Find and replace this code:

    $countdown_format = $params->get('countdown_format', '%w weeks %D days %H:%M:%S');

    With:

    $countdown_format = $params->get('countdown_format', '%w weeks %d days %H:%M:%S');

    We just add this cofiguration in the userguide, you can refer at: http://www.joomlart.com/documentation/joomla-module/ja-promo-bar#countdown-setting

    <blockquote>The bug on JA Promo is a weird one. First things is the Push Page down option simply does not work at all on JA Purity III – even with this on it covers the entire top menu of JA Purity and looks bad as a result. So that is the first issue.</blockquote>

    Because as default, the menu is sticky on top that when you show JA Promo Bar module, it will cover the menu. Did you want this module show as this image ?

    If so, pls open file /templates/your_template_name/tpls/blocks/header.php then replace this code:

    <header id="t3-mainnav" class="wrap navbar navbar-default navbar-fixed-top t3-mainnav">

    With:

    <header id="t3-mainnav" class="wrap navbar navbar-default t3-mainnav">

    Remove the red text.

    Let me know if this helps


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

This topic contains 6 replies, has 2 voices, and was last updated by  Nazario A 10 years, 5 months ago.

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