-
AuthorPosts
-
October 30, 2020 at 12:50 pm #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- This topic was modified 4 years ago by simononestop.
October 30, 2020 at 3:40 pm #1257064by adding a 5th footer and stretching it across I can get it to this?
but obviously cant colour the background full width
October 30, 2020 at 9:33 pm #1257164Hi simononestop,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaNovember 3, 2020 at 1:40 pm #1257989Hi 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?
November 3, 2020 at 1:47 pm #1257990Hi,
Could you please create temporary admin logins and post them here privately? Setting your page as footer should have done exactly that :)
Cheers!
YigitNovember 3, 2020 at 2:28 pm #1258002Hi Yigit
so create a new user as an admin.November 3, 2020 at 2:29 pm #1258003i cant create a user with the same email?
November 3, 2020 at 2:35 pm #1258006Hi,
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,
YigitNovember 3, 2020 at 2:46 pm #1258008details should be below
November 3, 2020 at 3:00 pm #1258012Hi,
Could you please post htaccess logins as well? We need them to access to site :)
Best regards,
YigitNovember 3, 2020 at 3:05 pm #1258016ah I don’t have access to that. I cant try speak to the It guy
November 3, 2020 at 3:15 pm #1258021Hi,
Please do so, so we can login and check why setting page as footer is not working as expected :)
Cheers!
YigitNovember 3, 2020 at 3:40 pm #1258034ah sorry was it this log in you needed as well
to log in to the first htc
- This reply was modified 4 years ago by simononestop.
November 3, 2020 at 3:59 pm #1258041Hi!
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 fileadd_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,
YigitNovember 3, 2020 at 4:13 pm #1258047hmm 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
November 3, 2020 at 4:24 pm #1258050Hi,
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,
YigitNovember 5, 2020 at 12:09 pm #1258576Hi 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 :(
November 9, 2020 at 1:08 pm #1259249Thanks 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
November 9, 2020 at 6:10 pm #1259315Hi simononestop,
Great :)
We are closing the thread.
If you need further assistance please let us know in a new one.
Best regards,
Victoria -
AuthorPosts
- The topic ‘add section between footer and socket.’ is closed to new replies.