Forum Replies Created

Viewing 15 replies - 331 through 345 (of 380 total)
  • ejm

    (@llizard)

    Sorry, don’t know the answer to your question, Groove. The date is showing correctly in my blog….

    I have just upgraded to 1.5 in the hopes that the daylight saving aspect would be resolved. Alas, no. But googling, I found that this brilliant person has created a plugin to display daylight saving time!

    http://kimmo.suominen.com/2005/02/13/timezone/

    Note that this is not on the wp plugin page, but it works very well in 1.5….

    Note that the timezone plugin must go into the plugin folder and be activated first before it can be configured from the plugins page:

    wp-content/plugins/timezone.php

    ejm

    (@llizard)

    I’ll leave the gemini name on then. The things that I have changed are colours, images, widths (it’s dynamic width now rather than fixed) but I would never have had the patience to do the whole thing from scratch. I’m glad you did though!

    ejm

    (@llizard)

    Root; would you like me to remove any mention of gemini on my stylesheet? I haven’t examined the gemini stylesheet to see how much of it is still retained on what I have now….

    ejm

    (@llizard)

    In spite of the difficulties that I had upgrading because of having a somewhat modified version of 1.2.2 and the fact that I still haven’t gotten my bot-check plugin to work, I have to say that 1.5 is great!

    I really like that the ampersand issue in the links area has been resolved. I also love that there is a select all button for comment moderation. (This will come in quite handily on the weekends when the spamming poker and viagra robots send in their clever replies to all posts.) Well done, all you guys who did the re-coding for 1.5! Please take a bow.

    ejm

    (@llizard)

    I stand corrected moshu. I did not at all understand how that template worked, nor did I understand why I had to have the gemini folder in 1.2.2. I just put it there when I installed the pollux theme. When I moved the pollux stylesheet over, I left the template descriptive there thinking that it was a credit to the original author of the stylesheet template… I guess I added the “gemini” part to it.

    I’ve now moved the gemini/pollux credit down into the notes below the version number

    Root, thank you for reiterating moshu’s explanation.

    ejm

    (@llizard)

    Thanks guys; that did the trick.

    The original pollux style sheet had that “template:” descriptive and I had just left it in. Now that it is removed the ejm folder is available.

    ejm

    (@llizard)

    I too have been trying to create a new theme entitled “ejm”. I believe I have followed the instructions at

    http://codex.wordpress.org/Theme_Development
    http://codex.wordpress.org/Upgrade_1.2_to_1.5

    In the ejm file, there is an image, comments.php, index.php (that is a direct copy of the index in my new default folder) and style.css

    index.php has been updated to replace <code><?php echo get_settings('siteurl'); ?>/wp-layout.css and <code><?php include(ABSPATH . 'wp-comments.php'); ?> with
    <code><?php bloginfo('stylesheet_url'); ?> and
    <code><?php comments_template(); ?>

    at the top of style.css, I have added the required top section (for this forum, I have changed the URLs)

    /*
    Theme Name: ejm
    Theme URI: http://myblog/
    Description: (this theme was a heavily modified version of pollux)
    Version: 0.1
    Author: ejm
    Author URI: http://mydomain/
    Template: Pollux that was based on gemini
    .
    The images (which must not be altered in any way) used in this theme are strictly for non-commercial use only.
    .
    */

    The theme files are in wordpress/wp-content/themes/ejm

    This is the message that is in my admin file:
    ejm Template is missing.

    What file(s) have I missed uploading?

    ejm

    (@llizard)

    a little later after a lot of searching…. How do I go about getting the pollux theme to work for 1.5 For 1.2.2, the Pollux files were in a separate folder. I tried putting that folder into the themes folder but get the message that the template is missing from the folder. The newly placed pollux folder has its images, style.css, index.php, comments.php, and comments_popup.php

    I looked at
    http://codex.wordpress.org/Theme_Development
    and
    http://codex.wordpress.org/Using_Themes/Theme_List

    I gather that Pollux is NOT supported in 1.5. Quel drag. I am really hoping that I don’t have to start over from scratch but it is looking more and more like I will have to.

    Has anyone out there successfully switched from 1.2.2 to 1.5 with the pollux theme? If so. Please help.

    edit: okay… I’ve got the styles sorted out by placing the stylesheet from pollux folder into my “carrots folder”

    ejm

    (@llizard)

    There seems to be something awry with the zip file. I wonder if someone could check to make sure that it is really zipped correctly. I don’t normally have any problem opening zip files. The message “It does not appear to be a valid archive. If you downloaded this file, try downloading again.” I have downloaded it about 5 times, always with the same result.

    I took a look at http://www.winzip.com/downprob.htm

    As far as I know, my connection is fine. Is it at all possible that the zip file has been moved??

    Happily, I finally figured out how to open the tar zip. I have done the upgrade and now have to figure out how to get my pollux theme back. Onward and upward.

    ejm

    (@llizard)

    exanding app? What does this mean please?

    I tried the .tar.gz download. It is working but I cannot seem to open it. I will have to try this again tomorrow. I really didn’t think this was going to take over two hours to do….

    They weren’t just whistling Dixie when they wrote this at the top of the tamba site:

    “Time. Do not do this when you are tired or in a rush”.

    sigh…

    ejm

    (@llizard)

    thanks macmanx;

    To reiterate then,

    the following is not in my index file.
    @import url( <?php echo get_settings('siteurl'); ?>/wp-layout.css );"

    The most similar thing is:

    @import url( <?php echo get_settings('siteurl'); ?>/pollux/style.css );

    The above is what I should be replacing with

    @import url( <?php bloginfo('stylesheet_url'); ?> );

    Yes?

    Unfortunately, I cannot follow any of the rest of the instructions. I have tried three times now to download the zip of 1.5 from http://wordpress.org/download/

    Each time when I try to unzip the file, I get a message saying

    “cannot open file; it does not appear to be a valid archive”

    Please advise.

    ejm

    (@llizard)

    rrr… okay, I’ve put it off long enough and have decided I have to break down and upgrade to 1.5 from 1.2.2 (which I was informed was “way obsolete” by someone in mIRC yesterday) I apologize in advance for the spoonfeeding that I am about to request. (I really don’t want to have to do this twice.)

    I have been carefully reading everything at http://www.tamba2.org.uk/wordpress/upgrade/upgrade_en.html

    I’m using the pollux theme and am stuck at

    Replace this:
    @import url( <?php echo get_settings(‘siteurl’); ?>/wp-layout.css );”

    should I have all of the Pollux stuff in the second backup folder named “WP_files” and then follow the “if you use Kubrick” instructions for the replacement line? and then I should replace
    @import url( <?php echo get_settings('siteurl'); ?>/pollux/style.css );

    with

    @import url( <?php bloginfo('stylesheet_url'); ?> );

    ?

    Many thanks.

    ejm

    (@llizard)

    Excuse me for replying to myself. I went into mIRC to try to find out about this. It was suggested that I do a bug report. I dutifully checked to see if there was already a report, I find that this bug has allegedly been resolved in 1.3 (or is it 1.5?)

    http://mosquito.wordpress.org/view_all_bug_page.php

    Too bad there appears to be no patch for earlier wp versions.

    Try replacing each ampersand in an actual link with %26 It might work….

    What does “remark the line” mean? I went to asif’s site but comments are closed and I cannot locate an email address to find out how asif got rid of ‘038;’ (the ampersand character) in WordPress.

    edit: I’m guessing that “remark the line” means to “comment out the line”. I tried that in wp-includes/functions-formatting.php


    // $content = preg_replace('/&([^#])(?![a-z]{1,8};)/i', '&$1', $content);

    But that had no effect at all on ampersands. They are still being replaced and appearing as &#038;

Viewing 15 replies - 331 through 345 (of 380 total)