Jump to content

Magnum Theme [ support topic ]


TAMAN

Recommended Posts

Posted

Hi,

OK thanks.

Just bought it and have 1 quick question

Is there any easy way to hide / remove the create menu ?

I can buy kitchen sink to do this but if can do it via your theme that would save me some money

Reason is our site is club based only and I only want people to be able to create new content in clubs only

Posted (edited)

No need any plugin for that

just a simple css to hide :) 

#elUserNav>#cCreate{display: none}

 

Edited by TAMAN
Posted
5 minutes ago, TAMAN said:

No need any plugin for that

just a simple css to hide :) 


#elUserNav>#cCreate{display: none}

 

Brilliant that is fantastic thank you

Did you know that there is no exclude option to exclude the slider from the calendar

Posted
4 minutes ago, Unlucky said:

Brilliant that is fantastic thank you

Did you know that there is no exclude option to exclude the slider from the calendar

I have added only a few pages to exclude the slider

but i will expand it in new updates :) 

Posted (edited)
2 minutes ago, Unlucky said:

no problem will only use it for guests

Really like this theme BTW - well done

You're welcome :) 

If you like it, then a quick rating is appreciated :p 

 

Cheers

Edited by TAMAN
Posted
44 minutes ago, kmk said:

Sorry, now appear the error too with defauld theme....4.2 bug?

39 minutes ago, kmk said:

update, desappear error when disable Classifieds app

You should report to the author, not here mate :hairy:

 

Posted
9 minutes ago, ntrivilino@alice.it said:

in the browser Edge the background image below don't appear (no problem with Chrome or Forefox)

I will fix that soon :) 

thanks

 

3 minutes ago, ntrivilino@alice.it said:
  • mark forum read don't work

Sorry, This has nothing to do with themes, 

Posted

I'm considering purchasing this when I upgrade to 4.2. Does/Can the news ticker pull from a RSS feed?  Also, currently my forum is a red/blue theme is it possible to make this theme that color as well?

Posted
47 minutes ago, Volstate said:

Does/Can the news ticker pull from a RSS feed?

Yes, Instead using a pages database feed block, you can create an RSS import block, only the template requires a a little edit to delete unnecessary elements, not even hard but i can help ;) 

49 minutes ago, Volstate said:

currently my forum is a red/blue theme is it possible to make this theme that color as well?

Colors are completely customizable with settings :) you can change colors however you want

Posted

After upgrading to 4.2 (both IPB and magnum theme) I lost all navigation icons. Is there any change made?. Im using same code on custom.css 


.ipsNavBar_primary > ul > li[data-navTitle="FORO"] > a:before {
    content: "\f086"!important;
}


.ipsNavBar_primary > ul > li[data-navTitle="ACTIVIDAD"] > a:before {
    content: "\f0e7"!important;
}

.ipsNavBar_primary > ul > li[data-navTitle="STORE"] > a:before {
    content: "\f290"!important;
}

.ipsNavBar_primary > ul > li[data-navTitle="GRUPOS"] > a:before {
    content: "\f0c0"!important;
}

.ipsNavBar_primary > ul > li[data-navTitle="CROWDFUNDING"] > a:before {
    content: "\f0c0"!important;
}
 

Posted (edited)

You need to use it like this now

.ipsNavBar_primary > ul > li#elNavSecondary_1 > a:before {
    content: "\f0c0";
}

where the elNavSecondary_1 is the menu element id number

elNavSecondary_1

elNavSecondary_2

elNavSecondary_3 

Edited by TAMAN
Posted
6 minutes ago, TAMAN said:

You need to use it like this now


.ipsNavBar_primary > ul > li#elNavSecondary_1 > a:before {
    content: "\f0c0";
}

where the elNavSecondary_1 is the menu element id number

elNavSecondary_1

elNavSecondary_2

elNavSecondary_3 

it worked after I made a minor changes in the code you provided. thanks!

.ipsNavBar_primary > ul > li#elNavSecondary_1 > a:before {
    content: "\f086"!important;
}

Posted

I dont understand, only 2 icons show up after writing this: 

.ipsNavBar_primary > ul > li#elNavSecondary_1 > a:before {
    content: "\f086"!important;
}

.ipsNavBar_primary > ul > li#elNavSecondary_2 > a:before {
    content: "\f0e7"!important;
}


.ipsNavBar_primary > ul > li#elNavSecondary_3 > a:before {
    content: "\f290"!important;
}

.ipsNavBar_primary > ul > li#elNavSecondary_4 > a:before {
    content: "\f0c0"!important;
}


.ipsNavBar_primary > ul > li#elNavSecondary_5 > a:before {
    content: "\f086"!important;
}

Posted
5 minutes ago, SammyS said:

I dont understand, only 2 icons show up after writing this: 

.ipsNavBar_primary > ul > li#elNavSecondary_1 > a:before {
    content: "\f086"!important;
}

.ipsNavBar_primary > ul > li#elNavSecondary_2 > a:before {
    content: "\f0e7"!important;
}


.ipsNavBar_primary > ul > li#elNavSecondary_3 > a:before {
    content: "\f290"!important;
}

.ipsNavBar_primary > ul > li#elNavSecondary_4 > a:before {
    content: "\f0c0"!important;
}


.ipsNavBar_primary > ul > li#elNavSecondary_5 > a:before {
    content: "\f086"!important;
}

what i meant is the elNavSecondary_1-2-3-4 is that it is your menu element id, you cant order the number by 1-2-3-4 and hope to chnage menus 

you need to know the menu element number by browsing your menu elements in browser 

hit F12 on any browser and then navigate to your menus and check the menu numbers

Posted (edited)
5 hours ago, TAMAN said:

what i meant is the elNavSecondary_1-2-3-4 is that it is your menu element id, you cant order the number by 1-2-3-4 and hope to chnage menus 

you need to know the menu element number by browsing your menu elements in browser 

hit F12 on any browser and then navigate to your menus and check the menu numbers

Sory man, I cant see any number on this. Will try tomorrow

5978238a1c3ff_RegionCapture.thumb.jpg.ef93094bad1f394f3fbf15edefd9e8b8.jpg

Edited by SammyS
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...