nachtmeister
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Search Template Tag / Strict/push
No idea? It can not be possible that no one ever got into with the search widget.
All what I want to know is, where the stuff for the search widget is located.
Forum: Themes and Templates
In reply to: Search Template Tag / StrictSorry, can’t delete the htacces, isn’t my webspace.
Line 41, Column 30: document type does not allow element “label” here; missing one of “p”, “h1”, “h2”, “h3”, “h4”, “h5”, “h6”, “div”, “pre”, “address”, “fieldset”, “ins”, “del” start-tag .
<label for=”s” class=”hidden”>Search for:</label>
?
The mentioned element is not allowed to appear in the context in which you’ve placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you’ve forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as “<p>” or “<table>”) inside an inline element (such as ““, “<span>”, or “<font>”).
Output of Search looks so:
# <form action="https://www.6pounder.com/nm/" id="searchform" method="get"> # <label for="s" class="hidden">Search for:</label> # <div><input type="text" id="s" name="s" value=""/> # <input type="submit" value="Search" id="searchsubmit"/> # </div> # </form>
So i have to set a paragraph between <form…. and </form>
So i have to know where the search Tag get generated. Which File?
Forum: Fixing WordPress
In reply to: Intro with more instead of excerpt in single.phpc’mon guy’s…
Forum: Fixing WordPress
In reply to: Archive, but nothing happenThanks. I think, this should help me anyway.
Forum: Fixing WordPress
In reply to: Archive, but nothing happenIt works dude. You are right.
Other question by the way: Which file is now the right one to change the view of my archive page? I won’t make the same mistake ??
Forum: Fixing WordPress
In reply to: Archive, but nothing happenHmm. I’m sure, I’ve made it correctly. But you know more than me so i trust in your know-how ?? Thanks
Forum: Fixing WordPress
In reply to: Archive, but nothing happenhmm… ok, let’s change this. I only copyied the tings from kubrik. I tought, that should work.
So what have to be in my archive.php (after that, archives.php, is my template.)
Forum: Fixing WordPress
In reply to: Archive, but nothing happenhttps://www.6pounder.com/four/archives/
have a look at it.
I have a archive.php with my layout and code from kubrik theme, and of course this one: …
<?php
/*
Template Name: Archives
*/
?>It didn’t work. So I’ve made a copy of the archives.php from kubrik theme in my template folder.
But It didn’t work better…
Forum: Fixing WordPress
In reply to: Archive, but nothing happenhmm… I don’t understand. I’ve made a php file with the content for the archive page which I can set as the Template of any page. After that, i can get my archive over permalink like page.com/archive. This works, but when I click on any link of my archive, nothing will happen.
Did I forget a file to make my archive working?
I got my code from the kubrik theme, I think, it should work. But it doesnt.
Forum: Plugins
In reply to: [Plugin: WP-Project] Problems with xLanguage & WP ProjectSo do you think there will come a bugfix in the foreseeable future? ??
Forum: Plugins
In reply to: [Plugin: WP-Project] Problems with xLanguage & WP ProjectFor the better overview:
WP project v 1.2.3.
line 53
$this->options = unserialize( get_option( 'WP-Project Options' ) );
xLanguage 1.3.3.
line 224
setcookie( xLanguageTagCookie, $this->language, time() + 30000000, COOKIEPATH );
I have no idea what this means *smile*. But I hope you guys.
Forum: Plugins
In reply to: Twitter Tools BetaI have the same Problem like fede777. I have no idea why it shows this message.
Forum: Plugins
In reply to: [Plugin: Register Plus] TranslationI tested it by changing:
<?php _e(‘Last Name:’, ‘regplus’);?>
to
<?php _e(‘Last Name’);?>
and it works. Don’t know what ‘regplus’ is for in the string but it looks like it works without it.
Anyway, are you interested in a german translating?
btw. your stealth login plugin doesn’t works with register plus because for example the url of the Verification going to wp-login but wp-login has a redirect with stealth login. So the verification doesn’t work.
Forum: Plugins
In reply to: [Plugin: Register Plus] TranslationTranslation won’t work by me. Only the Email and Nickname labels get translated. These are the form fields loaded by the standart wordpress login.
So the problem is, you can’t define the php_e like this:
<?php _e('Last Name:', 'regplus');?>
But if you use
<?php _e('Last Name');?>
it works. But I think the plugin doesn’t really works after that, not tested yet but the translation works…
So i don’t know, what I have to do now.