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

Everything posted by shahed

  1. Judging by screenshots, your custom theme have dark style so color scheme for this part is automatically dark as well. if you want to change that you can add this class in your theme's custom.css (same way as my last post) .legend_fptitle_card { color: red !important; } For the second part, custom theme seems have different padding for default layout container. changes to this part can effect other parts of your website, but you can use following class in theme's custom.css so it's effect be limited to this. .legend_bodyCsutomWidthFP > .ipsLayout_container, .legend_bodyCsutomWidthReset > .ipsLayout_container { padding: 0 15px; }
  2. Titles in listing or article page? also by this moment they are in black, do you mean before hover? for hover you can change color using plugin setting. Anyway for the standard color neither of those listing or article page have distinct color scheme, because inherit their colors from Theme settings. but if you just want to color change those specific sections, for listing add this in your Theme > Edit CSS and HTML > CSS > custom.css .legend_card_title { color: red; } For article page in same custom.css: .legend_newsTitle { color: red; } If you have multiple themes installed in your site, you need to repeat these changes for those theme's custom.css as well.
  3. Hi, In ACP > Pages app section (same as your first screenshot) you need either create a new database or editing an existing database. in both scenario you have to assign your new templates (listed in Additional Information tab of the resource page) to that database. something like this: After that you can save this settings for your database and visit. you can customize the look and style of these templates with plugin setting at ACP > Plugins > Legend News (pencil icon / edit) There are some useful guide bout managing Pages app can be find here as well.
  4. Hello, Reply box being stretched and without background gives better look for the most style variations with this plugin. however I agree and I will add an option for this in next version 1.1.4
  5. Hi, Yes to all three. but just like @Sonya* pointed out, Legend News is just a set of templates for using in IPS Pages app and this app is required for using Legend News. as you can see in demo, in Pages app you can set up Database with Legend News templates and all the permissions for view, add article, send comments etc per user group, create categories and their own permission settings.
  6. Replace last CSS class with this. will be permanently fix in next version. @media screen and (max-width: 767px) { .MVNC_postStyle_meta .ipsType_reset.ipsResponsive_hidePhone { display: block !important; position: absolute; left: 20px; } .MVN_postStyle_userInfo3 .ipsResponsive_hidePhone.ipsType_break { display: block !important; } }
  7. Hello, Thanks for bring this to my attention. will be fix in next version. Until then, use this CSS class in your theme's custom.css at the end of the file/ should fix the problem for now. @media screen and (max-width: 767px) { .MVNC_postStyle_meta .ipsType_reset.ipsResponsive_hidePhone { display: block !important; position: absolute; left: 20px; } } --- You can find custom.css in ACP
  8. I'm really glad with all new features, but this new renewal pricing give me a serious pause here. sure there were discussions and decisions about this, but I really hoped Invision at least take developers to account on this. in a few month I have to renew my license with almost empty marketplace credit. no heads up no nothing, just pay renewal by year with this kind of price ups. I may decide not to renew for awhile, or remove some apps from my license and discontinue many of my resources in marketplace. my plan was to expand, create more resources, themes ... and not this. can IPS come up with better solutions for this?
  9. You're quite welcome. I'm glad you like it 👍
  10. Hahaha 😀 that is very nice of you my friend. But you're not wrong. working on all of this really is not all about countdown plugin, and it is very well should be done in a different plugin/application. my suggestion is put all of these idea together and post it in Request forum.
  11. I see. thanks for clarification. what you want is actually tricky, and not sure it's even possible, considering widgets can be edit only when Block Manager is open and that section are only accessible to admin/moderator. so again can't promises anything but let me see what I can do.
  12. Hi, Permission setting for display a widget to individual members seems interesting. can't promises anything but let me see what I can do. --- Also if you only want to add a countdown widget in a specific topic or anywhere else, I think this third party resource could help. though I'm not sure and you may ask with it's developer first.
  13. Yes, sorry about that. there is a upcoming Legend News update is under way and based on that there was no need for relevant Legend News classes in Navigation Toolkit. so they are permanently removed from this plugin. but as of now until News update come, you can add this class to your theme's custom.css at the end of the file. html[data-theme="dark"] .legend_card_container { background: rgba( var(--theme-area_background),.5 ) !important; }
  14. Well this is a odd scenario. when I checked your website, countdown worked just fine in my browser and I tried to capture that, but at the middle when I refresh the page, it didn't show and next refresh it is there again! Anyway, based on error log (and by the way your website unfortunately have unhealthy number of that) I think I know where the problem is. Will be fix in next version. 👍
  15. Hi, I have tried this but I can't confirm the issues. Also mobile. Could you send me a link to this page? either here or in PM would be fine.
  16. Countdown Timer is a plugin that give community's admins or moderators the ability to create unlimited block/widgets of countdown timer with customization options, add text, notes and permission to view for groups for each widget. Countdown Timer also have a plugin side setting, which can be use for adding a global countdown timer for across community. this specific block can be place in Top header, top of the main body or sidebar as a global place in all pages of IPS community. Please Use this topic for support requests and ideas.
  17. Plugin doesn't remove post separator, instead using IPS classes to do it. judging by screenshots, your custom theme must have different layout then IPS theme. in this case I need a live site address and probably ACP access. you can send me address here or in PM.
  18. Hello, Wiki plugin have it's own support topic, so if it's possible use relevant support topic for your support requests. Wiki plugin also have new developer for awhile now, so maintaining and support seems continues. Thank you 👍 ---- On a more relevant topic, new version of Legend Styler - Posts are now available. display secondary groups, group icons, social media links, display old "Member Title" (before IPS 4.6) are now possible. also many bugs including the one @Olmyster reported are now fixed. What's New in Version 1.1.3 New Settings: Display secondary group indicators and secondary group icons New Settings: Social media link support with profile fields, display user's social media pages in their posts New setting: option for restore old "Member Title" (before IPS 4.6) Fixed issue when submitting new post, some part of template wouldn't be shown before refresh the page HTML and CSS updates
  19. Sure. will be implement in future updates. quick fix would be adding this class in your theme's custom.css at the end of the file. @media screen and (max-width: 767px) { .MVN_themeToolkit label { margin-right: 5px; } }
  20. Yes still around and with plugin setting can be remove too. However as you mentioned it is by default called "Reputation" and in all other custom themes in plugin as well. it is a language bit and you can change/translate to something else like "Likes" as well. Screenshot for custom theme 2:
  21. Yes when users submit their posts, by default process just send part of the code block. this is unnoticeable normally with default theme but in plugin we have extra blocks of codes. this means some of codes in plugin will be absent in quick reply only to submitter. just reload the page so all posts properly load. I have some idea to fix it for good and hope to implement in near updates.
  22. Make sure your fields have this setting: Also In order to display, users must fill those fields as well.
  23. Well this section hardly have any relevancy to hover cards and Legend Styler - Hover Cards is all about hover cards. however I have another plugin, specially for posts and you can remove those parts plus many more options through that. LegendStyler - Posts Alternatively you also can remove those data by CSS class as well. simply add this class on your theme's custom.css: aside li[data-role="custom-field"] { display: none; }
  24. Hi, Not sure which part you want it to be removed. can you show me in screenshot?
×
×
  • Create New...