Jump to content

TAMAN

Clients
  • Posts

    3,760
  • Joined

  • Last visited

  • Days Won

    25

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by TAMAN

  1. To quickly fix the recent swiper slider not loading Find and replace the below line <script src="https://unpkg.com/swiper/js/swiper.min.js"></script> with this line <script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script> screenshot to show how to search the line and replace after that repeat the same thing for below line find <link rel="stylesheet" href="https://unpkg.com/swiper/css/swiper.min.css"> replace with <link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css"> --------- Sorry for any issues, this is all fixed in the new theme version for ips 4.5 and its ready to be uploaded once IPS release 4.5 version If you are using the Beta version of IPS 4.5 feel free to send me a message for the updated version of this theme πŸ™‚
  2. To quickly fix the recent swiperslider not loading Find and replace the below line <script src="https://unpkg.com/swiper/js/swiper.min.js"></script> with this line <script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script> screenshot to show how to search the line and replace after that repeat the same thing for below line find <link rel="stylesheet" href="https://unpkg.com/swiper/css/swiper.min.css"> replace with <link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css"> --------- Sorry for any issues, i guess using only cdn links for swiperslider was a mistake. this is all fixed in the new theme version for ips 4.5 and its ready to be uploaded once IPS release 4.5 version If you are using the Beta version of IPS 4.5 feel free to send me a message for the updated version of this theme πŸ™‚
  3. Looks like the cdn links i used for latest swiper slider is down πŸ˜• I will make some updates to fix it as soon as i can
  4. Sorry for that i was unaware my messages storage was full its all good now πŸ™‚
  5. Please use private messages to report bugs and issues related to ips 4.5 theme πŸ™‚ Soon i will update the files in marketplace for IPS 4.5 You can always send me a message and ask if i have any updated versions to fix the reported issues its easier and faster that way πŸ™‚
  6. Sorry I used the css code in default IPS theme and not my theme in my themes the container width is modified that's why it might not work but if you explain what you exactly trying to do I could help
  7. Im not sure what you trying to accomplish but if you are trying to change the fixed width setting then just add this to your custom.css :root{--container--width: 1000px;} This will change the width of every element that uses it, its just like before if you have changed the fixed width setting πŸ™‚ this is also better because maybe there are other places like your navigation uses the same width value i guess that could be the reason why ips deleted the setting because they now use css variables which is awesome
  8. I just tested "Pages Articles" in IPS 4.5 and they work fine but i will probably update the templates in ips 4.5 πŸ™‚ This was a setting from default ips theme. its now deleted in ips 4.5 and uses a fixed width of 1340px
  9. Well the logo hight I guess I haven't yet deleted the setting but I'm pretty sure it's not connect with anything which means it does not have any effect but all these well be fixed later on new ips version πŸ™‚
  10. Hi, Thank you I will fix them P. S some settings are deleted but on your side when you update your themes all settings remain same For example the logo high setting were deleted because it became useless in this update but it will remain on the copy of your theme unless you do a fresh install.
  11. There is actually an IPS way you can upload your forum icons manually for each forum you have simply edit a forum and you can see a upload field like this πŸ™‚ --------------- or if you want to change all icons at once then you need to do it my way and its only possible with css. open the custom.css template and paste the code i provided in it after you paste the css into custom.css then all you have to do is change the icon code to another fontawesome icon code You can find the supported Fontawesome icons here https://fontawesome.com/v4.7.0/icons/ find and click an icon then from the next page you can see the icon code like this for example Unicode: f2da
  12. you can add the below code in your custom.css template and change the content font awesome icon code .ipsItemStatus.ipsItemStatus_large .fa-comments::before, .ipsItemStatus:not( .ipsItemStatus_large ) .fa-comments::before { content: "\f2dd"; }
  13. Hi, this depends on the container width i can help if you provide a link
  14. IPS 4.5.0 Beta πŸ‘ This theme is updated for latest IPS 4.5. Beta Please message for a copy of the beta and please use private messages for anything related to beta versions
  15. IPS 4.5.0 Beta πŸ‘ This theme is updated for latest IPS 4.5. Beta version and can be downloaded for testing
  16. IPS 4.5.0 Beta πŸ‘ This theme is updated for latest IPS 4.5. Beta version and can be downloaded for testing
  17. IPS 4.5.0 Beta πŸ‘ This theme is updated for latest IPS 4.5. Beta version and can be downloaded for testing
  18. IPS 4.5.0 Beta πŸ‘ This theme is updated for latest IPS 4.5. Beta version and can be downloaded for testing Please report bugs/suggestion or anything related to the new IPS version with private messages
  19. on my side the demo site works fine
  20. Fixed thank for letting me know πŸ™‚
  21. IPS 4.5.0 Beta πŸ‘ This theme is updated for latest IPS 4.5. Beta version and can be downloaded for testing
  22. IPS 4.5.0 BetaπŸ‘ This theme is updated for latest IPS 4.5. Beta version and can be downloaded to test
  23. Hi, Have you customized any html/css templates? if so please revert the templates back to default or update the theme to reupdate and revert your customized templates you can also try to run support to clear the caches ACP > support > Something isn't working correctly
  24. Hi, Please explain the problem in details, i cant help if you don't tell me whats wrong with the theme menus do the menus click? do they open? what happens if you click on them? whats not working?
  25. Hi, please explain the issue in details what is stopped? what is not working? what do you see when you visit your website? what is not working there?
Γ—
Γ—
  • Create New...