flutteraaron
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Social media icons in navigation bar in Twenty ElevenI’m so sorry but the problem is the facebook icon is below the twitter icon. It needs to be on the same baseline as the twitter- either to the left of it or right of it. That is the issue…
Forum: Themes and Templates
In reply to: Social media icons in navigation bar in Twenty ElevenThank you for your response- I think I fixed the syntax error:
but the issue still exists that the face book icon drops down to the second line…
any suggestions would be greatly appreciated.
Thanks,
Aaron
Forum: Themes and Templates
In reply to: Social media icons in navigation bar in Twenty ElevenThank you… I made the correction but the face book tab still will not pick up the icon as it is directed to and the tab is dropped down to the second line… do you know of any possible solutions?
Thanks again for your time,
Aaron
Forum: Themes and Templates
In reply to: Social media icons in navigation bar in Twenty Elevensorry about that.
Forum: Themes and Templates
In reply to: Navigation bar – items drop to second lineThank you so much… I understand now!
Forum: Themes and Templates
In reply to: Navigation bar – items drop to second lineI’m so sorry but I have done that and it hasn’t worked- Maybe I’m doing that in the wrong place?
This is where I corrected in my CSS (The last line in this section of code in the “search form” section of the CSS./* Search Form */
#branding #searchform {
position: absolute;
top: 3.8em;
right: 7.6%;
text-align: right;
}
#branding #searchform div {
margin: 0;
}
#branding #s {
float: right;
-webkit-transition-duration: 400ms;
-webkit-transition-property: width, background;
-webkit-transition-timing-function: ease;
-moz-transition-duration: 400ms;
-moz-transition-property: width, background;
-moz-transition-timing-function: ease;
-o-transition-duration: 400ms;
-o-transition-property: width, background;
-o-transition-timing-function: ease;
width: 72px;
}
#branding #s:focus {
background-color: #f9f9f9;
width: 196px;
}
#branding #searchsubmit {
display: none;
}
#branding .only-search #searchform {
top: 5px;
z-index: 1;
}
#branding .only-search #s {
background-color: #666;
border-color: #000;
color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
width: 85%;
}
#branding .only-search #s:focus {
background-color: #bbb;
}
#branding .with-image #searchform {
top: auto;
bottom: -27px;
max-width: 195px;
}
#branding .only-search + #access div {
padding-right: 205px;
}Forum: Themes and Templates
In reply to: CHANGING "HOME" TEXT IN MENU BAROh! Silly me. I see what you are saying, THANK YOU!
Forum: Themes and Templates
In reply to: Removing posts and coments TWENTY ELEVENThank you:) I really appreciate this!
Aaron
Forum: Themes and Templates
In reply to: EXPOSITO- Removing wording??SO SORRY! Here is the URL
https://www.psychicdesigns.com/home-page/?preview=true&preview_id=14&preview_nonce=ffe36f1b40
Forum: Themes and Templates
In reply to: wp includes error twenty tenThank you very much!
This is what I was looking for.
I THINK I may know the deal….
Have a nice day:)
Aaron
Forum: Themes and Templates
In reply to: REMOVING COMMENT SECTION TWENTY TENSorry for the delay in response alchymyth… unforseen circumstances kept me away from my computer.
THANK YOU!!! This worked! No more comments!
Aaron:)
Forum: Themes and Templates
In reply to: removing titles within pages of menuOOPS, NEVER MIND!
I fixed it!
THANK YOU VRY MUCH for your help!
Have a great day:)
Aaron
Forum: Themes and Templates
In reply to: removing titles within pages of menuHello:)
Ok, I created a loop-page.php in my child theme directory and edited the above in it… and now instead of a an entry title,
it reads:* @since Twenty Ten 1.2 */ ?>
at the top of the pages…
do you know what this means?
Thank you,
Aaron
Forum: Themes and Templates
In reply to: Twentyten-removing admin text and footerTHANK YOU SOOOO MUCH!
I REALLY appreciate the help!
It worked:)
Aaron
Forum: Themes and Templates
In reply to: Twentyten-removing admin text and footerOh my! thank you for your help… the second option is a little confusing to me… I inserted
.entry-utility {display:none; }
.entry-meta {display:none; }at the very end of my Style.css document…
it looks like this:
@media print {
body {
background: none !important;
}
[Resr if CSS moderated as per the Forum Rules.]Nothing changed… Am I putting it in the wrong place?
THANK YOU so much for your help!
Aaron:)