schestowitz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Content section not growing in FFLooks fine to me. I assume that the OP has fixed it by now…
Forum: Everything else WordPress
In reply to: calling global variables into a function in header.phpI am not sure what you are trying to achieve (a test/exercise?), but make sure $a and $b are not *already* defined somewhere in header.php . There might be a variable name collision and overriding it can cause all sorts of oddities. That’d be my guess.
Forum: Installing WordPress
In reply to: Feed Not Working for 4 DaysHi, it sounds as though you have some JavaScript in your feeds, which is due to ‘bubble out’ of the feeds unless it is bound to all entries. OnClick is often associated with the invocation of something, e.g. some audio when something is clicked. I suggest you disable the plug-in and see the effect it has on feed validity and accessibility.
Forum: Your WordPress
In reply to: IE problemIt seems to me as though you changed a great deal of the classic theme. You must have changed the horizontal positioning and /or width of elements in the body. Re-check these carefully.
Are you running Windows? There is no easy way of fixing this unless you run Internet Explorer and then modify the CSS to see the results. If the problem was associated with just a single element, that would be simpler. From what I can tell, based the screenshots, there are many visual inconsistencies. No single statement/change would do the trick and the ability to reproduce the errors by working on a local copy of your page is poor.
Then again, someone else might be able to invest much more time in this.
Forum: Plugins
In reply to: Elsewhere plugin ?Get an RSS parser and convert the RSS feeds into text:
Forum: Themes and Templates
In reply to: Publish To DomainYour host will have to get MySQL installed if it hasn’t already. I believe you cannot use other database types because the interfaces are inconsistent.
To install WordPress, follow the typical steps:
Forum: Themes and Templates
In reply to: Fundamental WordPress Theme ReleasedI guess it could use another 100 pixels or so, but overall it’s clean. In the feeds buttons, are the gray shades at the top-right corner deliberately inconsistent with the main menu? This does not seem distrating though and I am no designer either…
Enjoy your holiday
Forum: Alpha/Beta/RC
In reply to: Forms are mangled!Go to user preferences and turn the rich text editor (RTE) off whenever you edit posts with custom CSS, forms and the like.
Otherwise, you might lose information that was originally in your post. It’s a known issue and the best thing is to avoid the RTE *before* saving anything which you know comprises some complex markup.
Forum: Fixing WordPress
In reply to: Importing wordpress.com to wordpress.orgIs there no ability to back up a wordrpess.com blog? If that were the case, you could grab your data and just do whatever pleases you.
One possibility that I would consider is the use of wget (a grabber) to recursively go through your blog and saving all posts to your hard-drive. They can then be assembled and imported to your personal domain more rapidly.
Forum: Plugins
In reply to: Simple Image Gallery Grid (Perhaps From Excerpts)I suggest you re-use existing plug-ins and templates. This has been done many times before. If you asked me with WordPress aside, I’d probably recommend a gallery software which is the right tool for the right task.
If you want to set up a photolog with WordPress, I suggest you do a Web search for “powered by WordPress gallery portfolio” or ‘flavours’ of that query. See what other people have done. Then again, plug-ins for photo management exist already, but they tweak a blogging software to do something it is ill-suited for. You needn’t code anything.
Forum: Fixing WordPress
In reply to: Event Calendar3 set up helpMove ec3_get_events() to whichever template suits you. If it fits in none of these, you might have to insert it somewhere at a deeper level, not within the theme.
Forum: Everything else WordPress
In reply to: PHP pluginsI am aware that it is clearly off topic, but have you tries searching the Web yet? Having had a quick, many scripts and programs are available. Some are commercial and some are free. You could possibly use forum software like phpBB to achieve what you want. Just hack or install the necessary mods.
Forum: Themes and Templates
In reply to: Publish To DomainAnd… does it now work? You need only follow the installation instructions if you have not set the tables up yet. Did you actually install it on localhost and then uploaded it as-is(was) to the server? This is the wrong way of tackling this… you ought to install it on the server so that the settings file fits your server. Database likewise. You are overcomplicating matters, I suspect.
Forum: Themes and Templates
In reply to: artsemerging: new wordpress 2.0 theme (also 1.5)Works flawlessly on Firefox on Linux. You can safely add it to your list of compatible platforms. Nice looking theme by the way.
As I refreshed the comment page, for some reason or another, the footer went to the center of the page. I cannot reproduce the error though. Work rechecking carefully…
Also to be aware:
Forum: Fixing WordPress
In reply to: Where is the HTML tags toolbar.Have you changed any of the options to prevent that toolbar from being displayed? Have you installed any plug-in/s? Have you tried another browser to confirm this is a universal thing?