Tagged: footer
-
AuthorPosts
-
March 10, 2014 at 2:23 pm #234708
In one of the 3 footers, i see :
“INTERESTING LINKS
Here are some interesting links for you! Enjoy your stay :)”
Where can i change this text ?
Thanks,
Philippe
March 10, 2014 at 3:13 pm #234730Hey Philippe!
You can go to Appearance > Widgets and add any other widget to one of the Footer Columns. If you would like to display them empty, please add an empty Text widget.
Best regards,
YigitJuly 2, 2014 at 12:20 am #285960Hi guys
That reminds me to ask a question: Default sample line “INTERESTING LINKS”, Here are…” is just about at the right distance from the upper (starting) edge of the footer area. When I insert a text widget to create some custom text, e.g. type the same line “Interesting Links” in the widget, that text line starts about 10px lower than the original, which is to me not looking so good as on the sample page. Not a big deal, but can I fix it?
Thank you in advance, regards,
IvanJuly 2, 2014 at 2:43 am #285985Hi Ivan!
Can you post a link to your website?
Cheers!
JosueSeptember 27, 2014 at 7:29 pm #325993The same thing is happening to me. I was trying to replace the default footer text but couldn’t find it in the widget area. After researching I my understanding is to just create a text widget and drag it to FOOTER – COLUMN 1. and so forth. That did replace “interesting links” but it sits lower than the default
http://www.jodiecharlop.com/
I am new to enfold so I may have missed some documentation on all this
Thanks
ClaudiaSeptember 27, 2014 at 9:39 pm #326025Hey Claudia!
Try adding this code to the Quick CSS or child style.css:
#footer .widget.widget_text { margin: 20px 0 30px 0; }
Cheers!
JosueJanuary 18, 2016 at 6:16 am #566927Hi, I am just wondering if there’s a way I can add 2 more columns to the footer?I am after 7 columns in total for the footer.
Thanks!
ElainJanuary 18, 2016 at 5:18 pm #567277Hey!
Try the following:
https://kriesi.at/support/topic/6-columns-in-footer/#post-138601Cheers!
JosueJanuary 19, 2016 at 12:09 am #567480Hi Josue,
I can’t seem to find the code suggested by Ismael (below):
“subtype” => array(‘1’=>’1′,’2’=>’2′,’3’=>’3′,’4’=>’4′,’5’=>’5’));I am using the latest version of the Enfold template – Do you think the code is still the same ?
Kind Regards,
ElainJanuary 19, 2016 at 12:37 am #567485Yeah, that part has been changed a bit, but the idea is the same, just add more numbers to it:
$avia_elements[] = array( "slug" => "footer", "name" => __("Footer Columns", 'avia_framework'), "desc" => __("How many columns should be displayed in your footer", 'avia_framework'), "id" => "footer_columns", "type" => "select", "std" => "4", "subtype" => array( __('1', 'avia_framework') =>'1', __('2', 'avia_framework') =>'2', __('3', 'avia_framework') =>'3', __('4', 'avia_framework') =>'4', __('5', 'avia_framework') =>'5', __('6', 'avia_framework') =>'6', __('7', 'avia_framework') =>'7'));
/includes/admin/register-admin-options.php
Cheers!
JosueJanuary 19, 2016 at 12:44 am #567487Cool! Got it! Thanks for your quick reply!
Cheers,
ElainJanuary 19, 2016 at 12:45 am #567489You are welcome, glad to help :)
Regards,
JosueMarch 17, 2016 at 3:52 pm #599626I am also new to enfold but would like to edit my footer. I have divided it into 2 columns but wanted 1 to take up 70% of the width and the 2nd one 30%. In the 2nd column I wanted to add one of my association logos but I can’t work out how to do that?
March 17, 2016 at 4:49 pm #599707Hi!
@pixeleyes4u Please go to Enfold theme options > Footer and choose to display 2 column and then add following code to Quick CSS in Enfold theme options under General Styling tab#footer .flex_column:nth-child(1) { width: 67%; margin-left: 0; } #footer .flex_column:nth-child(2) { width: 27%; }
Cheers!
YigitMarch 18, 2016 at 12:15 pm #600239Brilliant this has adjusted the width of the two columns perfectly. Thank you for your help.
One more question, how can I add a logo / media image into the 2nd column?We are members of an association and have to have there logo on the website. I’ve added the logo to the media folder but I cannot get it to appear in the footer?
March 18, 2016 at 6:41 pm #600489Hi!
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Or, You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Cheers!
YigitOctober 5, 2016 at 6:42 pm #695702Hello everyone,
I’m trying to change the height of the footer, because it is too high for the few overhead lines of text and image that I put inside.
Any ideas?
Thank you
——–
Hola a todos,Estoy intentando modificar la altura del footer, porque es demasiado alta por las pocas linias de texto y la imagen que he puesto dentro.
Alguna idea?
GraciasOctober 5, 2016 at 10:23 pm #695791Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#footer .widget { margin: 5px 0 5px 0; }
Best regards,
YigitOctober 6, 2016 at 8:37 am #695907Great!
It works very well!
Thank you!
October 7, 2016 at 5:42 am #696265January 11, 2019 at 2:48 am #1052556How can you center align the footer text? It doesn’t give that option Text dropdown dialog box.
January 12, 2019 at 6:35 am #1052981 -
AuthorPosts
- You must be logged in to reply to this topic.