Posted: October 12, 2013 at 3:22 pm
|
Hello, I just installed my theme and then EE. When I activate event-espresso plugin it breaks the static background image on my theme. Deactivate it and it works perfect again. Any ideas? |
|
Hi, It is really hard to say what the issue is without having Event Espresso active and seeing if any errors appear. Is it possible to temporarily activate the plugin? |
|
Its active Dean. |
|
Sorry thought I gave you a link already. http://www.nyeinparis.com and the theme I’m using is http://themes.themegoods.com/?theme=Furies |
|
Hi, Thanks for that. OK, it seems that what is happening is EE is setting a session and then the theme does the same thing. Is it possible to get your login details in order to get a closer look at this? If so, please send them via https://eventespresso.com/send-login-details/ NOTE: login details need to be Admin level and FTP details are NEEDED. |
|
Sent you login details. Thanks for looking into this. |
|
Hi, OK, I don’t know the exact why but I know of a way to fix the issue. It does involve editing one of your theme files – furies/templates/script-supersized-gallery.php. At the top of this file is this: <?php header("content-type: application/x-javascript"); ?> <?php require_once( '../../../../wp-load.php' ); change it to this <?php header("content-type: application/x-javascript"); ?> <?php require_once( '../../../../wp-load.php' ); Yes thats right, remove the blank line. This is a stop gap measure, any updates to the theme are likely to re-introduce the issue, so you may wish to discuss the matter with the theme developer. The error message should you need it is: <br /> <b>Warning</b>: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home2/beatifie/public_html/nyeinparis.com/wp-content/themes/furies/templates/script-supersized-gallery.php:3) in <b>/home2/beatifie/public_html/nyeinparis.com/wp-content/plugins/event-espresso/espresso.php</b> on line <b>56</b><br /> |
|
Thanks a ton!!! I also needed to get rid of the space at the end of line 1 I was using Notepad++ and simply getting rid of line 2 didn’t fix the issue but getting rid of the space did. Thanks again. I’m going to let the author of the theme know. Must just be a simple syntax error. Thanks again. |
|
No problem, glad it was an easy fix. |
The support post ‘EE breaks Theme’ 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.