While working with design box 0-3, I inadvertently shifted the text on the profile page to fit under the key rather than beside it. I have reversed all my work and cleared cache but the text will not return to where it belongs. Can someone please give me a hint as to where I should go to fix this as it really looks like crap right now. I attached a screen shot of what I am talking about. |
Ok. Lets assume this.
1) You stated the problem started after you played with the design boxes. 2) You also stated you restored them (reversed your work)
NOTE: I don't really like the phrase "reversed my work" as to me it is not the same as an actual restore of clean original files, which what should be done. So i am not with all certainty what you mean by "reversed my work" So i will assume they are back to their original condition.
So if we assume both of those statements are 100% accurate then there can be only one possible explanation. The cache you said you also cleared did not actually clear.
So try clearing all 3 folders used to cache and store temp data manually. Empty the contents of the folders cache, cache_public and tmp except for any .htaccess file in them.
And clear your browser's cache as well as you may merely be seeing a cached copy your browser made. Opps sorry, the browser cache makes that two possible explanations.
https://www.deanbassett.com |
You are right deanp, reversed is a poor statement. I did replace all files with the original backups made prior to my messing about. I cleared all cache in the boonex admin, then with your tool, then via ftp directly from the files. Still the same image.
I must therefore assume that I touched on something that I am not aware of creating this mess, so I am hoping for a hint on where to start looking for the fix.
|
use the firebug plugin for firefox and look at the CSS coding. You may find a .CSS file you changed that needs to be changed back,
Firebug is an awesome tool when dinking around with layouts because you can change the code real time and see what it does before you change the actual file.
http://www.mytikibar.com |
Yea. You must have hit a css file you do not remember.
Common.css is where most of the design box stuff is. https://www.deanbassett.com |
I also replace the common.css with original backup. Still same. Any other sugestons?
|
Nope. If you don't mind posting your site url, and turn off CSS caching i can take a peek with firebug and see if i can find the problem.
Or someone else here could. I have to step out for a few hours.
https://www.deanbassett.com |
Thanks deano, I am headding out for a few days or so. Will work on this whaen I can.
|
Hello again. So as per Steve’s suggestion I installed Firefox and then the Firebug plugin. I then navigated to the profile page that I have been having so much trouble with and the frigin page loads fine. It still looks like crap in Explorer but fine in Firefox. I haven’t even started with Firebug. Any thoughts? |
Ok, problem solved. After restarting my work station the page error has corrected. Thanks to all advice. |