Jump to content

Advanced Footer [ Support topic ]


Recommended Posts

Hi guys,

Firstly thanks for a awesome plugin, this should really be a standard feature in IPB. 

I have question. Would it be possible to arrange the width of the columns so when going full width, columns stay directly under the width of the forum, and not as screenshot below shows. I'm trying to keep a tight look :rofl: . I saw that one of your themes have this enable when going full width with the footer.. Think it was Magnum theme i saw it on. 

Could you advise on how to do this with some css perhaps?

 - Lars

footer.PNG

Edited by Lars Bredvig
Link to comment

Actually, I've just discovered your "Behemoth Them" what a nice theme mate! lots of credit for that one. I will most likely go with that one for my project, however above would still be nice to know in case I would use it on the standard IPB theme.

- Lars

Edited by Lars Bredvig
Link to comment
3 hours ago, Lars Bredvig said:

Hi guys,

Firstly thanks for a awesome plugin, this should really be a standard feature in IPB. 

I have question. Would it be possible to arrange the width of the columns so when going full width, columns stay directly under the width of the forum, and not as screenshot below shows. I'm trying to keep a tight look :rofl: . I saw that one of your themes have this enable when going full width with the footer.. Think it was Magnum theme i saw it on. 

Could you advise on how to do this with some css perhaps?

 - Lars

footer.PNG

Hello,

Yes, its pretty easy, Just add the below css to your theme custom.css

.af_Container .af_Layout .ipsColumns{
	max-width: 1310px;
  	margin: 0 auto;
}

You might only need to adjust the width a little bit :) 

3 hours ago, Lars Bredvig said:

Actually, I've just discovered your "Behemoth Them" what a nice theme mate! lots of credit for that one. I will most likely go with that one for my project, however above would still be nice to know in case I would use it on the standard IPB theme.

- Lars

I'm glad that you like it, :) Let me know if you need anything else

Link to comment
1 hour ago, jair101 said:

Do you have any idea if it works well with Ehren's themes?

Hello,

Yes, It works :) 

It really only depends on some of ips suite css classes and id names which must and should exist on any themes out there.

Edited by TAMAN
Link to comment

@TAMAN

How do I get something like this: (that you have in the demo image of the Advanced Footer).5899e391a3a67_ATestForumIPSCommunitySuite(2).png.de3dcf9bb591beaa41457c283d90eb38.png

 

With the slopped gray bottom that it looks like it came from the Behemoth theme (I recently got the Dreadnought one), I would like to try and have something very much like the Spartac guys they did an amazing job on theirs ~ 

 

Untitled1232.png

Edited by United We Stand
Link to comment

Hello :) 

 

20 minutes ago, United We Stand said:

@TAMAN

How do I get something like this: (that you have in the demo image of the Advanced Footer).

With the slopped gray bottom that it looks like it came from the Behemoth theme (I recently got the Dreadnought one), I would like to try and have something very much like the Spartac guys they did an amazing job on theirs ~ 

Untitled1232.png

In plugin Colors tab you can enable Seperate Rows setting and then you can add a different color to top row 

MaxthonSnap20170410025925.png.e2b26a2686e2774a576d0a8311446112.png

 

It is same as Spartac website, the only thing i might see it different is the background colors which is transparent on his website :) 

 

 

 

Edited by TAMAN
Link to comment
18 minutes ago, United We Stand said:

Untitled12321.png

 

this is what mine looks like lol so just trying to figure this out, also I think the adaptive to wrapper thing isn't working, I mine mine a little bigger than the default size. 

 

I just tested all the settings on my side it doesn't look like that at all, can you tell me what settings are you using on the plugin configuration tab?

basically, if you're selecting to set the advanced footer in the main body layout, theres no need to select Wrapper width selection, just select full width

 

Edited by TAMAN
Link to comment
13 minutes ago, United We Stand said:

When I do full, it looks like this: 

Yes thats because you are selecting full width lol ?

Im not quite sure what you're trying to do. could you simply tell me what do you want so i can help? :) 

