Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   Updated to 3.6 - entire blog is gone! Help please (http://forum.bytesforall.com/showthread.php?t=12042)

Getitright Jan 6, 2011 03:11 AM

Updated to 3.6 - entire blog is gone! Help please
 
Hi, I'm new here and unfortunately with an emergency.

I updated Atahualpa to version 3.6 and now my entire blog is gone! There is only a white screen. Even the original favicon is gone. What is it I need to do? Please help.

juggledad Jan 6, 2011 04:00 AM

what release did you upgrade from?
what version of WP? Atahualpa 3.6 requires WP 3+)
what is the url?

aslo - please apply the fix in http://forum.bytesforall.com/showthread.php?t=12032

Getitright Jan 6, 2011 04:05 AM

Hi thanks for your reply.

I use WP 3.0.4 but I don't know which version of A I used. It was the latest free version.

juggledad Jan 6, 2011 04:06 AM

what is the url?

please apply the fix in http://forum.bytesforall.com/showthread.php?t=12032
__________________

Getitright Jan 6, 2011 04:07 AM

Update: the url is www.verdienmetgemak.com (Dutch)

juggledad Jan 6, 2011 04:09 AM

looks like it is in maintenance mode??

Getitright Jan 6, 2011 04:12 AM

Yes, it was, but I deactivated it now, so you can take a look.

juggledad Jan 6, 2011 04:17 AM

if you look at the generated source you will see at the end

<b>Parse error</b>: syntax error, unexpected T_STRING in <b>bfa://html_inserts_css</b> on line <b>21</b><br />

what do you have in CSS Inserts?

Getitright Jan 6, 2011 04:25 AM

I didn't change anything in CSS & javascript, if this is what you mean. If this isn't what you mean, I don't know where to find CSS inserts. I just started up with this blog.

juggledad Jan 6, 2011 04:49 AM

Go to the backend and go tot the atahualpa theme options (ato) then select the 'export/import settings' page and export your settings, then attach the file to a response -use the paper clip icon

eatwritethimk Jan 6, 2011 05:04 AM

1 Attachment(s)
hello there, i am a food blogger -my site: www.eatwritethink.com
changed my theme to atahualpa and all was fine, was just figuring my way around and then upgraded it and my blog has vanished. as in everything's fine on the dashboard but nothing shows up on the link. just cant figure out what happened. i am attaching my settings file. pls. help.

thanks in advance,
rajani@eatwritethink

Getitright Jan 6, 2011 05:14 AM

1 Attachment(s)
My settings are attached. I appreciate your attention to this problem and your help.

juggledad Jan 6, 2011 05:30 AM

go into the backend and go to ato->Add HTML/CSS Inserts->CSS Inserts and find the code
HTML Code:

div.widget ul li {
padding: 1px 5px 1px 12px !important;
background: url('<?php bloginfo('template_directory') no-repeat 0 7px;
}

put and remove it.

This is causing the error. I'm going to look at the code and figure out why now. I'll post again when I have a fix.

eatwritethimk Jan 6, 2011 05:40 AM

thanks for getting back, i did what you said - but no luck. is there any way of downgrading?:(

rajani@eatwritethink

Getitright Jan 6, 2011 05:50 AM

Thank you so much! It works! Only the background image I used doesn't show up but this is obvious now I have deleted the code regarding it.

juggledad Jan 6, 2011 05:52 AM

eatwritethimk - try disabling all your plugins. your style sheet works fine for me, so it is something else

juggledad Jan 6, 2011 06:09 AM

eatwritethimk - if disabling the plugins does not help, send me a PM with an admin ID/PW and I'll take a look.

eatwritethimk Jan 6, 2011 06:10 AM

i just deactivated all my plugins, still not showing, i am using chrome. but i need akismet for my spam protection. though i have deactivated that as well for now. what next???

eatwritethimk Jan 6, 2011 06:17 AM

juggledad, just sent you a PM.

juggledad Jan 6, 2011 06:18 AM

eatwritethimk - if disabling the plugins does not help, send me a PM with an admin ID/PW and I'll take a look.

juggledad Jan 6, 2011 06:49 AM

Getitright - your CSS Insert has an error the code
HTML Code:

div.widget ul li {
padding: 1px 5px 1px 12px !important;
background: url('<?php bloginfo('template_directory') no-repeat 0 7px;
}

is missing the closing ?>') it should be
HTML Code:

div.widget ul li {
padding: 1px 5px 1px 12px !important;
background: url('<?php bloginfo('template_directory') ?>') no-repeat 0 7px;
}



All times are GMT -6. The time now is 05:32 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.