slygrrl22
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: i changed the url of the homepage & now can't get to admin/dashboardI tried this out just now, but it didn’t fix the problem…
any other help?
Is there any technical support person who can look at my account and see?
Forum: Fixing WordPress
In reply to: i changed the url of the homepage & now can't get to admin/dashboardnow i finished transferring all the files, but still can’t get to the admin panel. also the website is not working correctly either. All pages except the homepage are missing…
Forum: Fixing WordPress
In reply to: i changed the url of the homepage & now can't get to admin/dashboardIt used to be benjamintellie.com/blog but I changed it to just benjamintellie.com
Now when I try to access the admin panel from either url, it doesn’t work.
Is it because I have to finish transferring all the files over to the new directory first? So far I just changed the url (I got to step #5) in the admin panel (which I can no longer access)…
Forum: Fixing WordPress
In reply to: can't login to admin panelnevermind I figured it out. turns out I had to go specifically to http://www.benjamintellie.com/blog/wp-admin to login.
thanks anyway!
Forum: Plugins
In reply to: Trying to fix hover with IE – csshover.htc or ie8.jsHi – I am having a similar issue with IE 8. My drop-down menu doesn’t work. However, it works fine in Firefox. I tried looking for the above code and couldn’t find it on my header.php file or in functions.php either…the website is http://www.benjamintellie.com/blog.
I have it set up so that it has a “display: none;” when not hovered, but “display: block” on mouseover, just basic CSS. Not sure if there is some javascript issue or other problem. Let me know if there is a fix =)
Here’s an excerpt of the CSS:
#access ul ul {
-moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
display: none;
float:left;
left:0;
position:absolute;
top:38px;
width:180px;
z-index:1000000 !important;
}#access ul li:hover > ul {
display: block;}
Thanks much
Christine