Themeo Posted January 28, 2022 Posted January 28, 2022 This is the support topic for Sendo [Dark/White] Ideas about the template are also welcome. 🥰
Themeo Posted February 2, 2022 Author Posted February 2, 2022 ⭐1.0.1 What's New: Fixed the mobile version of the slider. The js script was corrected, it was embedded in the template.
Themeo Posted February 3, 2022 Author Posted February 3, 2022 ⭐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)
Themeo Posted February 14, 2022 Author Posted February 14, 2022 ⭐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.
Themeo Posted April 14, 2022 Author Posted April 14, 2022 ⭐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
Themeo Posted May 6, 2022 Author Posted May 6, 2022 ⭐1.0.7 What's New: Fixed hiding arrows in the slider. Improved the icon when changing the template. Fixed the mobile version.
kotaco Posted May 19, 2022 Posted May 19, 2022 (edited) 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, 2022 by kotaco
Madhouseau Posted June 14, 2022 Posted June 14, 2022 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
Madhouseau Posted August 14, 2022 Posted August 14, 2022 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
Marco Junior Posted August 16, 2022 Posted August 16, 2022 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";}
Themeo Posted August 16, 2022 Author Posted August 16, 2022 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"; } Marco Junior 1
Marco Junior Posted September 22, 2022 Posted September 22, 2022 @CodeBite I need update for last release IPS. When this will be release ?
Themeo Posted October 29, 2022 Author Posted October 29, 2022 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.
Rick7C2 Posted December 13, 2022 Posted December 13, 2022 @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/
Themeo Posted December 13, 2022 Author Posted December 13, 2022 (edited) @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, 2022 by Themeo
mtlurb Posted January 16, 2023 Posted January 16, 2023 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,
Themeo Posted January 17, 2023 Author Posted January 17, 2023 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.
mtlurb Posted January 18, 2023 Posted January 18, 2023 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,
Themeo Posted January 18, 2023 Author Posted January 18, 2023 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:
Themeo Posted January 18, 2023 Author Posted January 18, 2023 ⭐1.0.15 What's New: Fixed bug related to user alerts.
mtlurb Posted January 18, 2023 Posted January 18, 2023 9 hours ago, Themeo said: Yes, custom tab and option: Amazing!! Thanks 🙂 Themeo 1
mtlurb Posted January 23, 2023 Posted January 23, 2023 Can we custom set the height of blog entries, so it doesn't clip the entries like in this screenshot?
Themeo Posted January 23, 2023 Author Posted January 23, 2023 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.
mtlurb Posted January 23, 2023 Posted January 23, 2023 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.
Themeo Posted January 24, 2023 Author Posted January 24, 2023 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. mtlurb 1
Recommended Posts