Jump to content

Eudemon

Members
  • Posts

    642
  • 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 Eudemon

  1. here is another bug, member with longer user stat pushes profile div out, the profile div should be fixed size and not dynamic based on content my previous suggestion should help make it smaller
  2. to be clear, by space gap i mean right below the selected div and between each post i turned off reputation bag and custom field these still show up, they are user title and rank turning off user group indicator also removes them but that removes user group as well also i prefer the states to be smaller, justify content center, remove flex column of inner icon, which looks something like this
  3. can i have them display normally without hovering ... to show up
  4. possible to use theme css variables? for those of us use light and dark theme possible to remove these fields ? possible to have these field show up on profile instead of hover ? there are huge gap below content which previously held up by profile section length (which is main reason of my purchase, to get rid of them), but it seems it still remain with this plugin
  5. it uses your theme's style, for the whole button you can do .toggle-slot { transform: scale(0.8); } in your custom.css, replace the number to whatever you desire same goes with any customization, tweak your theme setting or see my previous example
  6. A fix version is pending approval, it usually take IPS few days to look at them in the meanwhile, I will pm you the file directly
  7. It will only show up on the two themes you chose, you might have same issue reported by other member which I have an updated version pending, PM you the file you can try
  8. the app for the most part uses your own theme's style, try go to the theme you use and in custom.css add .toggle-slot { box-shadow: none; } if you want to change color then just modify your theme's --theme-page_background property, note: this might be used elsewhere in your theme, if not you can do :root { --theme-page_background: whatever color you want; } i will think about additional menu location, i made this app for my own site
  9. this is support topic for
  10. https://developer.mozilla.org/en-US/docs/Web/JavaScript mozilla JS guide
  11. SVG / WebP as one of the features, you can see it live at https://turboduck.net/ and inspect the logo
  12. SVG / WebP as one of the features, you can see it live at https://turboduck.net/ and inspect the logo
  13. I will think about it, I bundle all features that I would use on my own site in one app, I put them on marketplace not for money, just to share, tho it won't be free
  14. Currently have an app pending on marketplace that lets you use svg logo as one of the features
  15. that's weird, i just tried it myself and it worked for me ...
  16. just few point of improvement base on your code you can just have one of this, this pushes all adsbygoogle globally (adsbygoogle = window.adsbygoogle || []).push({}); you can also store `article:eq(0)` to a variable then select whatever within it, so you don't have to repeat the same code, you can also shorten all the statements above with one line tenant condition
  17. yes const yoyo = '<b>tofu is life</b>' $("article.cPost:eq(0) [data-role='commentContent'] p:eq(2)").after(yoyo)
  18. use JS to inject your ad code into post via something like $("article.cPost:eq(0) [data-role='commentContent'] p:eq(2)").after("your code here") above shows ad in first post, after 3rd paragraph
  19. how I solved it was to uninstall then reinstall it
  20. you have the header display set as flex, and justify-content between, meaning each element inside the flex container will take up all remainder space between the other element since you only have logo and then user nav, it will make logo all the way left and nav all the way right of parent element to make logo center, simply add an empty div before the <a> logo and give some width
  21. in your theme setting you have it set to 194% height, i'd say first work on that
  22. can you explain how syncing usergroup work?
×
×
  • Create New...