Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Unlucky Posted July 20, 2017 Posted July 20, 2017 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
TAMAN Posted July 20, 2017 Author Posted July 20, 2017 (edited) No need any plugin for that just a simple css to hide #elUserNav>#cCreate{display: none} Edited July 20, 2017 by TAMAN
Unlucky Posted July 20, 2017 Posted July 20, 2017 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
TAMAN Posted July 20, 2017 Author Posted July 20, 2017 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
Unlucky Posted July 20, 2017 Posted July 20, 2017 no problem will only use it for guests Really like this theme BTW - well done
TAMAN Posted July 20, 2017 Author Posted July 20, 2017 (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 Cheers Edited July 20, 2017 by TAMAN
kmk Posted July 21, 2017 Posted July 21, 2017 Hello, I need change the color, can you tell me which name is?
TAMAN Posted July 21, 2017 Author Posted July 21, 2017 This is links colors link and link hover color in "Text" tab
kmk Posted July 22, 2017 Posted July 22, 2017 Sorry, now appear the error too with defauld theme....4.2 bug?
TAMAN Posted July 22, 2017 Author Posted July 22, 2017 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
ntrivilino@alice.it Posted July 22, 2017 Posted July 22, 2017 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)
TAMAN Posted July 22, 2017 Author Posted July 22, 2017 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,
Volstate Posted July 24, 2017 Posted July 24, 2017 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?
TAMAN Posted July 24, 2017 Author Posted July 24, 2017 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 Volstate 1
SammyS Posted July 25, 2017 Posted July 25, 2017 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; }
TAMAN Posted July 25, 2017 Author Posted July 25, 2017 (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 July 25, 2017 by TAMAN SammyS 1
SammyS Posted July 25, 2017 Posted July 25, 2017 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; }
SammyS Posted July 25, 2017 Posted July 25, 2017 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; }
TAMAN Posted July 25, 2017 Author Posted July 25, 2017 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
SammyS Posted July 26, 2017 Posted July 26, 2017 (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 Edited July 26, 2017 by SammyS
TAMAN Posted July 26, 2017 Author Posted July 26, 2017 you need to press F12 in your browser and then navigate to menu elements
lferezy4 Posted July 28, 2017 Posted July 28, 2017 Any chance you can add a option to have more then 5 sliders?? LiquidFractal 1
Recommended Posts