jmedanielle
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Stop site title from wrapping in Make child themeThank you for the reply! I took your advice and changed the line height in the theme’s options. That did fix the overlapping, but not the word wrapping. NEW YORK TELEPROMPTER should all fit on one line, but it does not. Any suggestions?
Forum: Themes and Templates
In reply to: [Clean Retina] Disappearing Dropdown MenuI figured it out and decided to share in case anyone else has this issue:
In the following code in the style sheet where “top” is 35, was 40 when it was causing the menu to disappear. It was floating too far below the menu. I changed mine a lot to adjust the menu size, so 35 may not work for you, but that’s the figure to play with.
/* Dropdown */ #access ul li ul, #access ul li:hover ul li ul { display:none; z-index: 9999hu; } #access ul li:hover ul, #access ul li ul li:hover ul { display:block; } #access ul li ul { border-top: 5px solid #e4a1a1; position:absolute; background-color: #fff; top:35px; left:0px; width:175px;Forum: Installing WordPress
In reply to: install via ftp to godaddy VPS not workingI got this email a few minutes ago:
Dear Registration Private,
The modifications you requested for the domain CHILDHOODDREAMS.TV have FAILED.
Error: Required parameter missing
Forum: Installing WordPress
In reply to: install via ftp to godaddy VPS not workingThank you,
That might be the problem. About 2 hours ago I went through the steps of makeing type A and type NS records in my domain’s DNS settings.
I went into the server settings to change the nameserver and it’s set to NS75.DOMAINCONTROL.COM and NS76.DOMAINCONTROL.COM. When I change them to ns1.childhooddreams.tv and ns2.childhooddreams.tv, it just seems to change them right back….