TAMAN Posted June 25, 2020 Author Posted June 25, 2020 (edited) 13 hours ago, Cristiano Cianfa said: this is not clear to me. can u explain it better please? Thx 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 Edited June 25, 2020 by TAMAN
Davyc Posted June 29, 2020 Posted June 29, 2020 (edited) In the 4.5 beta theme settings I noticed that the fixed width option is missing; this means that an alternative to the default cannot be set - is this a limitation of the new 4.5 or just something that has been left out? As an aside - does the articles style extra work in 4.5 beta 4? With thanks Edited June 29, 2020 by Davyc
TAMAN Posted June 29, 2020 Author Posted June 29, 2020 4 hours ago, Davyc said: As an aside - does the articles style extra work in 4.5 beta 4? I just tested "Pages Articles" in IPS 4.5 and they work fine but i will probably update the templates in ips 4.5 🙂 4 hours ago, Davyc said: In the 4.5 beta theme settings I noticed that the fixed width option is missing; this means that an alternative to the default cannot be set - is this a limitation of the new 4.5 or just something that has been left out? This was a setting from default ips theme. its now deleted in ips 4.5 and uses a fixed width of 1340px
Davyc Posted June 30, 2020 Posted June 30, 2020 11 hours ago, TAMAN said: I just tested "Pages Articles" in IPS 4.5 and they work fine Magic thanks for the update. 11 hours ago, TAMAN said: This was a setting from default ips theme. its now deleted in ips 4.5 and uses a fixed width of 1340px I had a feeling this was the case - I made an alteration using CSS which was no problem, but anyone else attempting this should note that the fixed width of the fixed main navigation bar needs to be changed too or it will look odd when you begin to scroll 🙂
TAMAN Posted June 30, 2020 Author Posted June 30, 2020 (edited) 4 hours ago, Davyc said: I had a feeling this was the case - I made an alteration using CSS which was no problem, but anyone else attempting this should note that the fixed width of the fixed main navigation bar needs to be changed too or it will look odd when you begin to scroll 🙂 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 Edited June 30, 2020 by TAMAN
Davyc Posted June 30, 2020 Posted June 30, 2020 Actually that doesn't work at all, when I commented out my CSS and applied this the whole thing went back to 1340px and I prefer 1450px width as it gives a little more breathing room for those with monitors with space to spare. 31 minutes ago, TAMAN said: :root{--container--width: 1000px;}
TAMAN Posted July 1, 2020 Author Posted July 1, 2020 21 hours ago, Davyc said: Actually that doesn't work at all, when I commented out my CSS and applied this the whole thing went back to 1340px and I prefer 1450px width as it gives a little more breathing room for those with monitors with space to spare. 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
Davyc Posted July 1, 2020 Posted July 1, 2020 Just now, TAMAN said: if you explain what you exactly trying to do I could help You are always on the ball with help and that is very much appreciated, not just by me but everyone who purchases one of your themes. I actually got it to do what I wanted, which was to increase the main container width to 1450px using the following CSS I gleaned from the Chrome console: For the main contain width I used this: /* Increase main container width */ .ipsLayout_container, .ipsLayout_minimal .ipsLayout_container, .ipsApp.ipsApp_front #ipsLayout_header, .footer-wrap { max-width: 1450px; } And to ensure that the nav bar when sticking to the top behaved correctly I used this: /* Change width of fixed nav bar */ .ta_Header.ta_fixedBar .ta_navBar, #ipsLayout_header .ta_Header.ta_fixedBar nav { width: 1450px; } I'm not sure how correct these CSS changes are, or whether they're clunky, but they worked. If you believe that a different approach would be more effective I'd love to see it. Many thanks again for your superb support - I've actually recommended your Infraskew theme to a fellow admin who I work with and I'm sure that he will knuckle down and purchase your theme, which, incidentally, is a delight to work with as I've managed to customise my site to the exact way I imagined it to be with relative ease. So, thanks again for your help and support. TAMAN 1
Davyc Posted July 1, 2020 Posted July 1, 2020 Just updated to 4.5 Beta 5 and the header is cut off at the top: Adding a margin-top value of 100px fixed this, but I reckon you may want to change this in theme 🙂 Fixed:
Davyc Posted July 2, 2020 Posted July 2, 2020 (edited) The same issue with the header logo is also in the Gradient theme. Edited July 2, 2020 by Davyc
TAMAN Posted July 2, 2020 Author Posted July 2, 2020 (edited) 2 hours ago, Davyc said: The same issue with the header logo is also in the Gradient theme. 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 🙂 Edited July 2, 2020 by TAMAN
Davyc Posted July 2, 2020 Posted July 2, 2020 1 hour ago, TAMAN said: Please use private messages to report bugs and issues related to ips 4.5 theme Will do in future - for some strange reason the last time I tried to message you the system stated that you could not receive messages, I see that this has now changed 🙂
TAMAN Posted July 2, 2020 Author Posted July 2, 2020 Just now, Davyc said: Will do in future - for some strange reason the last time I tried to message you the system stated that you could not receive messages, I see that this has now changed 🙂 Sorry for that i was unaware my messages storage was full its all good now 🙂 Davyc 1
TAMAN Posted July 4, 2020 Author Posted July 4, 2020 (edited) 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 🙂 Edited July 5, 2020 by TAMAN
Vegan Gaymer Posted July 4, 2020 Posted July 4, 2020 Hey Taman! I'm not sure what is happening here, but I logged in today to find this happening... https://www.awesomescreenshot.com/video/328632?key=2f540a49ef1a3ce3867c9da68e6a7220 I updated the theme, but nothing changed.
TAMAN Posted July 4, 2020 Author Posted July 4, 2020 (edited) 1 hour ago, Vegan Gaymer said: Hey Taman! I'm not sure what is happening here, but I logged in today to find this happening... https://www.awesomescreenshot.com/video/328632?key=2f540a49ef1a3ce3867c9da68e6a7220 I updated the theme, but nothing changed. Hi, its due to the swiperslider not loading anymore there is 2 links to replace and it only takes a minute to fix I have explained with screenshots above your last post here 🙂 Edited July 4, 2020 by TAMAN
Vegan Gaymer Posted July 4, 2020 Posted July 4, 2020 23 minutes ago, TAMAN said: I have explained with screenshots above your last post here 🙂 Good lord... I was half-asleep and missed that. I am so sorry. You are awesome.
TAMAN Posted July 4, 2020 Author Posted July 4, 2020 4 minutes ago, Vegan Gaymer said: Good lord... I was half-asleep and missed that. I am so sorry. You are awesome. you are awesome too! 😄 -- btw this theme is completely updated and ready to be uploaded once they release IPS 4.5 version 🙂 if you want to use the beta version feel free to message me for a copy of the updated version Vegan Gaymer 1
bosss Posted July 4, 2020 Posted July 4, 2020 15 hours ago, TAMAN said: 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 🙂 can we used this for dreadnought theme?
TAMAN Posted July 4, 2020 Author Posted July 4, 2020 39 minutes ago, bosss said: can we used this for dreadnought theme? Yes its all same for swiper slider
katz_global Posted July 5, 2020 Posted July 5, 2020 On 7/3/2020 at 5:11 PM, TAMAN said: 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 🙂 Hello, There does not seem to be a screen shot on the page for me. I do not know what file to edit. Please let me know what files to edit. Thank you.
TAMAN Posted July 5, 2020 Author Posted July 5, 2020 1 hour ago, katz_global said: Hello, There does not seem to be a screen shot on the page for me. I do not know what file to edit. Please let me know what files to edit. Thank you. I edited the post 🙂
Cristiano Cianfa Posted July 7, 2020 Posted July 7, 2020 Hello, my slider is not working anymore: image is not showing and the bar is "eating" the navigation buttons. Can u help please? Thx
TAMAN Posted July 8, 2020 Author Posted July 8, 2020 4 hours ago, Cristiano Cianfa said: Hello, my slider is not working anymore: image is not showing and the bar is "eating" the navigation buttons. Can u help please? Thx 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 🙂
Cristiano Cianfa Posted July 8, 2020 Posted July 8, 2020 Can you explain how to find the second line please? The exact step by step: we are not all "programmers" as you are so you must be specific please, becuase this stuff is not working. Thanks
Recommended Posts