Working on modifying theme - broke something, can't log in Working on modifying theme - broke something, can't log in
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Working on modifying theme - broke something, can't log in

Started by Bunny_S, November 26, 2004, 09:50:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bunny_S

Hi I hope someone has some idea how to get around this - I am modifying Reynolds, everything was going well, I must have done something quite wrong and now many of the links are inactive and I can't login (it takes the username but not password )I was trying to go back to config to look at the style sheet when I discovered that I couldn't get in at all. At the very least I could ditch my attempt at modification and replace it with an intact theme so my site would be functional.  

My site is www.greetingsfrom.ca

I have another at www.hubertkeeven.com

That is working now, I wanted to link the little js header that is on the other pages of the site to the header but I probably shouldn't attempt breaking that one too :-\\

donnoman

try switching the theme to classic then logging in and reset the default theme to something else until you get it fixed

http://www.greetingsfrom.ca/index.php?cat=0&theme=classic

donnoman

the html by itself seems to work; I think i would suspect something going awry in your css file

Here's some things to check

Errors
URI : http://www.greetingsfrom.ca/themes/reynolds2/style.css
Line: 129 Context : .tableh1
Parse Error - : #447395;

Line: 148
Parse Error - :1em; font-weight: bold; padding-top: 3px; padding-right: 10px; padding-bottom: 3px; padding-left: 10px; } .breadcrumbs

Line: 865 Context : .footer
Property align doesn't exist : center font-size

Line: 865 Context : .footer
Parse Error - : 9px;

Line: 866 Context : .footer
Parse error - Unrecognized : }

this was from the w3c Validator:

http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.greetingsfrom.ca%2Fthemes%2Freynolds2%2Fstyle.css&usermedium=all

Bunny_S

Thanks,

The first idea was good but it actually didn't work - the main page opened up in the default theme but when I tried anything (go to login etc) it went back to the gibbled theme.   The suggestion that I verify the CSS was also good, I had forgotten about doing that - fixed the CSS, got the little congrats message where it gives me permission to use the W3C logo (how do you add that to the bottom of the page anyway?)

Theme however still didn't work so I figured it wasn't html or css so it had to be the php page and I had no idea what I had done to that.

I did a series of renaming of themes - using Kaki as the intermediary (I copied it, renamed original and called the second one Reynolds2 without tampering with anything and uploaded it.  Eureka! I could finally log in. Picked the good theme. renamed Kaki back etc.

Thanks for your help - it really was useful in a round-about way.