Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #598950

    Hi,
    I’d like an additional footer above the main footer to mirror the top bar, with different text but with social icons. Is that possible?
    Many thanks

    #599239

    Hey Purplenaartjie!

    have you tried to use the ALB editor to create that, with a visual way?
    That is the best solution to have it done.

    Best regards,
    Basilis

    #602560

    Sorry, I don’t understand? Do you mean build an addition to the footer using page builder? Not sure how to do that…

    #602566

    Hey!

    Please create a testing page and create the section you would like to add above footer and then let us know.

    Best regards,
    Yigit

    #602767

    Hi,
    Section created and called test. Will I be able to edit it once it’s done? Many thanks!

    #603399

    Hi!

    We are going to add it using shortcode in custom code and if you would like to update the content, you are going to need to edit your shortcode.

    Login credentials are not working for me, can you please check them once again?

    Best regards,
    Yigit

    #604348

    Hi,
    Login attached :)

    #604625

    Hi!

    I added following code to bottom of Functions.php file in Appearance > Editor

    add_action('ava_before_footer','my_custom_footer');
    function my_custom_footer(){ 
    echo do_shortcode("[av_one_full first min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px,20px,0px,20px' border='' border_color='' radius='0px' radius_sync='true' background_color='#004b88' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='']
    
    [av_textblock size='' font_color='' color='']
    <span style='font-size: 9pt;''><strong><span style='color: #fcba69;'>Benefits, Work, Debt and money, Consumer, Relationships, Housing, Law and rights, Discrimination, Tax, Healthcare, Education</span></strong></span>
    [/av_textblock]
    
    [/av_one_full]");
    }

    and also enabled debugging mode – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Please review your website now

    Regards,
    Yigit

    • This reply was modified 8 years, 8 months ago by Yigit.
    #604724

    That’s great! What code would I need to add to centre the text within the block?

    Thanks

    #604730

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .focusable {
        text-align: center;
    }

    Best regards,
    Yigit

    #604740

    That’s perfect, many thanks!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Footer to mirror top bar?’ is closed to new replies.