bartdg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to remove the boxes when hovering over a link?You could keep the
altandtitleattributes in your html and remove them after loading using javascript. Quite a dirty solution, but you keep your accessibility advantages while giving your client what he wants.Forum: Fixing WordPress
In reply to: Adding Lines Between PostsSomething’s going wrong anyway. In the source code of http://artnouveaumagazine.com/blog8/ I see multiple
divs withid="latest_post".Forum: Fixing WordPress
In reply to: Trouble Centering ThesisRemove the
style="width: 195px;"from yourbodyand the container will be centered thanks to themargin:0px autoin the css.Forum: Fixing WordPress
In reply to: Export alternativesThanks. I’ll have a go at exporting and importing only the posts and the posts metadata.
Forum: Fixing WordPress
In reply to: Export alternativesThanks, keighl.
Do you think I also get problems when only exporting the posts and post-meta tables? And are those enhough? I just need the posts, dates and tags really.
(I guess it has something to do with writing temporary files, because I cannot upgrade to a newer version from inside WordPress either. Is there maybe a way to get a more descriptive error message at a failing export? I would really like to know what goes wrong, so I can fix that.)
Forum: Fixing WordPress
In reply to: jump to current_page_itemHave a look at https://developer.mozilla.org/En/DOM/Element.scrollIntoView