brianhayesmusic
Forum Replies Created
-
Hi Asya,
Thank you very much for your response but it still didn’t work for some reason? I left your code inserted but no change. Here’s the page in question:
Hi luezk,
Thank you very much for your efforts. However, the solution did not work. I also tried adding <!important;> and cleared my cache, just to be sure. I’m thinking the theme I’m using is requiring some variation of the CSS.
Forum: Plugins
In reply to: [Simple Shopping Cart] Shopping cart showing "empty" after purchasesAbsolutely. Thanks for the reminder.
Forum: Plugins
In reply to: [Simple Shopping Cart] Shopping cart showing "empty" after purchasesThank you very much, mra. It took some convincing to get my hosting provider to realize that they needed to be the one to fix this but I managed. As I mentioned above, I had actually contacted them once before and they weaseled their way out of helping me. Thanks again. All is up and running now.
Forum: Plugins
In reply to: [Simple Shopping Cart] Shopping cart showing "empty" after purchasesAlso, all I have to do to turn it back to scenario #1 (shopping cart at the bottom of the page and only 1 item at a time showing up) is unselect “Automatic redirection to checkout page” in the settings. The only two choices I have are this scenario or the redirect with a message that the shopping cart is empty.
Any help is greatly appreciated!
Forum: Plugins
In reply to: [The Events Calendar] A newbie trying to figure this outWhile waiting for a response, I’ve continued hacking away on my own, still unsure if I’m on the right track.
I’ve figured out how to direct the calendar to a page I created by changing the “Events URL slug,” thus directing the calendar to my page of choice. But I’m still having the same issue with the site header. When editing my page, I’m putting a check by “Hide site header for this page” but that setting is being over-ridden and the site header is still appearing.
Is this plug-in going to allow me to set my page up the way I want it, such as “centering” the calendar and things like that? This is one of the next things I’ll want to tackle. For now, I’d just like to get rid of the site header.
Thank you
http://www.classicalguitarorlando.com/calendar/
(I really would have liked to delete my previous post but apparently that’s not allowable in this support forum.)
Forum: Plugins
In reply to: [The Events Calendar] A newbie trying to figure this outDouble post, sorry
Forum: Fixing WordPress
In reply to: How to change background colors in Zee ReputationApparently I didn’t have to do anything next! It worked! As soon as I hit “Save,” it worked! I have no idea how but it did! In “Edit” mode, it looks a little weird (entirely black now and difficult to see the code) but when I refresh my site, it’s perfect!
Forum: Fixing WordPress
In reply to: How to change background colors in Zee ReputationI went ahead and did just as I described above. I have no idea what to do next.
Forum: Fixing WordPress
In reply to: How to change background colors in Zee ReputationOK, got that. I’ve installed and activated the plug-in. Now just plug the code you gave me into the Cascading Style Sheet and save changes?
Forum: Fixing WordPress
In reply to: How to change background colors in Zee ReputationOh, I removed the code once I realized it did’t work. These are the two ways that I tried it:
#content {
background: none repeat scroll 0 0 black;
}
<img class=”alignnone size-full wp-image-37″ title=”Me 9 (Dec ’07 promo shots) (Brian Hayes Music)3 (75 DPI) (new head) (with logo)” alt=”” src=”http://guruofguitar.com/wp-content/uploads/2011/05/Me-9-Dec-07-promo-shots-Brian-Hayes-Music3-75-DPI-new-head-with-logo1.jpg” width=”972″ height=”430″ />and…
<img class=”alignnone size-full wp-image-37″ title=”Me 9 (Dec ’07 promo shots) (Brian Hayes Music)3 (75 DPI) (new head) (with logo)” alt=”” src=”http://guruofguitar.com/wp-content/uploads/2011/05/Me-9-Dec-07-promo-shots-Brian-Hayes-Music3-75-DPI-new-head-with-logo1.jpg” width=”972″ height=”430″ />
#content {
background: none repeat scroll 0 0 black;
}This may look really stupid to someone who knows what they’re doing but again, I’m really new at this code stuff and I mostly just copy and paste. Thanks for your patience!
Forum: Fixing WordPress
In reply to: How to change background colors in Zee ReputationThank you again and I’m sorry that I’m such a new-be. Where is this code inserted into my existing code? I tried to place your code at both the very beginning and at the very end and neither worked.
Forum: Fixing WordPress
In reply to: How to change background colors in Zee ReputationThanks for your response. Yes, it’s the background surrounding the image that I’m trying to change from white to black, rather than the image itself.
See here:
Forum: Fixing WordPress
In reply to: How to change background colors in Zee ReputationJosh, if I can be so bold to ask you another one pertaining to this same issue. Below is the code for my home page. Where, within this code, would the background color code be inserted?
<img class=”alignnone size-full wp-image-37″ title=”Me 9 (Dec ’07 promo shots) (Brian Hayes Music)3 (75 DPI) (new head) (with logo)” alt=”” src=”http://guruofguitar.com/wp-content/uploads/2011/05/Me-9-Dec-07-promo-shots-Brian-Hayes-Music3-75-DPI-new-head-with-logo1.jpg” width=”972″ height=”430″ />
Forum: Fixing WordPress
In reply to: How to change background colors in Zee ReputationI got it now! I’m really new to this code stuff. All I do is copy and paste code from other sources. As it turned out, using “#wrap” at the beginning, rather “body” as my code had it, fixed the issue for whatever reason! Thanks!