Forum Replies Created
-
AuthorPosts
-
September 18, 2014 at 6:46 pm in reply to: WordPress Dashboard STILL having issues after updating to 1.7 #16253VincentMember
1.6 upgrade fixed the dashboard problem. You are saying 1.7 fixes that…but I’m not sure if I should upgrade or not since you are saying it does what 1.6 did.
An upgrade still needs attention even if you don’t change the code as you say. So far, I am finding you have to replace header and background images after an upgrade. I have just started three sites with this template and really worried about going too deep with this and finding out how much more I have to tend to every time we get a new version.
I’m also worried that I see so many frustrated people like myself posting here with so many problems. Also I’ve seen more than once where you want to have someone give you their log-in information. I for one will never do that.
Just so you will know I’m not all negative on your team. I will say as far as adjustments through the custom css everyone has been of great help through this forum.
September 17, 2014 at 6:31 pm in reply to: WordPress Dashboard STILL having issues after updating to 1.7 #16174VincentMemberHow many versions are we expecting in the next year? I just got 1.6 a couple days ago to solve the dashboard problems with wordpress 4.0 upgrade. What does 1.7 do?
Every time we upgrade it is not seamless. Headers, background images and other things have to be dealt with. Can we have a stable template or get our money back?
September 11, 2014 at 5:14 pm in reply to: CleanRetinaPro file causing troubles on WordPress Dashboard #15831VincentMemberdevillers…you are sup[posed to be able to go to the dashboard and click updates…it will show all the themes you have loaded as well as wordpress if it needs updates. This theme is not showing up in one site that I have already running. I also am building a new site where I noticed the problem…couldn’t find an update in the list so I just loaded the version 1.6 theme and started over. It shouldn’t be this way, so I am waiting for answers before fixing my active site.
September 11, 2014 at 2:55 pm in reply to: CleanRetinaPro file causing troubles on WordPress Dashboard #15821VincentMemberI now have some major concerns that I bought into a problem that will compound down the road. I want to get some things straight before I go any further with using your templates and keeping my account active.
If I do not manually change the code through the editor and only add changes to the css through the custom css, I can then upgrade without having to change or re-enter anything…including the custom css?
If I have a custom header, set up all the layout and design…nothing will change?
September 10, 2014 at 8:29 pm in reply to: CleanRetinaPro file causing troubles on WordPress Dashboard #15741VincentMemberMe too. How do you upgrade without re-doing the whole site?
VincentMemberThe lines disappeared when I changed them to white along with the backgrounds
kind of a win
VincentMemberI also found this one:
#access {
margin-bottom: 10px;
}And this to control all the excess space:
.hgroup-wrap {
padding-bottom: 0;
padding-top: 0;
}
#access {
margin-bottom: 0;
}
.hgroup-wrap img {
margin-bottom: 0;
margin-top: 0;
}Put then one by one in the custom css and see the changes and adjust the values as you like.
I am still needing to dump the search and all the space above the header or at least control it.
VincentMemberI found this one that you can put in your custom css
#main {
padding-top: 10px;
}
input[type=”reset”], input[type=”button”], input[type=”submit”] {
margin: 0;
}
#content ul, #content ol {
margin: 0;
}VincentMemberI tried this but the bottom is gone but the top one had the line stripped back to being transparent or being able to see background image/color where the line was. I removed the first third of code…now bottom line gone…top line there like it was. How can I get rid of it?
Thanks
-
AuthorPosts