acdesgn
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Omega] Remove Header & Navigation Bar From Homepage OnlyI believe I figured it out by changing
.page-id-265 to
.singular-page-265
I discovered this when I checked the source code and saw that line so I figured it would be worth a shot to see if it worked. Looks like it did. Phew!
Thanks for getting back to me so quickly. I really appreciate it! I ended up going with a different slideshow option, but this is good information for me to keep in mind for the future! Thanks!
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Deafault image not showingFor the language, I have English set.
Sounds great about the update! Looking forward to it and I appreciate all of your hard work!
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Deafault image not showingGoodness… it looks like it’s all working now. No idea what I did differently. Maybe it was adding a default image that was larger? In any case, I’m happy!
Thanks so much for getting back to me so quickly!
I updated the permalinks and cleared the image cache like you suggested and everything is back up and running!
Thank you for your help!
I found this thread:
http://ww.wp.xz.cn/support/topic/images-wont-upload-17which has the same issue you are experiencing & the response from the developer. I was also having the same issue. I switched the permalinks like was first suggested and it worked like a charm 🙂
Forum: Fixing WordPress
In reply to: Remove or change the word "published" from the date in postsMy apologies… I’m using my complete own template.
tara.amandacarlisledesign.com is the test site I have up right now.anyone?
Forum: Fixing WordPress
In reply to: Change color of one menu itemLooking at it now, and how you explained it, that makes a whole lot more sense! And it worked perfectly. Thank you so much!
Forum: Fixing WordPress
In reply to: Change color of one menu itemI only want the different colored background on the “online payment” tab. I would assume I don’t want it on the li element since that would change the background of all of the tabs? So that is why I added a class to the menu item itself. I hope that answers what you were asking.
Forum: Fixing WordPress
In reply to: Change color of one menu itemI think you are actually right with your question.
This is the code I get:
ul.art-vmenu>li>a {
background: #005754;
background: linear-gradient(top, #002E2C 0, #008580 100%) no-repeat;
background: -webkit-linear-gradient(top, #002E2C 0, #008580 100%) no-repeat;When I uncheck the two background areas, specifically the one with the linear gradient, all of the tab colors disappear, and then the brown background appears for the online payment tab.
So, this is where things go over my head just a little bit since I don’t exactly understand how I would take that away from only that tab and not all of them.
Forum: Fixing WordPress
In reply to: Change color of one menu itemI should also add that I have tried the z-index option and that didn’t bring the color forward… but that’s the only thing I can think of that would make it work?
Forum: Fixing WordPress
In reply to: Change color of one menu itemThis is my code:
.menu-item-420
{
background-color: #b27d5c !important;
}
Pretty simple.
Thanks for the suggestion of the !important rule. I’ve noticed that it does the same thing with out without that however. All of my tabs have rounded corners, and I can see on the online payment tab, that the new background color is behind the green because I don’t have it set to have rounded corners… so I know it’s there… but it’s behind the regular color. How would I bring it to the front?Thanks for your responses so far! I really appreciate it.
I’m using the latest version (just downloaded it yesterday)
I went through with firebug and found where it said the text input area was set to 100%… I changed it (through firebug) to 20% and it gave me the live time update, successfully doing what I wanted. However when I go into my css style sheet and actually change it and save it, it still doesn’t do anything.
I will look into that extension in the mean time! Thanks!