photomom86
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Duplicating Sidebar Widget Title StyleI have pushed the staging site to live. There are a few issues I can see now and I am working on fixing those.
Forum: Fixing WordPress
In reply to: Images Appear Square Automatically in Draft and PublishUmm. The square thumbnail. ?????♀? That is NEVER autoselected so I never thought to check that! I always overlook it. Thanks!
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Extra padding…Hi there! Sorry for the delay. I have re-enabled the plugin. Adding to my last question about the double borders, is there a way to make the logo shrink a bit? Thanks!
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Extra padding…Thanks for the reply, that worked.
One more question, is there a way to add a border to the bottom? Similar to the one I have above and below the nav menu.
Thanks!
Forum: Fixing WordPress
In reply to: Add Media Works Sometimes. Very freakin annoyingyes I did switch themes, that didn’t help, I also tested the plugins by turning them all off and turning them all back on one at a time. still nothing. Sometimes it works sometimes it doesn’t. none of my plugins are inactive either.
Forum: Fixing WordPress
In reply to: Add Media Works Sometimes. Very freakin annoyingEverything I have googled about it people are saying that it will work sometimes or they will think they’ve gotten it fixed but that the next time they try to use it it’s broken again.
I switched themes to see if that made a difference and I have turned all the plugins off and back on one by one. Doesn’t make a difference. Sometimes it works sometimes it doesn’t.
Forum: Themes and Templates
In reply to: Oh crap! I deleted part of my code!well I tried and then when I got all the files uploaded the entire thing crashed. I couldn’t even log out! So I ended up having to uninstall wordpress via my server and reinstall everything and the forever theme is now there.
Thanks for the help though!
Forum: Themes and Templates
In reply to: Oh crap! I deleted part of my code!what is svn?
Forum: Themes and Templates
In reply to: Oh crap! I deleted part of my code!ok thank you! I don’t really know how to do this, I like the easy 1-click install from wordpress! lol. I’ll mess around with it and see if I can figure it out.
Thanks!
Forum: Themes and Templates
In reply to: Oh crap! I deleted part of my code!well I thought I would try that last night so first I deactivated the theme then reactivated it…all my “revisions” where still there so I had the bright (not) idea I would delete the theme from my server re-download it and then reinstall it, well now I can’t find the theme on www.ads-software.com theme showcase AT ALL! I can find it for wordpress.com but not www.ads-software.com. And I just had it! I don’t understand how it disappeared from the theme gallery!
Forum: Themes and Templates
In reply to: Widening my collumnsI figured out how to widen everything. Now though the header/masthead is on the left instead of in the center. Here is my code for it. What do I need to do to make it centered?
#masthead img,
img[class*=”align”],
img[class*=”wp-image-“] {
height: auto;
}#masthead img,
img.size-full {
max-width: 85%;
width: 85%;
}Thanks!