Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • cityrumors Friend
    #192476

    Hi,
    I have noticed some problem after upgrading joomla, can you tell me if it depends on compatibility with Joomla 3.2 fubix (and so we have to wait for the updates of Fubix) or if I can solve problems by just making a few changes on the code?

    1. In frontend, in categoty page the Leading Articles are 4 and are seen out of right column, although in the admin panel are setting to 2… (http://weby.geminit.it/cr_new/index.php/teramo)

    2. The Module Articles Category (in fubix the default home page module: What’s trending now) in front end only show items of one category (http://weby.geminit.it/cr_new/), although in the admin panel i have set ALL CATEGORY

    3. I want ask you if i can show a module in the mega menu only for desktop device, and not not to show it on the menu for the mobile device.

    Sorry …. I was a bit long but I tried to be as clear as possible 🙂

    Thankyouuu!!!


    1. articles-manager-option
    2. mod-home-Articles-Category
    3. mod-in-menu
    Ninja Lead Moderator
    #513236

    With the problem 1, 2: I’m so sorry the problem on your site is because of JOOMLA 3.2 and you need to wait for the new version of JA Fubix template.

    <blockquote>3. I want ask you if i can show a module in the mega menu only for desktop device, and not not to show it on the menu for the mobile device.</blockquote>

    You can try to do with my suggestion

    + Go to Admin -> Extensions->Template Manager -> JA_Fubix – Default -> Megamenu configuration -> add new class into Extra Class

    + Create custom.css file Open template/ja_fubix/css/ folder

    Add new script

    @media (max-width: 767px) {
    .hide_mobile {
    display:none;
    }
    }


    1. Hidden_menu_mobile
    cityrumors Friend
    #513422

    <blockquote>Add new script
    Code:

    @media (max-width: 767px) {
    .hide_mobile {
    display:none;
    }
    }

    </blockquote>

    Hi Ninja Lead,
    your suggestion was good, I just had to add !Important; to css
    like this:

    display:none!important;
    and the module is now hide in a device 767px.

    For other problems we all wait for the next update of fubix.

    Tahnkyou!!!!!

    sani ahmad Friend
    #514377

    when u guys gonna release for joomla 3.2?

    Ninja Lead Moderator
    #514408

    <em>@sayasani 400616 wrote:</em><blockquote>when u guys gonna release for joomla 3.2?</blockquote>

    We have released 14 templates supporting J 3.2 last week here

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

This topic contains 5 replies, has 3 voices, and was last updated by  Ninja Lead 10 years, 11 months ago.

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