Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #1257036

    Hi i would like to add a section between the socket at the bottom and the footer.
    it is just to display 3 company logos.

    what the best way to do this?
    its the block of 3 logos shown here in the photoshop[ mock up

    website footer

    • This topic was modified 3 years, 11 months ago by simononestop.
    #1257064

    by adding a 5th footer and stretching it across I can get it to this?

    but obviously cant colour the background full width

    fdsf

    #1257164

    Hi simononestop,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1257989

    Hi thanks for the reply
    its a staging version of our site at the moment. not sure if you can view it https://staging1.tate-fencing.co.uk/product/cuckmere-hit-and-miss-panel/

    However i think the answer now is to use a page as the footer (which I didn’t know you could do) .

    However I’m struggling to get this to work?

    I’ve created a page “footer” exactly how we want it
    set the default enfold-child theme options > footer > to select a page to display as footer but nothing changes?

    it still displays the footer widgets?

    #1257990

    Hi,

    Could you please create temporary admin logins and post them here privately? Setting your page as footer should have done exactly that :)

    Cheers!
    Yigit

    #1258002

    Hi Yigit
    so create a new user as an admin.

    #1258003

    i cant create a user with the same email?

    #1258006

    Hi,

    You can use (Email address hidden if logged out) for email but please post login credentials here privately so any available moderator can look into it :)

    Best regards,
    Yigit

    #1258008

    details should be below

    #1258012

    Hi,

    Could you please post htaccess logins as well? We need them to access to site :)

    Best regards,
    Yigit

    #1258016

    ah I don’t have access to that. I cant try speak to the It guy

    #1258021

    Hi,

    Please do so, so we can login and check why setting page as footer is not working as expected :)

    Cheers!
    Yigit

    #1258034

    ah sorry was it this log in you needed as well

    to log in to the first htc

    • This reply was modified 3 years, 11 months ago by simononestop.
    #1258041

    Hi!

    Sorry for going back and forth without results but now I am getting “Sorry, your request cannot be accepted.” when I go to login page :)

    Let us try a different approach:
    – Please refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and enable debugging mode in ALB
    – Add following code to bottom of Functions.php file

    
    add_action('avia_after_footer_columns', 'new_avia_after_footer_columns');
    function new_avia_after_footer_columns(){
    	echo do_shortcode("[your shortcode goes here]");
    }

    – Edit the page you created to use as your footer and copy the shortcode from debugging field below ALB and replace where it says [your shortcodes goes here] in the code above

    Regards,
    Yigit

    #1258047

    hmm sorry I get

    Scrape nonce check failed. Please try again.

    when adding

    //set builder mode to debug
    add_action(‘avia_builder_mode’, “builder_set_debug”);
    function builder_set_debug()
    {
    return “debug”;
    }

    to the bottom of the functions.php

    #1258050

    Hi,

    If you do not mind posting FTP logins we could enable debugging mode for you. We would then need you to provide shortcodes of the footer page (using pastebin.com) so we can update following code

    add_action('avia_after_footer_columns', 'new_avia_after_footer_columns');
    function new_avia_after_footer_columns(){
    	echo do_shortcode("[your shortcode goes here]");
    }

    If we could access the backend that would be way better of course :)

    Best regards,
    Yigit

    #1258576

    Hi Yigit

    sorry for the late reply

    i did manage to try

    add_action(‘avia_after_footer_columns’, ‘new_avia_after_footer_columns’);
    function new_avia_after_footer_columns(){
    echo do_shortcode(“[your shortcode goes here]”);
    }

    it does work for the home page but didnt work on some of the other pages as they have a side bar.

    im back to the drawing board trying to get the use page as footer to work hmmmm :(

    #1259249

    Thanks for all your help all working now.
    we copied the new footer php files across and its all working loading the page as a footer.

    you can closer this now

    #1259315

    Hi simononestop,

    Great :)

    We are closing the thread.

    If you need further assistance please let us know in a new one.

    Best regards,
    Victoria

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘add section between footer and socket.’ is closed to new replies.