hfuhruhurr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Shadowbox JS] shadowbox.js missingOk, solved it by myself. I’m deregistering jquery via wp_deregister_script() in my head-section to include the latest version from ajax.googleapis.com:
…
<?php wp_deregister_script(‘jquery’); ?>
<?php wp_deregister_script(‘l10n’); ?>
<?php wp_head(); ?>
<script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js?ver=1.6.1″></script>
…if I uncomment deregistering jquery, shadowbox inserts loading the md5.js-line and everything works fine.
…
<?php //wp_deregister_script(‘jquery’); ?>
<?php wp_deregister_script(‘l10n’); ?>
<?php wp_head(); ?>
…Forum: Fixing WordPress
In reply to: [Shadowbox JS] shadowbox.js missingDear Matt,
I’m at a complete loss. Since the last update to 3.0.3.x (incl. your developer Version x=8) the plugin dows not work anymore. I narrowed it down to wp_footer() seemingly not inserting the code to load the <letters/numbers>.js file.
The URL is http://nullseite.de.
My current status:
– all plugins disabled, only shadowbox enabled
– no luck with caching of shadowbox.js enabled or disabled
– current plugin version: 3.0.3.8 (stable tag as of readme.txt)
– wp_footer() is called in footer.phpAny help greatly appreciated!!!
Many thx in advance
AxelForum: Themes and Templates
In reply to: Misalignment of date box upon line-break in heading of postIssue has been solved in latest release 1.6.4.
Forum: Themes and Templates
In reply to: Misalignment of date box upon line-break in heading of postOha! Thought my post was tagged correctly under “lightword” (by Andrei Luca). Unfortunately, I’m currently testing this theme locally on my Mac, so there’s no URL right now. Anyway, here’s a screenshot. Thanks!