Jump to content

Cookie Monster

Moderator
  • Posts

    1,420
  • Joined

  • Last visited

  • Days Won

    76

Everything posted by Cookie Monster

  1. make sure you got the right php version installed. If this is a clean install try reupload the files again to make sure nothing is corrupt. Have you installed any plugins or applications ?
  2. Wrong that i posted before you so should be 1
  3. In IPB 3.4 i thought you could rename the plugin under Applications & Modules -> Hooks and rename it there. I dont' got a IPB 3.4 so i can't do much, but if you want to you can PM me some admin credentials and i can login and see if i can get it done ?
  4. Well i can't see what your trying to do @uneekI'm trying to understand it. Might be a language barrier, but all i get from your first post is a xml file pasted with stuff into a post all that was said is. So does this mean it installs, no errors but the name is incorrect ? Does it work at all ? Did you check if there was an upgrade from 3.4.7 as it could be some changes (its a minor release so should not matter) but never the less.
  5. Do you get any error messages?
  6. @import url("https://fonts.googleapis.com/css?family=Finger+Paint"); span { display: inline-block; text-shadow: 0 0 0 whitesmoke; -webkit-animation: smoky 10s 10s both; animation: smoky 10s 10s both; } span:nth-child(even) { -webkit-animation-name: smoky-mirror; animation-name: smoky-mirror; } @-webkit-keyframes smoky { 60% { text-shadow: 0 0 40px whitesmoke; } to { -webkit-transform: translate3d(15rem, -8rem, 0) rotate(-40deg) skewX(70deg) scale(1.5); transform: translate3d(15rem, -8rem, 0) rotate(-40deg) skewX(70deg) scale(1.5); text-shadow: 0 0 20px whitesmoke; opacity: 0; } } @keyframes smoky { 60% { text-shadow: 0 0 40px whitesmoke; } to { -webkit-transform: translate3d(15rem, -8rem, 0) rotate(-40deg) skewX(70deg) scale(1.5); transform: translate3d(15rem, -8rem, 0) rotate(-40deg) skewX(70deg) scale(1.5); text-shadow: 0 0 20px whitesmoke; opacity: 0; } } @-webkit-keyframes smoky-mirror { 60% { text-shadow: 0 0 40px whitesmoke; } to { -webkit-transform: translate3d(18rem, -8rem, 0) rotate(-40deg) skewX(-70deg) scale(2); transform: translate3d(18rem, -8rem, 0) rotate(-40deg) skewX(-70deg) scale(2); text-shadow: 0 0 20px whitesmoke; opacity: 0; } } @keyframes smoky-mirror { 60% { text-shadow: 0 0 40px whitesmoke; } to { -webkit-transform: translate3d(18rem, -8rem, 0) rotate(-40deg) skewX(-70deg) scale(2); transform: translate3d(18rem, -8rem, 0) rotate(-40deg) skewX(-70deg) scale(2); text-shadow: 0 0 20px whitesmoke; opacity: 0; } } span:nth-of-type(1) { -webkit-animation-delay: 3.1s; animation-delay: 3.1s; } span:nth-of-type(2) { -webkit-animation-delay: 3.2s; animation-delay: 3.2s; } span:nth-of-type(3) { -webkit-animation-delay: 3.3s; animation-delay: 3.3s; } span:nth-of-type(4) { -webkit-animation-delay: 3.4s; animation-delay: 3.4s; } span:nth-of-type(5) { -webkit-animation-delay: 3.5s; animation-delay: 3.5s; } span:nth-of-type(6) { -webkit-animation-delay: 3.6s; animation-delay: 3.6s; } span:nth-of-type(7) { -webkit-animation-delay: 3.7s; animation-delay: 3.7s; } span:nth-of-type(8) { -webkit-animation-delay: 3.8s; animation-delay: 3.8s; } span:nth-of-type(9) { -webkit-animation-delay: 3.9s; animation-delay: 3.9s; } span:nth-of-type(10) { -webkit-animation-delay: 4s; animation-delay: 4s; } span:nth-of-type(11) { -webkit-animation-delay: 4.1s; animation-delay: 4.1s; } span:nth-of-type(12) { -webkit-animation-delay: 4.2s; animation-delay: 4.2s; } span:nth-of-type(13) { -webkit-animation-delay: 4.3s; animation-delay: 4.3s; } span:nth-of-type(14) { -webkit-animation-delay: 4.4s; animation-delay: 4.4s; } span:nth-of-type(15) { -webkit-animation-delay: 4.5s; animation-delay: 4.5s; } span:nth-of-type(16) { -webkit-animation-delay: 4.6s; animation-delay: 4.6s; } span:nth-of-type(17) { -webkit-animation-delay: 4.7s; animation-delay: 4.7s; } span:nth-of-type(18) { -webkit-animation-delay: 4.8s; animation-delay: 4.8s; } span:nth-of-type(19) { -webkit-animation-delay: 4.9s; animation-delay: 4.9s; } span:nth-of-type(20) { -webkit-animation-delay: 5s; animation-delay: 5s; } span:nth-of-type(21) { -webkit-animation-delay: 5.1s; animation-delay: 5.1s; } Easier HTML read <span>C</span> <span>S</span> <span>S</span> <span>&nbsp;</span> <span>S</span> <span>m</span> <span>o</span> <span>k</span> <span>y</span> <span>&nbsp;</span> <span>T</span> <span>e</span> <span>x</span> <span>t</span> <span>&nbsp;</span> <span>E</span> <span>f</span> <span>f</span> <span>e</span> <span>c</span> <span>t</span>
  7. Your writing sass / scss where ips only supports css. Your also importing compass css before you npm installed it. You would need the output of the file not the input. ?
  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. It's two different htaccess files btw. One is for api the other one is for the domain itself.
  10. Great and fast service! Would highly recommend @RainbowDash
  11. If furl is enabled it should lot include index.php as that is non furl. But could be a corrupt htaccess or wrong filename for it. As it still can't see the htaccess file according to the admincp imo
×
×
  • Create New...