if you're trying to make it adaptive to wrapper and above the ips footer

look at the settings in this image

MaxthonSnap20170410052158.thumb.png.6b7d9453e7b0d6c77c107ede8a0c2559.png

after that your advanced footer should look like this 

MaxthonSnap20170410052308.thumb.png.a15fbcaa02549a245d17efdf53fbc7c0.png

 

Edited by TAMAN
Link to comment
8 minutes ago, United We Stand said:

Okay I did those settings and it looks more like it now but the width doesn't match still which i think it's cause I resized the theme and set it to 77% to make it a little bigger. 

Is this fixable or maybe a setting you can add?

Untitled3123.png

Oh, are you using fluid width in your theme settings? 

then try this settings

 

MaxthonSnap20170410054810.png.2c62baed8d6c22c1b396fb81b65b288a.png

Edited by TAMAN
Link to comment

Add this to custom.css 

.af_Container {
    padding: 0;
}

this is just some padding which is quite necessary on most of the themes 

however, i will add a setting to optionally add or remove padding in next update. :) 

Edited by TAMAN
Link to comment

Would you know how to change up these lines on the ends so it blends in together? Also do you know how they did the transparent? I don't think you can type transparent where those numbers go.

help_Foot.png

Also awesome thanks for the quick and great support TAMAN! I'll make sure to pop good reviews.

 

Edited by United We Stand
Link to comment

actually looking at it, the Spartan guys have a follow us and a powered by spots in each corner, just trying to figured that out so that maybe I dont need those lines changed

 

Yep adding those did the trick :)  just trying to figure out the transparent thing now lol

Edited by United We Stand
Link to comment
1 minute ago, United We Stand said:

actually looking at it, the Spartan guys have a follow us and a powered by spots in each corner, just trying to figured that out so that maybe I dont need those lines changed

The follow us is the social links, located in "About us" tab 

the other one on right side is a custom editor block located in custom block tab :) 

Link to comment

I have the logo in the editor block one, in the custom html (by mistake) i put the logo + img tag in that, I'm guessing for the Powered By thing I need to put html for the other img, but everytime I delete that code out of the html part and click save, I go back and it keeps coming back.

opps1.png

thats the opps I made, and no matter what I type, or leave blank and try to save it keeps coming back.

Edited by United We Stand
Link to comment
7 minutes ago, United We Stand said:

I have the logo in the editor block one, in the custom html (by mistake) i put the logo + img tag in that, I'm guessing for the Powered By thing I need to put html for the other img, but everytime I delete that code out of the html part and click save, I go back and it keeps coming back.

opps1.png

thats the opps I made, and no matter what I type, or leave blank and try to save it keeps coming back.

There is a bug in codemirror field that the field does not save unless if you open the plugin editing page, it has been reported before, IPS need to fix it, and this is not a bug with my plugin. 

anyways, open the plugin editing page in a new tab,  simply right click on the pen icon and open in a new tab and then edit the custom html field and save :) 

MaxthonSnap20170410072147.thumb.png.579be15855a6929e0d6cf12caa78b48b.png

 

 

You can use the custom EDITOR field to add the image too

<img src="IMAGE LINK">

MaxthonSnap20170410072913.png.0e82f54c9ee219599eb4e1c6f7db9a5b.png

 

Link to comment
1 hour ago, United We Stand said:

ahh okay, yep that did the trick, this might be the last one thanks for all the help so far.

 

Untitled12512.png

 

how can I remove that middle line. Also how can I do that transparent thing like the Spartan guys did?

I believe this is the border color, i cant check i turned my pc off,

But simply make the border separator color same as the background color and it will disappear :) 

   

Link to comment
On 4/9/2017 at 4:45 PM, TAMAN said:

Hello,

Yes, It works :) 

It really only depends on some of ips suite css classes and id names which must and should exist on any themes out there.

Hi Taman, 

I just bought the plugin and installed it on my test board. It does work on the default theme, but alas not on the one from Ehren. Can you point me in the direction to troubleshoot this?

Link to comment
  • Recently Browsing   0 members

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