doc4
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Where can i find css code for Admin Login page?viki,
What are you trying to do exactly because it might be a better idea to mod your functions file instead.
Forum: Fixing WordPress
In reply to: Dashboard Modification!BBilal,
There are plugins that can do this, have you looked or are they not what you are looking for?
Forum: Fixing WordPress
In reply to: Images will not centercarp104,
Pass along a site link and we can clear this up right away and I’ve never heard of float:center either 🙂
Forum: Fixing WordPress
In reply to: After installation procedures/things to dods24a3,
Have you contacted the admin? If so, what did they say?
Forum: Fixing WordPress
In reply to: My site doesn't show up right in IEangrybir,
Any particular version of Explorer? Oh and welcome to the wonderful world of browser inconsistency.
darkhorn,
What does this mean?
Forum: Fixing WordPress
In reply to: Is WordPress a Good Choice Given These Requirements?krisdotca,
I would recommend Django: http://www.djangoproject.com/ for this type of site. Unfortunately WordPress isn’t quite as robust as needed without more work than it’s worth. I say this with love WordPress 🙂
Forum: Fixing WordPress
In reply to: how to make space between pic and texttangerine3,
A quick fix in this instance might be to add some inline styles:
<img class="size-medium wp-image-65 alignleft" title="inside chrome horse shop" src="http://www.chromehorserentals.com/wordpresstestsite/wp-content/uploads/2011/05/inside-chrome-horse-shop1-300x168.jpg" alt="" width="230" height="136" style="float:left;border:1px solid #333;margin:0 10px 0 0;"/>You have just found the best companyForum: Fixing WordPress
In reply to: word limit including imageanewuser,
That is a result of using the excerpt. Have you tried the Limit Post plugin: http://www.doc4design.com/plugins/limit-post/. You don’t need to use the excerpt at all simply activate the plugin and add a bit of code to the loop.
Rhand,
Well hopefully this plugin will not be needed for much longer and we can all move past IE6. Fingers crossed.
Forum: Fixing WordPress
In reply to: Removing the home link from the static front pagePuregrafx,
Please include a link to your site and we will be happy to take a look.
thatwastaxing,
Remove the following from warning.js. This is reference to the latest version 2.5:
Line 52: ie8: 2
Line 62: ie8: "icons/32/ie9.gif"
Line 198: b.is_ie8 = function () { var a = false; if (/msie (\d+\.\d+);/.test(navigator.userAgent.toLowerCase())) if (new Number(RegExp.$1) == 8) a = true; return a };
Line 253: b.is_ie8() ? b.browser("IE", b.rate.ie8, b.icons.ie8, g.ie.url, g.ie.version, b.is_ie8()) :Let me know if this works for you.
Rhand,
Typically the user is required to continue twice and the cookie should be enacted. Still working on this.
secretzzz,
If I’m not mistaken I believe WordPress has a post per page limit. I can’t seem to locate any mention of it but it’s out there on the web. Anyone else know about this?
Forum: Fixing WordPress
In reply to: Comment text field shows up below sidebar imageskrystie,
For now adjust the width of the comment text field. Open style.css and look for line 377:
#comment { border: 1px solid #B0B0B0; width: 450px; /* change this */ }