Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • I’ve been using Almost Spring for a very long time too, so I’m very grateful for your update. That’s one hurdle less to take before I can perform an upgrade on our site ??

    I also had to do something manually to get it working.
    Just FTP to your /wp-content folder, and check for a subfolder uploads. If it doesn’t exist, you can create it and set chmod to 777 for all files and folders inside it (if you happen to use WS_FTP to connect to your server, just right-click on the folder and select properties to do this)

    Great advice, this is exactly what I needed too. After installing the plug-in vCalendar, search wasn’t able to find anything anymore…

    However, using comma’s to separate the cat id’s didn’t work for me. Workaround was repeating the hidden input fields:

    <input type="hidden" name="cat" value="13" />
    <input type="hidden" name="cat" value="8" />

    Solution found, although it’s a little dirty.
    In index.php of the Almost Spring 1.3 Theme, just replace this code:

    <?php posts_nav_link('', __(''), __('&laquo; Vorige berichten')); ?>
    <?php posts_nav_link(' · ', __(''), __('')); ?>
    <?php posts_nav_link('', __('Volgende berichten &raquo;'), __('')); ?>

    with this code:

    <span class="next"><?php previous_posts_link('&laquo; Vorige berichten') ?></span>
    <span class="previous"><?php next_posts_link('Volgende berichten &raquo;') ?></span>

    I don’t think the problem is related to the language file but to the theme that you are using.

    Just try switching to another theme, the problem will probably disappear.

    I also found a number of other websites that have the same problem and what they seem to share is that they are based on the Almost Spring 1.3 theme from beccary.com.

    However, I’ve just made rather extensive modifications to this theme so I would prefer to try and solve this problem. I’ve tried emailing Becca Wei, but this far no response.

    Does anybody else have any ideas on where to look / how to solve?

    For your info, this is the error message
    Project-Id-Version: WordPress 2.0 Report-Msgid-Bugs-To: POT-Creation-Date: 2005-02-15 10:33-0600 PO-Revision-Date: 2006-06-02 21:40+0100 Last-Translator: Michel Klijmij Language-Team: Dutch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit

Viewing 6 replies - 1 through 6 (of 6 total)