Jump to content

Cookie Monster

Moderator
  • Posts

    1,420
  • Joined

  • Last visited

  • Days Won

    76

Everything posted by Cookie Monster

  1. Replace from previous with this code #elProfileHeader { padding-bottom: 0; padding-top: 125px; position: relative; height: 500px !important; background-size: cover; background-repeat: no-repeat; background-position: 50%; box-shadow: 0 0 30px rgba(0,0,0,.4) inset; text-shadow: 0 0 4px rgba(0,0,0,.5); font-size: 16px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } Or if not i will need a link again to your forum so i can inspect and get the correct code.
  2. #elProfileHeader { height: XXX px; } add that to custom.css Also make sure that you reupload or re-position it else its going to look wierd. What part of the larger avatar is not working ? Can you share your css code or any code you added.
  3. Hello __james__ Welcome to webflake! Please do enjoy your stay and also have a quick read through our Community Guidelines
  4. Well as i said its no point of removing it you didnt make the forum ? So why can't people see its IPS ? btw you can try remove the following <p id='elCopyright'> <span id='elCopyright_userLine'>{lang=\"copyright_line_value\"}</span> <a rel='nofollow' title='Community Software by Invision Power Services, Inc.' href='https://www.invisionpower.com/'>Community Software by Invision Power Services, Inc.</a></p>
  5. I don't like it when people remove copyright when people spent time create it, and then they go "oh look i made this" But this was answered of someone else i will simply put this in @polkovnika2 <span id='elCopyright_userLine'>{lang=\"copyright_line_value\"}</span> AdminCP > Customization > Languages > Translate > Search for copyright.... Insert &nbsp; To use empty space. Also if you want just remove that SPAN element what you removed is the link to the site not the text itself.
  6. 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.
  7. Welcome to Webflake! Have a quick read through on our Community Guidelines and enjoy your stay!
  8. 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.
  9. 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.
  10. Ok so here it goes Navigate to AdminCP > Members > Memeber Settings > Profiles Either Edit or create a new field and under "Display Format" use the following code <span class="spleft">{title}:</span><span class="spright">{content}</span> This step needs to be repeated for all things you want to be set as left and right. Then add the CSS the following CSS code at this location AdminCP > Customization > Themes > Your Theme > Edit HTML & CSS > CSS > custom.css CSS CODE: .spleft { float: left; } .spright { float: right; } Then try it out The trick here is using spleft that we created with CSS to have anything within that span tag float to the left while others are to the right (spright)
  11. I answered your wrong topic, i will come back to this topic shortly
  12. Try this. Edit the forum you want to display the icon. And add infront of the text <i class="fa fa-tint"></i> Name of forum Does that show the icon ? So to achive this thing you are asking for try this. AdminCP > Community > Forums > Edit Forum In the name try do it like this The icons can be found in the link i provided up or just click here @Woodojo
  13. I'm still working on the code, but it should be in AdminCP > Customization > Thenes > Your Theme > Edit HTML & CSS > CSS > custom.css
  14. 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.
  15. As long as you have apache you can use that trick its htaccess So in theory <Files admin.php> Order Deny,Allow Deny from all Allow from YOUR.IP.HERE. </Files> What this file says is that any source will be denied access, then it checks if you are that IP. Problem you find is if you have a dynamic IP your been denied when it changes unless you change the file The files part indicates what files this is applied to.
  16. You should be able to customize this at the following location AdminCP > Customization > Editor > Toolbars Just add the buttons you want to be displayed
  17. I would presume you can deactivate the email or take out the code that sends the email. Without looking at any code i can't say for sure but I can try make a playground for it and report back.
  18. Welcome to Webflake! Be sure to check out our Community Guidelines And if you have any questions don't hesitate to ask!
  19. Then I suggest delete the database delete all files and reupload. Let me know how they goes?
  20. Well I would suggest delete the release and get one that er know work from webflake. As this the releases we support. Latest one now is on 4.1.19.2 and we know it works. Was this a clean install?
  21. What release did you download and where was it downloaded from?
  22. 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...