This topic has 8 replies, 2 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
I’m having problems with the footer.
I can’t make any changes to the demo content. I looked in appearance > widget, but all of the widget areas are completely blank. And I only have the ability to edit the footer area above the bottom footer.
ALso, this error message is showing up right above the footer area:
Warning: array_slice() expects parameter 1 to be array, object given in /home/jorgandar/public_html/wordpress/wp-content/themes/royal/framework/shortcodes.php on line 477
Please help! Thank you!
Hello,
To be able to edit demo footer you need recreate them as described in our documentation:
https://www.8theme.com/demo/docs/royal/#!/9_footer
Please provide us with wp-admin panel credentials to check the error.
Thank you.
Regards,
Eva Kemp.
Here is the login info:
@eva – the error message is gone, but I am still having a really hard time with the footer.
I tried following the instructions, and now the entire website is blank.
Hello,
I’ve edited your Footer static block and inserted it in Footer 2 widget area in Appearance > Widgets.
Please check.
Regards,
Eva Kemp.
@eva – that worked! Is there any way to get rid of the footer 1 black box that appears above footer 2?
Also, one new issue:
1. I would like to have the newsletter pop up in the header, but I do not want to show the register/log in-out links. I want the newsletter to be right next to the search instead of the blank space. Can you help?
Thank you so much!
Sorry, there’s one more thing – so these are my last requests!
1. Is there any way to get rid of the footer 1 black box that appears above footer 2?
2. I would like to have the newsletter pop up in the header, but I do not want to show the register/log in-out links. I want the newsletter to be right next to the search instead of the blank space.
3. I need to be able to make edits to the copyright area also. Need to include copyright info & remove images cc processing images (for now)
Can you help? Thank you so much!
Hello,
1. To remove footer black background add this code in custom.css:
.footer-top-2 {
display: none;
}
2. Please add this code in custom.css file:
.top-links li:after, li.logout-link.lastItem {
display: none !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
3. To add copyright information use Footer Copyright and Footer Links widget areas in Appearance > Widgets.
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up