Jump to content

Infraskew Theme [ support topic ]


Recommended Posts

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 🙂 

ebaccf594d07f7d79151715ee35036e8.png

 

 

---------------

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

6f7f3e676ab16a115825ef39af009ae7.png

e2227169c491ab0f7ab2876f46e75c10.png

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 by TAMAN
Link to comment

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 by Davyc
Link to comment
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

Link to comment
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 🙂

 

Link to comment
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 by TAMAN
Link to comment

 

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;}

 

Link to comment
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

 

Link to comment
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.

Link to comment
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 by TAMAN
Link to comment
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 🙂

 

Link to comment
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 🙂 

Link to comment

To quickly fix the recent swiper slider not loading

 

77e81d0680b0278e960865b9e9824a90.png

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

f30fed86c5e753aa1b614535937d0062.png

 

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 by TAMAN
Link to comment
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 by TAMAN
Link to comment
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 

Link to comment
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?

Link to comment
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.

Link to comment
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

 

77e81d0680b0278e960865b9e9824a90.png

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

f30fed86c5e753aa1b614535937d0062.png

 

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 🙂 

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...