[cXF] Advanced Footer

[cXF] Advanced Footer [Paid] 2.3.1

No permission to buy (€25.00)

BassMan

Well-known member
Glad to see this updated to Xenforo 2. I haven't upgraded yet as I'm waiting on a stable release as well as wondering what I'm going to do about a style since themescorp isn't releasing the Xenforo 2 version of my style until many months down the road. However once I find a style for my site I definitely plan to buy this.

I wanted to thank you for making it. Also if you made a new welcome notice add on that would be amazing too. Just an idea if you ever find the time. Thanks again.
 
Just upgraded my account on your site to Gold and made the purchase! :P

I'm hoping the welcome notice is included with Gold. Looking forward to seeing it release and very excited about upgrading now that Xenforo 2 is official. I just bought UI.X 2 so I'm going to toy with this tonight. Anyways more money well spent. Thanks for your hard work @BassMan
 
Yep we got a problem. Dang why is this happening :(

The add-on doesn't work for the style UI.X 2. I made sure the styles footer was off and everything but apparently when setting columns to on, nothing appears. The UI.X footer doesn't seem to be able to be customized with anything but the sidebar widgets which is a huge bummer.

I checked the default style and the footer add on worked with the default style but for some reason will not work with the UI.X 2 theme.

Not sure where to go from here. The add on worked fine on XF 1.5 and I was using a different style other than default on that one too so not sure why this happened.

Regards,

Brad
 
It's a custom style. I believe it's too customized. This add-on is tested for default style. I can check on your board if you give me an admin access.
 
It's a custom style. I believe it's too customized. This add-on is tested for default style. I can check on your board if you give me an admin access.

Okay I'll message you now. I hope you can get it to work. If it's too complicated after you try let me know. Thanks.
 
@BassMan Hey man! I just puchased a subscription and I have the same problem as @Brad Padgett with this addon, most of the options doesn't works with UI.X 2, can you help me out please? Thanks!
 
For anyone else using a UI.X based theme that wants to use advanced footer here's how you get it to work to save bassman the trouble.

First enable debug mode in your config.php located in the src folder of your installation. You do that by adding this code to that file:

Code:
$config['debug'] = true;

Then go to appearance > template modifications

The template modification is for page_container

In the find box put this:

HTML:
<div class="p-footer-copyrightRow">
                <div class="pageContent">

In the replace box put this:

HTML:
<xf:if is="property('af_col_enable') == 'enabled'">
    <xf:include template="cxf_advanced_footer_columns" />
</xf:if>
<xf:if is="$xf.options.af_col_social_enable">
    <xf:if is="!$xf.options.af_col_social_pos">
        <div class="cxf-column cxf-column-social">
            <xf:if is="property('af_col_social_hide_title') == 'disabled'"><h3>{{ property('af_col_social_title') }}</h3></xf:if>
            <xf:include template="cxf_advanced_footer_social" />
        </div>
    </xf:if>
</xf:if>
  
$0

Make sure the template modification is for page_container and click save. Then simply go back to your config.php file in the src folder and erase the code you put for debug mode so that it's back in normal mode.

Hope that helps.
 
How can I to show, add or edit content to footer column?
  • footer columns
    • show up to three customizable footer columns (change background, content, title, colors, borders etc.)
    • add text or any other content to footer column
    • disable footer columns on mobile if you wish
I don't find the documents for guide to use this add on.
 
Top Bottom