-
AuthorPosts
-
March 16, 2016 at 3:22 pm #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 thanksMarch 16, 2016 at 9:28 pm #599239Hey 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,
BasilisMarch 23, 2016 at 3:32 pm #602560Sorry, I don’t understand? Do you mean build an addition to the footer using page builder? Not sure how to do that…
March 23, 2016 at 3:37 pm #602566Hey!
Please create a testing page and create the section you would like to add above footer and then let us know.
Best regards,
YigitMarch 23, 2016 at 7:50 pm #602767Hi,
Section created and called test. Will I be able to edit it once it’s done? Many thanks!March 24, 2016 at 8:27 pm #603399Hi!
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,
YigitMarch 29, 2016 at 10:48 am #604348Hi,
Login attached :)March 29, 2016 at 3:27 pm #604625Hi!
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.
March 29, 2016 at 6:20 pm #604724That’s great! What code would I need to add to centre the text within the block?
Thanks
March 29, 2016 at 6:29 pm #604730Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.focusable { text-align: center; }
Best regards,
YigitMarch 29, 2016 at 6:37 pm #604740That’s perfect, many thanks!
-
AuthorPosts
- The topic ‘Footer to mirror top bar?’ is closed to new replies.