Jump to content

shahed

Clients
  • Posts

    507
  • Joined

  • Last visited

  • Days Won

    1

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by shahed

  1. 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?

  2. 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;
    }

    Could contain: Logo, Text

  3. 3 hours ago, sandroweb said:

    Tnx a lot!

    Another question: in mobile visualization, i can't see navigation tab as instead I can see in the traditional view (see attached images). Maybe i need to activate something?

    Could contain: Text

    Could contain: Text, Person, File

    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;
    	}
    }

     

  4. 8 minutes ago, sandroweb said:

    Hi! One simply question: i would like to change default text message for "Animation badge for new contents". Where can I make this change? Tnx a lot 🙂 

    All text and messages in this theme is translatable. you can use alternative text using language setting.

    OUnMMia.png

  5. 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.

  6. 21 hours ago, Giray said:

    Nice upgrade. Thanks.

    A couple of issues.

    • The title font size does not seem to work.
    • The padding is 0 on the default style. I can custom CSS it to fix it.
    • Links in text are not affected by the change in text color

    If I see anything else, I'll report back.

    Thanks for bringing to my attention.

    I can confirm padding issue and custom text color for title in Plugin settings (for general timer block) however i can't confirm these for widgets and settings have intended effects. also links in text for both (plugin/widgets) is not affects by custom text color and i have idea for it. in any case, these issues along this report are going to be fix for next update. 👍

  7. 7 hours ago, SUBRTX said:

    @shahed Hello, just upgraded today, I don't have issue on front end, but I see some error log in acp, do I need to worry?

     

    Could contain: Page, Text, Computer, Electronics, Pc, Computer Hardware, Hardware, Monitor, Screen

    DateTimeZone::__construct(): Unknown or bad timezone ()

    Could contain: TextCould contain: Text

    Hello there,

    This isn't error but type of system log and expected, so no need to worry. widgets now support two different mode for time zone (automatic/manual). as of this version, this log is recorded before the widget configuration, more specifically before choosing the timezone mode and save the settings. 👍

  8. 14 hours ago, SUBRTX said:

    @shahed

    Hey, not sure if this is possible:

    I discovered a "flaw" about this plugin, so, members on my forum are from different countries and time zone of course. If I set a countdown, for example, 3PM August 2nd.

    Now the problem is (I just saw it today), while the countdown shows 9 hours left on my screen, the member from different time zone said that the countdown is only 4 hours left.

    So, I'm guessing, the countdown is based on members' local time zone.

    Can this be fixed? Thanks.

    Hello,

    Yes that is how plugin works. when you set a date and countdown begins, users from different time zones may reach it sooner or later than you, so time will adjust for them.

  9. i think this part is more important for me to know. and thanks for letting us know.

    21 hours ago, Matt said:

    Also a reminder that v4 will have a multi-year deprecation, and we expect to work on both v4 and v5 for quite a while with a fairly slow migration over to v5 for the first chapter of its life, so I would think the majority of sales would still come from v4 for at least another year or so.

    i have practically abandoned a half-baked set of new templates for Pages app after the "V5 plugin-defunct" news. didn't know if it's worth to continue since aside all re-work and more re-work for V5, more important question for me was at the end, this resource meant to be sold for how long at all. so you know... better wait to continue at the start of V5. knowing this slow migration to V5 make me to re-schedule times to resume this as soon as possible. really good decision so thanks for that as well. 👍

    Also Pages app will be around for V5 i assume? 😁

  10. 35 minutes ago, mtlurb said:

     

     

    I have recorded a short screen capture for you to see... hopefully it helps.

    Thanks. it certainly helps better understand the problem . however this is not how i had experience visiting those pages in Mac/Safari. what exactly device, OS using and which version of Safari?

    One more thing, are you having same experience in my demo website?

    https://ipsverse.com/ and https://ipsverse.com/discover/

  11. 16 hours ago, mtlurb said:

    The 160x is a setting, not a "custom code" ... you can change it in the control panel for the forum:

    Could contain: Page, Text, File, Webpage

    Its definitely a Safari issue for sure then😞

    Check your inbox, I will send you credentials.

     

     

    Hello there,

    About "custom code" i haven't said that and i referred to "custom work". in any case enough of that since it doesn't have actual relevant.

    also tested this in safari and i can't see the problem here. logos are identical to me. not sure what should it be fixed here.

    Could contain: File, Webpage, Architecture, Building

    Could contain: File, Webpage, Text, Page

  12. 1 hour ago, mtlurb said:

    Hello, 

    The theme is 100% default minus the JS snippets to enable ads here:

    IPS Default height size for logo is 80px, but in your website is 160px. i have no way of knowing what can cause the problem for your website since changing to 160px size for logo height in my end won't make any different, and template works as intended when this plugin is active. the bottom line is i can't reproduce the issue in any way in my end and while i still haven't encounter the issue, the issue more like it to happens in your setup.

     

    1 hour ago, mtlurb said:

    This being said, I notice the issue being more prominently happening in Safari 😞

    On Edge, there's a slight move to the right of the menu on top... its less of an issue.

    Which browser are you using?

    I also can't give up on Safari, its the second most user browser on the site:

    I have tested this with Chrome, Firefox and Edge on windows, without any problem.

    Once again, you can send me ACP access in a personal message so in this way i can investigate this. as of now i can't confirm this as issue nor is caused by this plugin.

  13. 5 hours ago, mtlurb said:

    I am sure the issue doesn't happen if the logo is much smaller, but I want the logo to be that big.

    I have configured the permissions for you to see https://mtlurb.com/discover/ as a guest.

     

    Edit: I added the custom css... logo remains the same, but things shift to the right 

    It is not much smaller logo, this is Default Theme, with Default Settings so clearly you have done custom work on your default theme. in this case, i have increased the size of the logo from IPS default theme's setting to match yours (160px?) and i still don't see any problem with logo bad behavior when the plugin is active. i also made the change in my demo website, and no problem there either. https://ipsverse.com/ and https://ipsverse.com/discover/

    Again as i can't reproduce this issue in my end, i maybe can assist you by further investigate in your website. you can send me ACP access in private message.

    More to say is the link you send for discover page says:

    Quote

    The page you are trying to access is not available to guests, but may be available if you sign in.

    As of now i can't see any logo problem in your website. they are identical.

    Could contain: File, Text, Page

    Could contain: File, Text, Page, Webpage

     

    5 hours ago, mtlurb said:

    the CSS solution breaks the model version of the site... I removed it.

    That was one way to solve this. also not sure how it break the model and must see this myself to diagnose. 👍

  14. 3 hours ago, mtlurb said:

    Hello, love your plugin!!

    But something isn't working well... when the plugin is activated.

     

    I am using the default theme and I see this weird behaviour...

    Any part of the site has the ok size for the logo right here:

    Could contain: Engine, Machine, Motor, Text

    But when I am in the "discovery" part of the site with the activity stream, the logo is wider !?!

     

    Could contain: Machine, Motor, Engine, Text, City

    Is there something I am missing ?

    Thanks,

    Hi,

    Plugin should not have alteration effect for logo. it only add more links to user navigation area. in any case i tried to replicate the issue, but couldn't reproduce it. i used same logo as (your website?) and it should be looks like this:

    Could contain: File, Text, Webpage

    Could contain: File, Webpage, Text

    Your website also doesn't have link to discovery page/or lack permission for guests. you can send me links and ACP permission in a personal message to investigate this further. i have tested with sticky/without sticky effect, custom color scheme, same buttons as yours but none made logo this way as your website.

    Another solution is, if you want to have same size as your first screenshot for every other pages as large as that, maybe adding this class to your custom.css could help?

    #elLogo img {
      max-width: 880px;
      max-height: 160px;
    }

     

  15. Update 1.2.0 for peacock Theme going to be a massive update with a lot of new features and functionality that will be release in near future.

    Summary of upcoming update 1.2.0

    Select style for User Hover Card:

    Update 1.2.0 will add a new section to theme settings: User Hover Cards (UHC). in this section, Admin can select one of three options to use as default UHC. 1) IPS Default 2)Horizontal 3)Vertical which last two are custom design and adopted to be use in Desktop/Tablet/Phone.

    Horizontal have special animation work so Demo will be a video clip:

    Vertical mode:

    Could contain: Text, Business Card, Paper

     

    User Hover Card section also gets a setting for making UHC with blur glass effect. can be set active/de-active and works on all styles. demo for default UHC:

    Could contain: Text

     

    Select style for Page Title Box:

    Page Title Box have two mode in peacock theme as of now to show either inside the top cover image or in main area. when it's in top cover image , currently it is looks like this:

    Could contain: Text

    Now this section have style select to make it in (Light mode/Dark mode/Pick color from palette)... addition to that, there is option to show them with blur glass effect as well.

    Light mode with blur glass effect:

    Could contain: Text, Nature, Night, Outdoors

    Dark mode (Normal/Blur glass effect)

    Could contain: Text

    Could contain: Nature, Night, Outdoors, Text

    Color palette mode (Normal/Blur glass effect) which picks color directly from color palette per user choice

    Could contain: Text

    Could contain: Text, File

     

    Blur glassy effect for Header Slider:

    Could contain: File, Webpage, Architecture, Building, Computer, Electronics, Pc

     

    Maximum width button

    With a maximum width button at bottom-side of peacock, in Desktop users can decide to browse website in normal default width or stretched and max width mode. button can be active/de-active by admin.

    Could contain: Text

    Could contain: Text, File

     

    per Forum color setting in Alternative Design:

    With this option is active, Alternative Design for Forums uses Featured color that being set for every forum to display:

    Could contain: Text

     

    Update will also adds many optimizations and refinements to various areas, included: buttons, widgets, color palette and ...

    Important Note: After this release peacock theme will see a price increase as well.

  16. 6 hours ago, Amy Pond said:

    Thank you again for your kind help!

    Sure, you're quite welcome 👍

     

    3 hours ago, Amy Pond said:

    Excuse me, hopefully this will be my last question 😅

    I'd like to change the text color in chatbox when a user tags another one and for it to be different between the light and dark mode. Is it possible? Thank you again! 

     

    Not at all. but i really hope you could find those classes by yourself for future uses. Inspect feature with browser.

    In this case, i'm not sure what chatbox means here. you mean in PM/Messages? can you send me screenshot or link?

  17. 16 hours ago, Amy Pond said:

    Thank you very much, now it works perfectly 🙂 

    I have another question: I'd like to change the "positive-light" color, but I don't find where to change it... Could you help me find it? Thank you again!

    Glad that helped. about positive-light, this one is among many others are variables coming from IPS theme's root. there are not many options for them, but you can customize the same way in custom.css:

    :root {
    	--positive-light: #87af9e !important;
    }

     

  18. 8 hours ago, Amy Pond said:

    Hello,

    I'm using this settings:

    /**
     * This file is for your custom CSS.
     * This file is not modified or overwritten during upgrades
     */
    /* Desktop */
    body {
      font-size: 16px;
    }
    
    /* Tablet */
    @media screen and (max-width: 977px) {
    	body {
    	  font-size: 18px;
    	}
    }
    
    /* Phone */
    @media screen and (max-width: 767px) {
    	body {
    	  font-size: 18px;
    	}
    }

    but the text that I circled in the picture (text inside topics) doesn't change size and it remains always the same size.

    Could contain: Text, Page

    I hope to be understandable 😅

     

    8 hours ago, Amy Pond said:

    And also this text:Could contain: Text, Person, Text Message

    Thanks!

    Hello,

    Those CSS styles that i send for custom.css, need to be expand based on your need. in it's current form it works only for "body" element. you may notice there are three "body {...}" in those styles, so every other HTML elements in your theme that have it's own font sizes, still retain their styling. you can find HTML element's css class with your browser's "Inspect" ability. for example this:

    Could contain: Page, Text, File

     

    This part is one of the sections in your screenshot, that need different font-size in phone screen. it uses ".ipsType_normal"... and you can style it for font size by expanding previous code, like this:

    /* Phone */
    @media screen and (max-width: 767px) {
    	body {
    	  font-size: 10px;
    	}
    	.ipsType_normal {
    	  font-size: 10px !important;
    	}
    }

    As you can see i only made expand in Phone classes, so you can do this in Desktop/Tablet separately as well if needed. also you can use " !important" to prioritize the style you currently work. you can find other element's css classes just like this and try to give it custom styling this way.

  19. 4 hours ago, Amy Pond said:

    Hello, is there a way to customize the font size for different devices? Thanks

     For this theme, some elements have font size setting for mobile device, namely Mobile Navigation. you can change main link sizes with different values to see changes in mobile screens. there is also IPS settings for each theme. you can find in Theme settings > Font Scale... but of course it's not always affect in mobile view.

    In my opinion the best way to handle this and target specific area, is using your theme's custom.css for some responsive designing. for example with this method you can change body text in desktop/tablet/phone if you add it in custom.css:

    /* Desktop */
    body {
      font-size: 14px;
    }
    
    /* Tablet */
    @media screen and (max-width: 977px) {
    	body {
    	  font-size: 12px;
    	}
    }
    
    /* Phone */
    @media screen and (max-width: 767px) {
    	body {
    	  font-size: 10px;
    	}
    }

     

×
×
  • Create New...