aquarium

Customer
I've created a child theme and noticed that block 5 isn't working for me and duplicating block 4. Looking at the templates, I see xb_footer_block5 is empty. I copied in the code for block 4 and modified it to use template 5 but it is not working.

template: xb_footer_block4

Looking at the Edge demo, there is no template 5 at the bottom so I can't tell if something is unhooked or it's just me messing with your perfection. My block 5 shows the social links and there isn't anything I can do to remove it. Disabling block 4 doesn't change the Social Links from appearing at the bottom. It's odd.
 
Solution
Typically, the footer blocks should equate 100%. So if you wanted all 5, you could do 20/20/20/20/20 as an example.

You can use the style property to use basic HTML here:

1708710481112.png


But if you want to use the template "xb_footer_block5"

You need to change "Footer block 5 content" to this:
1708710518421.png


xb_footer_block5 template is empty indeed, I guess I could place the same text in there as the other templates.

When it comes to the icons, if I recall, Edge may have had those icons in that spot before other styles but I eventually moved it into the overall framework. Go to Style properties -> Basic options, you'll see "Show icons in custom footer".
I've partially figured this out.
0px is entered by default into block 5 in the control panel. I changed this to 100%.

I added the code above into the style for block 5. I think that the social links might be controlled by a different control that goes below block 5 and I'm looking where to turn that off.

<div class="p-footer-social p-footer-socialBottom">

Another thread says to go here but I can't find a place to turn off the Social Connect box at the bottom:
"Style Properties: Edge Properties -> Enable Social Icons Below Custom Footer, uncheck that."
 
Last edited:
Typically, the footer blocks should equate 100%. So if you wanted all 5, you could do 20/20/20/20/20 as an example.

You can use the style property to use basic HTML here:

1708710481112.png


But if you want to use the template "xb_footer_block5"

You need to change "Footer block 5 content" to this:
1708710518421.png


xb_footer_block5 template is empty indeed, I guess I could place the same text in there as the other templates.

When it comes to the icons, if I recall, Edge may have had those icons in that spot before other styles but I eventually moved it into the overall framework. Go to Style properties -> Basic options, you'll see "Show icons in custom footer".
 
Solution
Doing 20/20/20/20/20 puts 5 blocks. Entering 25/25/25/25 and 100 gives you 4 blocks and one block that spans the entire footer. I'll admit this was unintentional as the fifth block seems to have been disabled and I discovered the need to add in the extra block in the template and then added 100% to get that neat effect of having the social media icons centered at the bottom. All looks good now, thank you!
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back