Jump to content

shahed

Friends
  • Posts

    525
  • Joined

  • Last visited

  • Days Won

    1

shahed last won the day on November 11 2022

shahed had the most liked content!

Contact Methods

Recent Profile Visitors

13,958 profile views
  1. Hello, I'm working with a customer to create bunch of Theme Editor Settings to redesign various places. for this, I have created an app and in Dev Center, made new category and settings inside. while everything works normally, I have issue with color type settings as these type seems won't save any changes. for example while theme editor active, I go change a custom color setting (either pick from pre-set colors or from color picker) and after save and page reload, any of my color changes won't being stored. This is only happen for color type settings and it's not issue with other types. so I'm not sure it is a bug or maybe I'm doing it wrong. I also find another irregularity with color type setting, which I think it is related to issue with changes won't save. in this setting, I provide a default value but it is not being shown in theme editor at first. only I have to click on the setting for customize to show defined default color. I tested two color type field, one with default value of "var(--i-base_3)" for both Dark/Light and other field with simple #fff and #000 for dark/light theme. both of them have same issues.
  2. I mean talking about @Ehren as CSS maestro is one thing, and seeing it in action how he disable an element without a template condition is something else entirely. Just tip of the Iceberg... 🫡
  3. Very well done Invision. great work as always. 👍 I have two question and not sure if it answered here: Is it possible to have all existing tags to be manage in there? system list all used tags on that page or it must be added manually? Is it possible to limit usage of tags on specific apps? or specific areas? I really hoped we see a feature in v5 for every apps or every node, across community to define different tags for them.
  4. Great news. count me in for alpha test as well 👍
  5. Very nice and clean, I really like what I see. congratulation @Matt Finger and well done. Paragraph and that really cool Box buttons. also markdown are something I like to see for expanding. Is there a way to create button as well? having a button making like Invision 4 in admin panel would be nice.
  6. This is indeed a great new feature and also unexpected one. kudos to the team. I wanted such feature for my old website for very long time and eager to see how different aspects like custom fields and templates works. One question... is it possible to also assign already existing category to a club?
  7. Great work as always @Ehren One thing that really caught my eyes here is how profile' side blocks are handled in Mobile view. I think IPS just nailed it. question here is what happens with blocks with different heights? those seems all in same heights and size, so what if one block is just longer than the others? another question is and maybe i missed something here, is this same method for all other blocks/widgets in mobile view?
  8. OK... so finally we can smell those fresh Pages 😀 For what next, personally like to see how PROFILES looks like in v5 😁
  9. shahed

    Twitter old logo

    I have noticed this too. it seems a bit off to be exactly aligned. following can fix the alignment issue for position bottom, until permanent fix to be released. just add to your custom.css #elFooterSocialLinks { display: flex; justify-content: center; gap: 2px; }
  10. This is absolutely next level. well done IPS 👏 Great job @Ehren
  11. Great work as always @Ehren For me particularly like the new feed view. it just triggers some cool design ideas 😊
  12. You're quite welcome. About breadcrumb, I'm afraid this behavior is Invision side related and you can see same thing with default theme as well. breadcrumb in Tablet/Phone view will hide in this platform. you can add class such this in your theme's custom.css to prevent that. @media screen and (max-width: 979px) { .ipsApp_front .ipsBreadcrumb { display: block !important; } }
  13. All text and messages in this theme is translatable. you can use alternative text using language setting.
  14. shahed

    Shahed

    Hello, I'm shahed. I love designing and developing for Invision platform. from simple, to very complex templates for Pages app, I have found this specific Invision CMS software very interesting, and up to evolve in much more then it's vanilla form. designing and developing special templates so that staff can use Pages app as a very reliable and enhanced looking CMS software, with specific functionalities for each type of contents like articles, news, reviews, profiles, magazine and more. apart from Pages app, I also developed many more resources for other Invision software include Forums, Downloads, Events and more, to expand it's features, design options and usability. creating full-fledged Themes and Skins for entire suite, with very enhanced and beautiful designs is also my craft. Pages app: Pages app is a very powerful CMS software by Invision, which fully integrated with everything else Invision offers. it also have great starter pack with handful of templates for content based websites. however this software can entirely look different with more functionality with special designing. I can help clients to develop, design and create specific designs and templates to evolve this software to meet their very need. Themes and Skins: I have experience on creating very complex and multi-layered Themes or Skins for Invision platform, which not just a redesign to change the look of the community, but adding whole new features and sub-features inside as one package. to install one theme, admins gets a lot more features, design options and enhancements than a simple change of looks.
  15. I like unified developing environment for v5 in Themes and Apps. easy to work when it's come to adding basic functions and features and at the same time, open for extensive coding outside. basic functions and features like adding new language strings, settings, tabs, separators should be all handled smoothly inside the development area. manage settings in v4 Themes, is what i like to be implement for app/theme creation for v5... with more integrations and features. One more thing is about implementing new measures to prevent piracy. personally have little knowledge about what already is done and how people can find ways to get around it, but it should be effective methods to prevent it.
×
×
  • Create New...