Changing Footer

Permalink Browser Info Environment
I think your new template slate is great but, for some reason I can't find where to change the footer please advise.

Kind Regards,
John

Type: Discussion
Status: New
johnribar
View Replies:
c5mix replied on at Permalink Reply
c5mix
Thanks John!
You'll have to change it in the footer.php file (which is located in theme_slate/themes/slate/elements/footer.php). Look on line 31 (that's where the text at the very bottom starts).

Let me know if you have any other questions. Thanks for purchasing!
johnribar replied on at Permalink Reply
johnribar
Great, I got it thanks.
c5mix replied on at Permalink Reply
c5mix
You're welcome!
gaijin4life replied on at Permalink Reply
gaijin4life
I see where this is in the footer.php, but all I can really do is remove one or more of the footer columns, but if I do that, the remaining three don't resize. How can I end up with three wider footer columns instead of the four short ones it has now?

Thanks!
c5mix replied on at Permalink Reply
c5mix
Change this:
<div class="row">
            <div class="col_3">
                <?php 
            $a = new Area('Footer');
            $a->display($c);
            ?>
            </div><!-- .col_3 ends -->
            <div class="col_3">
                <?php 
            $a = new Area('Footer Column Two');
            $a->display($c);
            ?>
            </div><!-- .col_3 ends -->
            <div class="col_3">
                <?php

To this:
<div class="row">
            <div class="col_4">
                <?php 
            $a = new Area('Footer');
            $a->display($c);
            ?>
            </div><!-- .col_4 ends -->
            <div class="col_4">
                <?php 
            $a = new Area('Footer Column Two');
            $a->display($c);
            ?>
            </div><!-- .col_4 ends -->
            <div class="col_4 last">
                <?php
gaijin4life replied on at Permalink Reply
gaijin4life
Thanks.

Also, I'm not sure if this is a Slate thing or a concrete5 thing, but bullet-pointed lists in content blocks assigned to be center-aligned leave the bullet point on the left and center the text in Firefox - looks really weird. Renders as you'd expect in IE8/9, but no go in Firefox.

Is that a slate thing or a concrete5 thing?
c5mix replied on at Permalink Reply
c5mix
I think it's a browser/css thing. Firefox is probably the 'correct/standards' way, and IE8/9 probably isnt (just because Firefox is more standard compliant than IE, especially versions before 9). Not 100% sure though.

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.