Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
August 30, 20186 yr Hi again. Would it be possible in a future update to add a slider? Maybe an option to have slider in place of header faces? Also, I'm not sure if it's bugs or just my site that wont work correctly but trending bar and footer are not showing. Theme colors are not changing on front page even if changed and saved in theme options. Edited August 30, 20186 yr by OldAssGeek
August 31, 20186 yr Author On 8/30/2018 at 10:36 PM, OldAssGeek said: Hi again. Would it be possible in a future update to add a slider? Maybe an option to have slider in place of header faces? Also, I'm not sure if it's bugs or just my site that wont work correctly but trending bar and footer are not showing. Theme colors are not changing on front page even if changed and saved in theme options. Hello 1. Sure: What would be better, Slider from theme setting or from Pages? 2. I would need admin access to check (privately) Let me know Edited August 31, 20186 yr by Heosforo
August 31, 20186 yr On 8/31/2018 at 2:08 AM, Heosforo said: Hello 1. Sure: What would be better, Slider from theme setting or from Pages? Awesome. I think from theme settings would be best. Pages would just be confusing for some i think. Better to have theme settings in one place. Either custom slides or pull from applications featured content works for me. Maybe both? PM sent.
September 6, 20186 yr Hi, I really like the look of this theme (well done) and trying it out on a new site. I have applied this code to increase the logo as recommended in custom.css #elLogo img { width: 389px; height: 132px; } However on a mobile it is not resizing down but getting squashed thin What else would I need to add so it displays ok on mobile? Edited September 6, 20186 yr by Unlucky
September 6, 20186 yr Author Hello @Unlucky Thanks For mobile you'll need to search in custom.css, this: #elLogo img { width: 100%; height: 42px; margin: 0; } You probably would need to add "max-width" also to replace the default css. Let me know if that helps.
September 6, 20186 yr On 9/6/2018 at 8:56 AM, Heosforo said: Let me know if that helps. Thank you yes it helped
September 8, 20186 yr Author Hello @beats23 In your custom.css find: .ipsNavBar_secondary > li > a { opacity: 0.5; padding: 4px 25px; border-bottom: 0px solid transparent; text-transform: uppercase; font-size: 10px; color: #ffffff; font-family: 'Raleway', sans-serif; font-weight: bold; } Replace with this: .ipsNavBar_secondary > li > a { opacity: 1; padding: 4px 25px; border-bottom: 0px solid transparent; text-transform: uppercase; font-size: 10px; color: #ffffff; font-family: 'Raleway', sans-serif; font-weight: bold; } I think you meant this, let me know 👍
September 8, 20186 yr On 9/8/2018 at 3:03 PM, Heosforo said: Hello @beats23 In your custom.css find: .ipsNavBar_secondary > li > a { opacity: 0.5; padding: 4px 25px; border-bottom: 0px solid transparent; text-transform: uppercase; font-size: 10px; color: #ffffff; font-family: 'Raleway', sans-serif; font-weight: bold; } Replace with this: .ipsNavBar_secondary > li > a { opacity: 1; padding: 4px 25px; border-bottom: 0px solid transparent; text-transform: uppercase; font-size: 10px; color: #ffffff; font-family: 'Raleway', sans-serif; font-weight: bold; } I think you meant this, let me know 👍 Thanks.
September 14, 20186 yr Author On 9/14/2018 at 3:09 AM, beats23 said: Hi, How do I get the avatar effect to show? Thanks It should appear by default, I can take a look if you want. Let me know.
September 14, 20186 yr Hi, How do I get the avatar effect to show? Thanks I don't have a live site yet. I'm on localhost. Maybe its because I haven't populated an area with posts yet. Can you tell me where those comments are posted for it to show?
September 14, 20186 yr Author @beats23 Sorry, I had misunderstood your question. That part is a block (Top forum posts). Please see: Mind doc Let me know if you need help.
September 18, 20186 yr I'm getting a notice that it is not compatible with the latest version of IPS.
September 18, 20186 yr Author Hello @CheersnGears Please download it again. I have updated that templates. If this continues just skip it.
September 19, 20186 yr I'm a big fan of the Mind theme - enjoy it a lot. 🙂 I'm getting an error with the latest 4.3.6 upgrade: Incompatible Theme Mind 2.1.0.2 core → front → global → siteSocialProfiles core → front → global → userBar Edited September 19, 20186 yr by niteshad
September 19, 20186 yr Author Hello @niteshad Thanks Those templates has already been updated, so please just skip/overwrite that step.
September 19, 20186 yr Hello! I just noticed that I have an upgrade notice from invision, however, it says that it modifies some of the CSS and other parts of the theme. Is it safe to upgrade?
September 19, 20186 yr I just did the upgrade with the latest Mind download to 4.3.6 and it worked! thanks!
September 25, 20186 yr Hi @Heosforo, is it possible to add a background photo to the Mind header, similar to the Chocolate theme, If so can you tell me how? Thanks.
September 25, 20186 yr Author Theme updated - Added background image to "Site welcome" block. (opacity as well) - Option to remove particles See image: Edited September 25, 20186 yr by Heosforo