Jump to content

Magnum Theme [ support topic ]


Recommended Posts

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

Link to comment
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 :) 

Link to comment
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
Link to comment
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, 

Link to comment
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

Link to comment

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;
}
 

Link to comment

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
Link to comment
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;
}

Link to comment

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;
}

Link to comment
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

Link to comment
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
Link to comment
  • Recently Browsing   0 members

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