mrkingid
Forum Replies Created
-
Forum: Installing WordPress
In reply to: 2.6.1 Files – anyone have just the updated files for 2.6.1a link to those files just changed. I think I remember whooami doing it a couple times.
Just saves me some time is all.
Forum: Fixing WordPress
In reply to: Admin functions missing in FirefoxWooohoo. glad it worked. Phew. 😀
Forum: Themes and Templates
In reply to: Code – Indent LinesApolloX. I did read your post but obviously was mistaken.
[moderated – according to forum rules]Forum: Themes and Templates
In reply to: Code – Indent Lineswordpress uses blockquotes tag. can you just use that?
insert code here and go
Forum: Fixing WordPress
In reply to: Admin functions missing in Firefoxupdate to 2.6, clear your cache and try access again
Forum: Plugins
In reply to: [Plugin: Dean’s FCKEditor For WordPress] FCK Editor 2.4.1 Skin IssueDean…. any word on getting a fix for this?
Forum: Installing WordPress
In reply to: Weird htaccess problemit has extra info in it. it should just be.
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Everything else WordPress
In reply to: adult materialI think the plugin called Role Manager might be able to do that. Not sure though.
Forum: Fixing WordPress
In reply to: Permalink issue after site migration to different hostHost says AllowOverride is set to all for the server.
So, back to square one.
Forum: Fixing WordPress
In reply to: Looking for a Theme that looks like a website rather than blog…You pretty much have to redesign the site with CSS as there is no theme that really looks like a website.
I redesigned our site with WP to look more like a corporate site. I haven’t bothered integrating a blog yet though.
Let me know what you think: http://www.design-studio.com
Forum: Fixing WordPress
In reply to: WP 2.6 upgrade worked but big issue afterrawalex: if you use index.php in your permalinks you just need to add text in the category and tag boxes on your permalinks page and save.
OK, I’ll add the solution here since I figured it out.
You need to change your .ngg-imagebrowser img CSS to what is below. The two key changes are that you are changing ‘width: 100%;” to “height:100%;”. The next two are additions — margin-left and margin-right
.ngg-imagebrowser img {
border:1px solid #A9A9A9;
margin-top: 10px;
margin-bottom: 10px;
margin-right: auto;
margin-left: auto;
display: block; !important
height: 100%;
padding:5px;Any word on this as I am having the same issue. Can code be added to ignore images below the inputted resize values?
Forum: Plugins
In reply to: Next Gen Gallery Problem – nextgen-galleryit influences everything on your site.
Forum: Plugins
In reply to: Next Gen Gallery Problem – nextgen-galleryyou need to modify your php.ini file and add
memory_limit: 52M
or some other decent number. You could try 25M to start.