myldbill
Forum Replies Created
-
Actually, I forgot that I asked a question on here because I kept trying things and nothing was working. It was never resolved and so I removed the slider and found a better one that just works. If i try to reinstall this plugin, in the future I will let you know if it still doesn’t work 🙂 I was moving fast that day and needed something to just work.
Forum: Plugins
In reply to: [WooCommerce] Used for variations box missingSometimes I have to ask the question before figuring it out…
So what happened was…
I had my Product Data selected as a “Simple Product” Instead of a “Variable Product”.Forum: Themes and Templates
In reply to: [Theme: Twenty Ten] Adding an Image to the #wrapper css ?Ahh I see, after a reread… css reads from bottom to up (i forget that sometimes)
Back to css school I go, as now I want to learn how to take the wrapper edges and corner them instead of making them square like they are.
Forum: Themes and Templates
In reply to: [Theme: Twenty Ten] Adding an Image to the #wrapper css ?Oddly enough this actually worked whereas all other were a no go:
background: #fff url('images/mybackground.jpg');Thanks for helping me through this.
Forum: Themes and Templates
In reply to: [Theme: Twenty Ten] Adding an Image to the #wrapper css ?I was hoping that worked… but still noting. However I did check to make sure the file was readable through the browser via linking directly to it located within the Theme’s images folder, and it displayed fine.
I’ve also tried using (notice the different quote types)
background-image:url(mybackground.jpg); background-image:url('mybackground.jpg'); background-image:url("mybackground.jpg");Forum: Themes and Templates
In reply to: [Theme: Twenty Ten] Adding an Image to the #wrapper css ?That doesn’t appear to work either. Should I have the background image someplace else maybe? It’s currently in an images folder in the root directory. Was thinking maybe it needs to be in the media area then linked from there? If I remove the background color, then the area goes transparent thus leaving nothing there, no white space.