Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 28, 20222 yr This is the support topic for Sendo [Dark/White] Ideas about the template are also welcome. 🥰
February 2, 20222 yr Author ⭐1.0.1 What's New: Fixed the mobile version of the slider. The js script was corrected, it was embedded in the template.
February 3, 20222 yr Author ⭐1.0.2 What's New: 1. Added the ability to set icons in the menu. 2. Added the ability to change the position of icons in the menu (Option A - Top above the link) (Option B - On the left side of the link) 3. Added the ability to change the submenu setting (Option A - Sub menu under the main menu) (Option B - Submenu drop-down after hovering over the link in the menu)
February 14, 20222 yr Author ⭐1.0.3 What's New: Icons have been added to the department categories. The color of the support has been improved. Improved the appearance of the user panel in the header. A button has been added to quickly move to the top (It appears when you go down) The background under the slider has been improved. The notification icon has been improved. The icons in the menu have been supplemented. A new scrollbar design has been added to match the template. Widget icons for user profile have been supplemented. Icons have been added in the user menu.
April 14, 20222 yr Author ⭐1.0.4 What's New: Updated template to ips 4.6.11 ⭐1.0.5 What's New: The display of nicks in the layout of departments on the mobile version has been corrected. ⭐1.0.6 What's New: Updated template to ips 4.6.12
May 6, 20222 yr Author ⭐1.0.7 What's New: Fixed hiding arrows in the slider. Improved the icon when changing the template. Fixed the mobile version.
May 19, 20222 yr Some bug reporting: @CodeBite Syntax error that prevents certain plugins from working with this theme, already reported to dev: Try to edit the theme > core > front > global > globalTemplate Find <html lang="{expression="\IPS\Member::loggedIn()->language()->bcp47()"}" dir="{{if member.language()->isrtl}}rtl{{else}}ltr{{endif}}" {{if theme.sendo__color_on == '1'}}class='theme--{{if \IPS\Request::i()->cookie['userSendo_color'] == 'white'}}white{{elseif \IPS\Request::i()->cookie['userSendo_color'] == 'dark'}}dark{{else}}{theme="sendo__color_default"}{{endif}}{{else}}class='theme--{theme="sendo__color_default"}'{{endif}}'> Replace by {{$themeColor = \in_array( request.cookie['userSendo_color'], array( "dark", "white" ) ) ? request.cookie['userSendo_color'] : theme.sendo__color_default;}} <html lang="{expression="\IPS\Member::loggedIn()->language()->bcp47()"}" dir="{{if member.language()->isrtl}}rtl{{else}}ltr{{endif}}" {{if theme.sendo__color_on == '1'}}class='theme--{$themeColor}'{{endif}}> Menu bug that prevents icons from showing and menu from working with smaller resolutions/windows. (Note, icons work when in full size menu, just not in the "more" menu) On this version the secondary menus fail to open at all: Unsure if related to theme, or something with my server. But images intermittently fail to save or are reset when saving the theme. As seen above, my logo was cleared. This correlates with the theme options page bugging out and failing to display as a tab after a "save and reload" click as seen below: I have seen this reported in other themes, so I figured I'd include it here. It's a really nice theme, hoping some of these issues get sorted. Edited May 19, 20222 yr by kotaco
June 14, 20222 yr Love the theme but can we please have the option to move the search function to the nav bar or header bar to hjave on wasted space? Either the full version to the light blue header or a Search Icon on the nav or next to the Create button? Thanks, Matt
August 14, 20222 yr On 6/14/2022 at 10:07 PM, Madhouseau said: Love the theme but can we please have the option to move the search function to the nav bar or header bar to hjave on wasted space? Either the full version to the light blue header or a Search Icon on the nav or next to the Create button? Thanks, Matt Hi @CodeBite Is it possible to move the search function to one of the areas pointed out in the screencap? Thanks, Matt
August 16, 20222 yr I have a doubt for add icon on submenu the process is the same? because here dont work. @CodeBite I use: #sendo__menu nav .ipsNavBar_primary ul[data-role="primaryNavBar"] > li a[data-navitem-id="1"] .icon_nav:after { content: "\f015"; } #sendo__menu nav ul.ipsNavBar_secondary > li[data-role="navBarItem"].icon_nav:after {content: "\f37e";}
August 16, 20222 yr Author 8 hours ago, Marco Junior said: I have a doubt for add icon on submenu the process is the same? because here dont work. @CodeBite I use: #sendo__menu nav .ipsNavBar_primary ul[data-role="primaryNavBar"] > li a[data-navitem-id="1"] .icon_nav:after { content: "\f015"; } #sendo__menu nav ul.ipsNavBar_secondary > li[data-role="navBarItem"].icon_nav:after {content: "\f37e";} Sample code ( subMenu 😞 #sendo__menu nav .ipsNavBar_primary ul[data-role="primaryNavBar"] > li > ul.ipsNavBar_secondary > li[data-navext="OnlineUsers"] > a .icon_nav:before { content: "\f4fd"; }
October 29, 20222 yr Author On 9/22/2022 at 5:43 AM, Marco Junior said: @CodeBite I need update for last release IPS. When this will be release ? The template is constantly updated. ⭐1.0.13 What's New: Several bugs related to the mobile version have been fixed. Fixed the display of arrows with the option of disabled slider on phones.
December 13, 20222 yr @Themeo How do I change the color of the "Create" button? Also my account on your forum is... https://ips.themeo.pl/index.php?/profile/583-rick7c2/
December 13, 20222 yr Author @Rick7C2 The var.css files contain all available template colors. --theme-usernav-createnew And you need to change the graphics, because the button is in the form of graphics, the graphics can be found in the template resources. Edited December 13, 20222 yr by Themeo
January 16, 20232 yr Hello, A few questions I have before buying. 1) My site is bilingual, is every word in the template a string so I can translate it? (as opposed to words being hardcoded). 2) What is the maximum size of the logo on the top left side that can be used? 3) Can the widget on top just show picture linking to a forum? Thanks,
January 17, 20232 yr Author 11 hours ago, mtlurb said: Hello, A few questions I have before buying. 1) My site is bilingual, is every word in the template a string so I can translate it? (as opposed to words being hardcoded). 2) What is the maximum size of the logo on the top left side that can be used? 3) Can the widget on top just show picture linking to a forum? Thanks, 1. Yes, if you find any oversight, report it and I will add a translation. 2. There is no maximum size, you have to decide what size you want the logo to be. (By default, the maximum height of the logo is set to 80px, after uploading it will reduce the size of the logo to this value) 3. There are special settings in the template settings, you upload the image you choose, and the link to which it should redirect.
January 18, 20232 yr Hello, Thanks for the answers, I just bought the theme and started configuring it. Is there a way to get more than 80px height for the logo? I feel it really limits any possibilities for some lego design. Thanks,
January 18, 20232 yr Author 3 hours ago, mtlurb said: Hello, Thanks for the answers, I just bought the theme and started configuring it. Is there a way to get more than 80px height for the logo? I feel it really limits any possibilities for some lego design. Thanks, Yes, custom tab and option:
January 23, 20232 yr Can we custom set the height of blog entries, so it doesn't clip the entries like in this screenshot?
January 23, 20232 yr Author 7 hours ago, mtlurb said: Can we custom set the height of blog entries, so it doesn't clip the entries like in this screenshot? You will have to modify the css. Send me a PM with your website address, I'll check and send you what you need to modify.
January 23, 20232 yr 6 hours ago, Themeo said: You will have to modify the css. Send me a PM with your website address, I'll check and send you what you need to modify. URL is https://mtlurb.com/blogs/blog/1-blog-mtlurb/ But your theme is not deployed yet for the general users. It would be great if it was an option in your theme... if possible of course.
January 24, 20232 yr Author On 1/23/2023 at 4:29 PM, mtlurb said: URL is https://mtlurb.com/blogs/blog/1-blog-mtlurb/ But your theme is not deployed yet for the general users. It would be great if it was an option in your theme... if possible of course. Sure, I'll put it on the list.