Posted: March 27, 2017 at 5:02 am
Hi there. I’m new to EE but not that new to WP in general. One thing bothers me: why there’s footer missing on my page(s) when in EE context? I mean: for a single normal page, for a blog entry there a footer always “attached” but for EE there isn’t. |
|
Hi there, We don’t have enough information to know the cause.
Which files did you copy over? The Arabica_2014 template files are based on twenty fourteen and may not work correctly with your theme although it does depend on what templates your loading and what you have changed. If you preview a default theme such as twentyfourteen can you see the footer on the EE pages?
Have you tried enabled WP_DEBUG to confirm there are no fatal errors being thrown during the get_footer call on those pages? |
|
Hi there! I can not preview it in 2014 because 2014 is not there anymore and the 2017 seems to be somehow broken – maybe because of the VC integration farmvilla organic theme is based on. And all those Redux Framework, Revolutionary Slider etc. and other heavy stuff it contains? Debugging helps not that much as well – in the debug.log besides some notices I didn’t really observe any error(s) or warning(s). |
|
Sorry, it appeard DB does not really work img tags… |
|
There’s really too many unknowns to be able to narrow this down. By default the archive and single template files just call Try comparing your |
|
So it turns out, the string “FOOTAH” shows up, the rest is messed up. Thanks for your help. I think I’ll handle it by myself from here :). |
|
… additionaly, the problem is that I cannot assign a footer for an EE single/list page like I’d normally do for a post or any other CPT in/via the Visual Components thingie. It just doesn’t show the option to choose a footer. |
|
That’s a feature of your theme, without viewing the code I don’t know why it does no support EE CPTs. The problem with the footer is this:
Will return false, meaning this:
Will return false and no footer will be shown. One option is to use a footer specifically for EE post types that includes posts without the conditional. |
|
Right now, in case the ‘$footer_single_style’ is empty (for EE pages) I’m just checking “normal” blog posts for footer’s ID and “assign” it from there, so to speak. Works. |
|
Yeah that works, I’m glad you have a solution. |
|
The support post ‘Footer empty (get_footer()) in Event List & on Single Event page’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.