Forum Replies Created
-
AuthorPosts
-
March 19, 2016 at 7:31 am in reply to: Genesis Simple Edits Footer Output Code Not Copying Over? #181854LocalSEODudeMember
That did it! Thank you Victor!
Have the shortcodes page bookmarked now and will check there prior to posting next time 😉
Thanks,
ScottLocalSEODudeMemberHey Brad,
Have a Support Ticket in with GF.
Reason I posted here as well is this is client has Event this evening.
Would be nice to have fixed on his site, but not 100% necessary for today 😉
LocalSEODudeMemberThank you Christoph!! That worked beautifully!
Is there any way to leave the 1st sentence or 2 under the Title?
LocalSEODudeMemberChanged Widget HTML to the following without touching CSS:
<div id="header right address" style="text-align: right;">Stuart - (772) 646-0005</div>
<div id="header right address" style="text-align: right;">Port St Lucie - (772) 646-0010</div>Everything is rendering differently on different browsers (all desktop):
Chrome - Good: Social Media Icons are in right place and vertical spacing has decreased between phone numbers.
Bad: Social Media Icons and Phone Numbers are still on Different Lines.IE - Good: Social Media Icons and Phone Numbers are on the Same Line!
Bad: Social Media Icons are to the Left and no spacing between Phone NumbersFireFox - Good: Social Media Icons and Phone Numbers are on the Same Line and Spacing is Good between Phone Numbers.
Bad: Social Media Icons are to the LeftLocalSEODudeMemberThank you both for the quick reply!!
Tried both solutions to see and better understand the difference:
miija - Your solution changed the background color of the submit button, but the text was also colored in and could not be read.
Anita - Your solution worked perfectly!!
Again - Thank you both so much!!!!
Scott
LocalSEODudeMemberLauren - worked like a charm!! Thank you!!
LocalSEODudeMemberAdjusted functions.php code down slightly and the thin border line reappeared. Thanks
LocalSEODudeMemberThanks BD!
1st time I've created a file and modified it to that extent!
So far so good - http://www.acornhos.com/
Still have some detail work to do on Home Page, but can't figure out 1 small part - The thin border line around the Widget Pics is missing on the right side. I've made the pics small enough that they should be showing.
What changes need to be made to get the right border to appear?
Thanks!!
LocalSEODudeMemberTried both ways and went with your Property Line-Height Option.
One last question - to move it slightly off left edge, what float, align or padding code is needed?
Thanks!!
Scott
LocalSEODudeMemberThanks Lauren!
Made some progress, but haven't been able to get the image off the left side, although I did get it to stop repeating.
Also, the description coding seems to be cutting image off.
Here's the current code (took out the align, float and padding codes as none of the ones I tried worked - even though I went through all the w3school's tutorials I could find on image alignment):
#title {
font-family: 'Pacifico', arial, serif;
font-size: 48px;
line-height: 60px;
margin: 0 0 5px;
text-shadow: #fff 1px 1px;
background-image:url('http://www.acornhos.com/wp-content/uploads/2014/04/Acorn-Home-Organization-Professional-Logo.png');
background-repeat:no-repeat;
}February 8, 2014 at 2:35 pm in reply to: How to Split Footer Widget Custom Menu Into 2 Columns #89372LocalSEODudeMemberOK - so forgot that this would not display the code as it is written, but the site I mentioned previously http://www.ehow.com/info_12203176_can-create-two-columns-wordpress-widget.html shows you what to add between the div tags.
February 8, 2014 at 2:28 pm in reply to: How to Split Footer Widget Custom Menu Into 2 Columns #89370LocalSEODudeMember@benborden This should help. Just copy and paste the div code below into your text widget, adjust widths as needed, replace domain.com with the URL and replace Page Name with the name of your page. Hope this helps!! - Scott
<div style="float: left; width: 55%">
</div>
<div style="float: left; width: 45%">
</div>
January 22, 2014 at 4:28 pm in reply to: CSS Changes So Background Image doesn't Take Over Page? #86550LocalSEODudeMemberAnyone know of a Tutorial that might cover this? Thanks!!
LocalSEODudeMemberThanks to both Fran and Andrea.
A quick look at both - seems to be pretty straight forward.
Thanks again!!
LocalSEODudeMemberWell done Sridhar!!
Thanks so much to both you and Andrea today!!
Footer is working properly!
Wishing you both a Very Happy New Year!!!!
LocalSEODudeMemberThanks Andrea!
Added this to CSS (found in another theme) and it is now displaying correctly:
.gototop {
float: left;
width: 20%;
}.creds {
float: right;
text-align: right;
width: 75%;
}One last thing - "Return to top of page" link not working 🙁
When hovering over, link displays gods-farmacy.com/#wrap, but when clicked nothing happens.
LocalSEODudeMemberDoes the Header Class trump the Footer Class and that's why div class "go to top" is being bumped up a line? Thanks
LocalSEODudeMemberGot part of it fixed - changed text-align from center to right.
Doesn't seem to be enough room in footer for "Return to top of page" to fit and that's why it is appearing on line above.
LocalSEODudeMemberVery Close!!
How can the "Copyright © 2013 God's Farmacy | Web Design & Marketing by We've Got Your Customers" be aligned right while the "Return to top of page" is aligned left on the same line? (Is it a matter of checking CSS in other Child Themes and pasting it here or more complicated?)
Thanks Sridhar and Andrea!
LocalSEODudeMemberThanks for the reply Andrea!!
I but the code from Simple Edits and pasted it to Theme Settings --> Header and Footer Scripts
I think that's a step in the right direction?!
-
AuthorPosts