Jump to content

Jeffrey

Rising Star
  • Posts

    927
  • Joined

  • Last visited

  • Days Won

    56

Everything posted by Jeffrey

  1. You will more than likely need to hire someone to complete this job for you.
  2. Add a group suffix to the existing group you'd like to edit. <i class="fa fa-check-circle-o" aria-hidden="true"></i>
  3. Yes, the plugin should work on 4.4.10.
  4. Full Page Background CSS body { background: url(...) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
  5. Inspect Element > find the css for the specific icon > Override with custom.css code to change icon
  6. Use the support tool > Something isn't working correctly
  7. This is how custom fields are displayed in customFieldDisplay. $field => $value
  8. forums -> topics -> postContainer: Change: <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium'> With: <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium' style='{{if $comment->author()->member_group_id == 4}}background: linear-gradient(to bottom, rgba(15,183,255,0.2) 0%,rgba(15,183,255,0) 100%);{{endif}}'> Change background and member group id to whatever needed.
  9. Jeffrey

    Hello Again

    Are you trying to upgrade nulled software to licensed software? I don't think that would work.
  10. You can do this with the way I added a gradient text color to the time on WebFlake that appears in your author pane. background-image: -webkit-gradient( linear,left top,right top,color-stop(0,#ffd728),color-stop(1,#ff7328) ); color: transparent; -webkit-background-clip: text;
  11. Jeffrey

    Icons menu add

    The OP already gave you the code for it to work. You have to change the name of the url that you want an icon with. .ipsNavBar_primary > ul > li[data-FontAwesome='...'] > a:before{ content: "\f00b" } or .ipsNavBar_secondary > li[data-FontAwesome='...'] > a:before{ content: "\f00b" }
  12. Even though @Davlin has added his behalf on behave of WebFlake, I wanted to also vouch for Kaneko. The individual is a verified member, as stated by the OP, and generally a respected and trustworthy person. If you need someone to get you anything for your community, that isn't on WebFlake, use this service.
  13. body { background: url(...) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
  14. You are trying to open your profile settings? Look at the url, make sure it remains the same as the default theme, and check the default theme to see if you are having the same issue. If the issue continues across all theme including the default theme, it could be caused be a interruption in the installation process.
  15. Are you trying to load a CSS file via your main directory on IPS? Try taking the CSS code, adding it to your custom.css, inside your theme, and use the div class again.
  16. Find the code for the name in both your profileHeader and hovercard. Use the expression: {expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}
  17. You can find the Languages under Customization. Edit the English language and search for time.
  18. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  19. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  20. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
×
×
  • Create New...