Jump to content

DesignzShop

Members
  • Posts

    2,963
  • Joined

  • Last visited

  • Days Won

    6

 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 DesignzShop

  1. 4.4.10 is also not detecting a upgrade. Strange... Oh well. Looks like maybe I'll just need to manually do it when it comes time.
  2. it could be before 48 hours. Besides this you have a community in the cloud account.
  3. Submit a ticket in your client area
  4. The article you linked too was put up after my post here. It would of been nice to see that in the product instructions for your plugin or a link in your instructions to that article at your site. Could help others in the future. Thanks
  5. @bfarber, can you please look at my last ticket 65260
  6. Don't forget, IPB's actual software has this same function. You can't just renew parts of the software. If you don't use it then you can request it's removed. Just sayin... 😄 Maybe not a bug? Or maybe it is... Don't know...
  7. Is the upgrade to 4.5 process the same as per instructions previous to 4.5? Specifically Delete all SuperGrid templates if there are previous versions Click Upload Templates to install the SuperGrid Template XML file Because there is nothing to download now of course. Will clicking the install overwrite templates? there's nothing in your new instructions explaining upgrade process.
  8. You need to add your background color where I mention #your-background-color in the rule above. Just replace this rule with that rule. #ipsLayout_contentArea { border-top: 7px solid rgb( var(--theme-page_background)); }
  9. You could add a border #ipsLayout_contentArea { border-top: 7px solid #your-background-color; } The 7px can be changed to a higher number for more distance or lower number for shorter distance
  10. @marklcfc When you click into a topic doesn't it automatically take you to the last unread replies? That's the meaning of the "unread replies" line I thought. Maybe I'm not understanding entirely here what you're asking for?
  11. .ipsBreadcrumb.ipsBreadcrumb_top { display:none; } .ipsBreadcrumb.ipsBreadcrumb_bottom { display:none; } Add that to your themes custom.css Regards
  12. You would need to use css to do this and put that custom css in your custom.css in your theme. I use this in my custom themes with a toggle setting that either allows all sub-forums from index to show or not or individual forums to show sub-forums or not. You would also need to target all forums or individual forums by category number. Regards
  13. Each forum, sub-forum get's it's own grid image. If there's sub-forums under a grid category it should show just the sub-forum category name text. That's normal. If that's not what's happening to you then I'm not sure.
  14. There kinda is and may be y our best option. I agree, anyone who has given that many low stars doesn't need to keep going on. What you can do is create a new group that doesn't allow downloads and cut their download capability all together, refund their purchase money. Not sure what you are selling here or at what price, but may be your best option you can afford to that. Other wise, your option with the code you created will have to do unless someone makes a plugin for you or you do that yourself. Good luck. Sounds like you have someone that part of the tough crowd to please.
  15. So just to be clear here you're saying eventually this color code below using "theme" wont be able to be used even though it's automatically converted for now? color:{theme="mass_color_ffffff"}; If so, can you guess to how long that will be? I'm asking because like everyone else, that's a lot of converting. We as you know have to go back and get the setting key value for each color..
  16. DesignzShop

    HOMERUN!

    All I really got to say is IPB knocked this one out of the park. HOMERUN! I better add also I'm also really impressed with low bug count in betas. The dev team is organized better than ever.. It's taken some years to get everything on the track it is but I feel it was well worth it and well worth the wait. Should I be giving @Lindy some credit here?? If I do will @Matt pull the Lindy factor line on me? 🤣 This is really such a well rounded product now all the way around. Great awesome job IPB!
  17. Just to give you an example, if I want a user to be able to adjust the entire setting of a rule like so, I want them to be able to adjust border size, color and opacity from a single custom setting without going into the custom.css I use a custom text setting.
  18. I'm getting ready now to do that exactly. I don't have that many custom text fields I've done this with. Thank You very much Rikki.
  19. Yes, I do use a custom text field for all my rgb and rgba's. Everything is working great and it looks like then I don't need to do any converting. As far as I can tell.
  20. @Rikki Sorry, I may be being thick headed on this Rikki, So just to get this straight and see if i got this correct... We need to convert our custom hex color setting to a rgb or rgba variable like listed above in our custom.css? And to be clear here again so I understand, we are still using a hex color in the custom color setting and not a rgb or rgba, or do we need to convert our custom color setting to a text field and use for default a rgb or rgba color code? As an example, let's say I have this rule below .ipsPromote .ipsPromote_icon { color:{theme="mass_color_ffffff"}; background:{theme="mass_color_main"}; } Is it supposed to look like this to be correct? .ipsPromote .ipsPromote_icon { color: rgb{ var(--theme-mass_color_ffffff"}; background:rgb{ var(--theme-mass_color_main"}; } Next, if I use a custom text field and use a rgb or rgba in that field like so, is that proper or ok to do like I have it or do I need to convert this too? .ipsWidget .ipsTabs_small .ipsTabs_item:not( .ipsTabs_activeItem ) { color: rgba({theme="mass_color_rgba_0_0_0"},0.80); border-top: 7px solid rgba({theme="mass_color_main_rgba"},0.15); } Is the code above then supposed to look like this if I use your given example above .ipsWidget .ipsTabs_small .ipsTabs_item:not( .ipsTabs_activeItem ) { color: rgba( var(--theme-mass_color_rgba_0_0_0}, 0.80); border-top: 7px solid rgba( var(--theme-mass_color_main_rgba}, 0.15); }
  21. Please add the ability to add a poll to a pages record or by itself as a record. I run a news site, forums are not part of a local news site in general, but the ability to add a poll would be fantastic. Since the software is sold now by app basis, pages would be deserving of this ability imo. Thank You
  22. Mobile aspect ratio would then would be nice in record display.
  23. Regards Ralph, For record display, mobile view cuts off way too much of the article image. For articles it's really important to view the entire image box. Using "css cover" I can understand some of the image will be lost, I adjust for that before uploading the image, I can't adjust for the excessive amount missing however when going into mobile view and the overlay taking that much away. In mobile view we should be able to see the entire image box imo. For now I"ll switch back to IPB's default record display template, but hope you will look into this? I like the format of your record display much better in mobile than IPB's. Besides the overlay covering the image, an adjustment to turn article/record image off in mobile entirely would be nice too. I could use that feature in another database I have and some news sites don't use images at all in mobile. Kind Regards
  24. Just purchased 2 of your AWESOME other products last night, I'd of picked this one up if it included sidebar blocks for topics and recent posts.. Please consider adding these. Great job opentype on the other purchases I made. <----- Sorry Ralph, I did buy Super Topics and works a charm.. Sheeeesh, I just seen you added links.. Pretty spiffy Sir... lol.. --> Looks into wallet <--
×
×
  • Create New...