Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
July 20, 20177 yr 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
July 20, 20177 yr Author No need any plugin for that just a simple css to hide #elUserNav>#cCreate{display: none} Edited July 20, 20177 yr by TAMAN
July 20, 20177 yr 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
July 20, 20177 yr Author 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
July 20, 20177 yr Author 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 Cheers Edited July 20, 20177 yr by TAMAN
July 22, 20177 yr Author 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
July 22, 20177 yr little bugs: mark forum read don't work in the browser Edge the background image below don't appear (no problem with Chrome or Forefox)
July 22, 20177 yr Author 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,
July 24, 20177 yr 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?
July 24, 20177 yr Author 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
July 25, 20177 yr 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; }
July 25, 20177 yr Author 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 July 25, 20177 yr by TAMAN
July 25, 20177 yr 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; }
July 25, 20177 yr 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; }
July 25, 20177 yr Author 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
July 26, 20177 yr 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 Edited July 26, 20177 yr by SammyS