Tagged: 

Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #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

    #234730

    Hey 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,
    Yigit

    #285960

    Hi 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,
    Ivan

    #285985

    Hi Ivan!

    Can you post a link to your website?

    Cheers!
    Josue

    #325993

    The 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
    Claudia

    #326025

    Hey Claudia!

    Try adding this code to the Quick CSS or child style.css:

    #footer .widget.widget_text {
        margin: 20px 0 30px 0;
    }

    Cheers! 
    Josue

    #566927

    Hi, 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!
    Elain

    #567277
    #567480

    Hi 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,
    Elain

    #567485

    Yeah, 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!
    Josue

    #567487

    Cool! Got it! Thanks for your quick reply!

    Cheers,
    Elain

    #567489

    You are welcome, glad to help :)

    Regards,
    Josue

    #599626

    I 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?

    #599707

    Hi!


    @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!
    Yigit

    #600239

    Brilliant 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?

    #600489

    Hi!

    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!
    Yigit

    #695702

    Hello 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?
    Gracias

    #695791

    Hi,

    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,
    Yigit

    #695907

    Great!

    It works very well!

    Thank you!

    #696265

    Hi,

    Glad we could help :-)

    Best regards,
    Rikard

    #1052556

    How can you center align the footer text? It doesn’t give that option Text dropdown dialog box.

    #1052981

    Hi barrystrauss,

    Which text are you looking align? Please post a link to where we can see it.

    Best regards,
    Rikard

Viewing 22 posts - 1 through 22 (of 22 total)
  • You must be logged in to reply to this topic.