Jump to content
  • Sign Up

titcrunch

Community Regular
  • Posts

    736
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by titcrunch

  1. in your custom css add this and change value by your .ipsComment_content .ipsType_richText, .ipsApp .cke_contents { font-size: 1.4rem; line-height: 1.6; }
  2. is the donation bloc by default in ips you can have him only if commerce is activate on your ips, he show : donation goal button for make donation and the description of the subscribe all have been stylising by the author with css only
  3. look in member => group and social tab and configure the possibility to add a avatar with a size don't check the box for desactivate the option and make this for all group
  4. ips is a community CMS so i don't think you see this option one day, and if you talk of the business marketing where your pay for make a article is not like this that work ^^ search on google : how become a influencer
  5. man open your eyes and read correctly the code / is not usable in css for RGBA color opacity look the code i send you replace / by a point your code : box-shadow: 0px 2px 20px rgba(0,87,255,0/5); My code box-shadow: 0px 2px 20px rgba(0,87,255,0.5); or box-shadow: 0px 2px 20px rgba(0,87,255, .5);
  6. box-shadow: 0px 2px 20px rgba(0,87,255,0.5);
  7. yeah your theme is broken use support tool choice 2 2 time for clear cache and rebuild default theme
  8. use tools support choice 2 for clean CSS and cache file completly
  9. is a database communication problem like it say in the error message, so check your credential for login or your database
  10. you need wait i have uplaod the last version yesterday but davlin have make as usual he download the upload by other member delete there upload and reupload his version ... so lol this process ^^
  11. lok in download and take last version
  12. the upload is make and need to wait approval ?
  13. i will upload the 4.4.2 nulled today
  14. is a php bug where ips login in popup is only compatible with php7.3 so no real fixed if you can't switch php version other that wait update
  15. look flex css tutorial all is explain for move content in flex
  16. is just write in the error message update yout template is outof date
  17. opacity is in this class (don(t look value have make some change on my board ^^) : .focus-member .ipsItemStatus.ipsItemStatus_large.ipsItemStatus_read, .focus-member .ipsItemStatus_custom.ipsItemStatus_read { opacity: 0.3; filter: grayscale(1); } so add same in custom css and replace opacity value by was you want
  18. in your actual code you have some custom css directly in template so if is not your is the template himself and many code have many error so best choice is change theme because this one is very creepy But if you would anyway keep this one and have logo alone and center add this in your custom css .ipsLayout_container.header-align { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
  19. is your custom css with your bad flex code who block your logo at this place
  20. no you can make one css modification for all icon in one time
  21. each icon is editable in each forum himself : unread have opacity = 1, read have opacity = 0.6 if you wan't other modification for unread or read icon, you need use css in your custom CSS with this 2 class : .ipsItemStatus
  22. link of board for we look the code and send you the correction plz ^^
  23. add this to yoru custom css .catheadtext a:link, .catheadtext a:visited, .catheadtextcollapse a:link, .catheadtextcollapse a:visited { font-size: 14px !important; } change 14 px by was you want
  24. same way you chnage color of group go in your group setting and add a span with icon at your group member
×
×
  • Create New...