-
AuthorPosts
-
cityrumors Friend
cityrumors
- Join date:
- October 2013
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
November 22, 2013 at 3:57 pm #192476Hi,
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!!!
- Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 23, 2013 at 7:14 am #513236With 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 user says Thank You to Ninja Lead for this useful post
cityrumors Friendcityrumors
- Join date:
- October 2013
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
November 25, 2013 at 1:30 pm #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!!!!!
December 5, 2013 at 2:40 am #514377when u guys gonna release for joomla 3.2?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
AuthorPostsViewing 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
Jump to forum