Jump to content

Drewfus

Clients
  • Joined

  • Last visited

Everything posted by Drewfus

  1. I transfered my main domain url to new host and everything is working fine.
  2. I have put it back on the old host since I was having problems on the new host the only reason I want to change hosts is the images disappear. I have my test site on another host and works fine. Thanks anyway I will move it at another time.
  3. I have changed host for my main site deleted everything on the old host uploaded new install to the new host and get this. An installation has already been activated for this license key. Your license key entitles you to one installation only. If you need to change the URL associated with your license, contact IPS technical support. How do I fix this should I wait 48 hrs.?
  4. @Jimi Wikman Great video I actually made a database for the first time watching your guide thanks for doing that.
  5. all you need is this part not li.ipsdat_item .ipsData__item--discussions[data-forumid="7"] { background-image: url('https://i.imgur.com/GdVi7Jq.png') !important; background-size: cover !important; background-position: bottom center !important; min-height: 262px; }
  6. You need to upgrade to Invision Community Classic in order to see the beta download if your not on Invision Community Classic already.
  7. .ipsWidget__header { background-image: url(https://yoursite/images/pic.png); width: 100%; border-top-left-radius: inherit; border-top-right-radius: inherit; border-bottom: 1px solid #EEEA65; background-position: center bottom; background-size: cover; background-repeat: no-repeat; }
  8. your welcome if you want image in side nav panel .ipsNavPanel .ipsLogo { background-image: url(https://your image/here.png); width: 100%; background-position: center bottom; background-size: cover; background-repeat: no-repeat; } same adjust position of image center center, center top or center bottom
  9. .ipsHeader__primary { background-image: url(your image here); width: 100%; height: 450px; background-position: center top; background-size: cover; background-repeat: no-repeat; } change height if you like also position .
  10. @MythonPonty Why are you using 4.7.19 that is in beta maybe you should use 4.7.18 the stable version then upgrade.
  11. I would try and disable all third party apps and plugins from your old site first. Then try and upgrade.
  12. Yes means your at the top right now with a good reputation
  13. @Jimi Wikman Whatever you think is best.
  14. 4.7.19 ??? I only see 4.7.18 in client area how to download 4.7.19 ?
  15. @Jimi Wikman Your next video should be on how to create databases and pages I am really confused on how it works I tried a couple of them that Chris59 posted and can't seem to get them to work right that would be a great walk through.
  16. Working fine now guess I just had to wait.
  17. Not sure if I put the old site back it works fine.. I have never had this problem before moving any site.
  18. I tried to move my test site to my licensed site for some reason I am getting a 403 page when i go to my licensed site any thoughts on why this is happening?
  19. I made a couple themes if anyone wants to use them. Dark Blue 5.0.0.xml Dusk Sidebar 5.0.0.xml
  20. .ipsBox__header, .ipsWidget__header, .ipsInnerBox__header { padding: 1em 1.2em; display: flex; align-items: center; flex-wrap: wrap; gap: 1em; border-radius: calc(var(--i-box--bo-ra) - var(--i-box--bo-wi)) calc(var(--i-box--bo-ra) - var(--i-box--bo-wi)) 0 0; border-bottom: 1px solid rgb(35, 102, 238); font-size: 1.4em; font-weight: 600; }
  21. Its at the very bottom of your client area.Only if you converted to classic license.
  22. @Jimi Wikman Any new videos on customizing V5?