adhdcelt
Forum Replies Created
-
Forum: Localhost Installs
In reply to: CSS Styling A Mess After ChangesThank you, Steve.
I used an online comparison site to compare changes between the original twenty twelve theme css and the child. What an awesome thing. However, man, what a chore!Fortunately everything was okay, and I finally found the problem:
Empty floating widget areas don’t float and don’t show up in the layout.GWRRRRRRRRRR.
I had removed the widgets from some of the widget areas—all four in the footer, two in the sidebars, and another one. Results? The layout went straight to H.
I had no idea that empty widget areas don’t float and don’t show, even when styled with CSS.
Can you, or anyone else, tell me why widget areas are like that?
Thanks so much for your most gracious input.
Forum: Localhost Installs
In reply to: Code inserted in pages doesn’t workHey, Keith:
All codework is being done in the text tab. I tried it again today. Same thing: code reads as text. Even with something like this, <p>Hi there!</p>, it all reads as text on the page. I can’t figure it out.Forum: Plugins
In reply to: Shopping cart wraps out of sidebar to under contentProblem solved.
After much searching, it was a single-character code problem.
Whew!Forum: Plugins
In reply to: White rectangle blocks out WP Audio Player on mobile devicesAlso, deactivated Audio Player plugin and the problem went away.
Forum: Themes and Templates
In reply to: [Asteroid] Remove search field and icon in asteroid theme.OH, MY GOODNESS!
I was lookin’ for it in code. DUH.
Thank you so much.Can I keep the search field and only change the little icon?
Forum: Plugins
In reply to: Where is the EDD download folder?I forgot to mention that the files I’m trying to download in this test are 35MB mp3 files.
Forum: Plugins
In reply to: Where is the EDD download folder?Please allow me to correct the former post:
Each downloaded file link gives me the 404 not found error. They do not go to one of the soundtrack pages on my site.Well, thank you so much for the tip on the email address. Saved me hours.
While we’re here, if it’s pre-filled, how can I change the address to another one?Again, thank you so much for your most gracious help.
Forum: Themes and Templates
In reply to: [Asteroid] Can't find html referenced in css.Well, Bojan, the code worked.
This is where “read the fine print” comes in: Lookin’ for the wrong thing in css. Since I didn’t see a border setting in continue-reading, I assumed it didn’t need one. Problem on read button solved. Thank you.
Forum: Themes and Templates
In reply to: [Asteroid] Can't find html referenced in css.Bojan:
Thanks so much for the much-needed wisdom.I’ll do the custom thingy from now on, the only problem being here is the fact that I cannot find the parameter in the css that needs to be overridden.
Thanks again!
I’ll try the code.Forum: Themes and Templates
In reply to: Asteroid Theme: Can't find content background color.Falguni:
Thank you so much for your much-needed words of wisdom. It did the trick except for one thing I continue to search for. All in all, site looks great thanks to you. 🙂
Forum: Themes and Templates
In reply to: Can't get new child theme to workWell, cccamuseme, there’ll be a little somethin’ extra in your check next week :-).
Since it was years ago, I cannot remember how I got the twentyten child to work. I must have put a blank functions.php file in it, because your fix did the trick. I just set up the Asteroid child, and it loaded right up.
MG! You saved my A, cccamuseme.
Thank you so very much, and I wish you the best that life has to offer.Forum: Localhost Installs
In reply to: My most sincere apology for a previous post.UPDATE:
Well, I have no idea how this happened, but it did, and I didn’t catch it when I put up the last post.
This code, copied right out of firebug after I changed the hard code and added the php function and updated the page, and pasted it into the last reply,
<img src="<? php echo get_stylesheet_directory_uri(); ?>/imagefolder1/imagefolder2/imagefolder3/image1.png"?>Showed up in the posted reply as this,
<img src="<? php echo get_stylesheet_directory_uri(); ?>/imagefolder1/imagefolder2/imagefolder3/image1.png"as you can see in the last reply.I have no idea how that happened, since I copied it right out of firebug and pasted it into the reply and posted it.
Not only that, I did this procedure again in the page, replacing the hard code with the php function, did all the updating, looked at the generated code in firebug, and walla, This is what I saw:
<img src="<? php echo get_stylesheet_directory_uri(); ?>/imagefolder1/imagefolder2/imagefolder3/image1.png"/>None of the
<?and?>stuff at either end of the function this time. I’m now wondering why that is.Forum: Localhost Installs
In reply to: My most sincere apology for a previous post.Alright, here we go.
I looked at the path generated by this code in the page in question:
<img src="http://localhost/wordpress/wp-content/imagefolder1/imagefolder2/imagefolder3/image1.png"/>It finds the image and displays it; no problem.
———————————————–I altered the hard code above with the php function to look like this:
<img src="<? php echo get_stylesheet_directory_uri(); ?>/imagefolder1/imagefolder2/imagefolder3/image1.png"/>This doesn’t display the image, and the generated code in firebug looks like this everywhere I look:
<img src="<? php echo get_stylesheet_directory_uri(); ?>/imagefolder1/imagefolder2/imagefolder3/image1.png"Hope this helps, and thanks again for your input, here.
Forum: Localhost Installs
In reply to: My most sincere apology for a previous post.I’ll get right on it.
Thanks.