Forum Replies Created

Viewing 15 replies - 316 through 330 (of 2,975 total)
  • Forum: Fixing WordPress
    In reply to: Editing Pages

    ajordanah, you need to post this as a new post. The title of the post and the question don’t match so you won’t get the help you need.

    I just close it. If you would like to make a request on having this be changed, since the refreshed window is a confirmation that the action took place, then please make it in the Requests and Feedback section of this forum so the developers will see it.

    This is a very common request. It involves editing your style sheet and changing the look of the styles on the single post view. This also means that your Theme is based upon the Default or Kubrick Theme with that feature.

    Search the forum and you will find plenty of answers and explanations on how to do this.

    If you are familiar with CSS, then you can plunge in and make the architectural and structural changes for that page view. If you aren’t, well, you can either pick a new Theme or learn how, or wait until we add a new article on how to do this on the Codex. Hopefully that will be available soon.

    Well, it looks like you have a new version of Firefox, so you must have upgraded that recently. And if you were one of the millions who got whatever security patches or upgrades for the recent virus and worm attacks, that could also be interferring with something.

    If it only happens when working on WordPress, then the issue may be the browser and not WordPress. And if no one else comments here or on the forum with a similar story, then the odds are that it is something conflicted on your system.

    Before the SP2 patch on WinXP, some three key combination would lock up my entire computer. I never found the combination (only the left hand) and it did the same thing with three different programs, so it was really hard to narrow it down, but it seemed to fix itself in time or I stopped doing whatever that three key combination ways.

    Computers – not a perfect science.

    The answer to an eariler question in this thread is how to align content left or right based upon language.

    If you set all your Hebrew (or whatever right aligned language) posts in a specific category, and English in another category, you can use a query that checks to see which category is being viewed, and the header will be changed dependent upon the category. The header contains the style sheet reference which would include the styles needed to accommodate the switch in direction.

    The simple technique is explained here and there are probably other ways of doing it but this is just too easy to do.

    What have you set your registration options at? Do you require people to register before they comment? Can anyone comment? And what version are you using?

    Forum: Fixing WordPress
    In reply to: WordPress Theory

    Okay, categories happens automatically. If you have a link to a category, then the list of posts within that category appear.

    To create customized category pages, see Category Templates. To list specific categories under the post title, or in the Post Meta Data Section then add the template tag for the categories. See http://codex.wordpress.org/Template_Tags/the_category.

    You can list categories on your page’s navigation anywhere you want, like in the header, sidebar, etc. See http://codex.wordpress.org/Template_Tags/wp_list_cats.

    My entire site is driven by categories not archives or dates. I hate the chronological feature and don’t use it at all. Click on my name and you can see how I use categories. If you want to know more, just ask.

    Forum: Your WordPress
    In reply to: WordPress Greece

    Thanks, I’ll try to remember to add it to the Codex soon.

    WordPress in Your Language

    You can find a variety of plugins that deal with site stats at http://codex.wordpress.org/Plugins/Statistics

    Forum: Fixing WordPress
    In reply to: Editing Pages

    You can edit Pages from the Manage > Pages > Edit or Write > Pages. That’s two ways to access your Pages. Pretty handy.

    You can see step by step instructions on making a horizonal menu in the WordPress Codex at
    http://codex.wordpress.org/Creating_Horizontal_Menus

    It shows you all the details.

    Well, give these a try. Not sure if they are exactly what you want, but the idea of someone “manually” saying “hmm, I want to click this button to make sure I don’t see anything nasty on this site” seems a little strange.

    http://wp-plugins.net/plugin/dymk/ – Does Your Mother Know?
    http://dev.wp-plugins.org/browser/polite-ifier/trunk/ Changes bad words to words with aster*cks.
    http://codex.wordpress.org/Plugins/Restriction

    Thread Starter Lorelle

    (@lorelle)

    Another method that might help others in the future, since I personally am dealing with this issue, is to make a backup copy of an index.php file in your root directory – NOT THE THEME. Rename your root directory WordPress index.php to something like indexstillgood.php and upload the new version. This will great a “welcome” to your site, with the “look” or Theme of the site still present, and include a note explaining why your site is temporarily down.

    1. Copy all the code from the following templates and paste them into a text editor file in the following order:
    * header.php
    * index.php
    * footer.php

    2. Carefully go through every line in the code and replace the WordPress and PHP code with specifics or delete it, leaving only the CSS and XHTML structure.

    For example, in the <title> change it from:

    <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>

    to:

    <title>This is my Site Name</title>

    In the style sheet reference, you will need to change it to a fixed address rather than a template tag:

    @import url('/wp-content/themes/mytheme/style.css');

    Keep going, removing RSS and FEEDs that are template tags and everything that is a template tag.

    In the Loop, carefully remove all the loop leaving just the CSS and XHTML. Inside of the entry or whatever your “post content” section is, change the heading to something like:

    <h2>Site Down Temporarily</h2>

    And change the content to something like this:

    <p>We apologize for the inconvenience, but our site is down temporarily for repairs.</p>

    Continue down through the footer, removing all template tags and PHP and plugin tags. Strip it down to the essentials.

    3. After double checking you have renamed the index.php in your ROOT directory (not your theme – leave that alone!!!!), save the file to the root directory of WordPress.

    Test it and if it works, then great. If it doesn’t, dig in and find out what tag or part is messed up.

    You can use this backup index.php any time your site goes down or has problems, if you can get access to the site. When the site is fixed, then rename it indexbork.php or something like that and rename the original back to index.php and you are back in business.

    If you have problems in the future, two quick file renames and you have a note that says “hey, we’re down for a bit” and people will see more than “run install.php” or “Database Error” until things are fixed.

    Awesome.

    When the Codex comes back online, we might have to add this excellent example!!!

    Forum: Fixing WordPress
    In reply to: making pages
Viewing 15 replies - 316 through 330 (of 2,975 total)