AdmiralGanja
Forum Replies Created
-
Forum: Plugins
In reply to: Help! Need Buttons to insert HTML-snippetsPlugin: Post Snippets
Forum: Fixing WordPress
In reply to: Show only child pages in sidebar!?I fixed it by restyling and hiding stuff from jquery, not ultimate, but it works…
Forum: Fixing WordPress
In reply to: Double question marks before HTML-tag.Arghhhh! Stupid!! It was Notepad++ who was set to encode in UTF-8 which I thought was right… But really it should have been UTF-8 without BOF… ARGH!!!!!!!!! 2 Days !!!!!!! =)
Thanks anyway
Forum: Fixing WordPress
In reply to: Double question marks before HTML-tag.In PHP/WordPress (index.php) this code generates a space between the borders on the top, in a simple htm file, it only renders two boxes with no height and no white space! Why is this? WordPress must be putting some bas stuff in my code? In a binary reader I read:
???<html><head><style type=”text/css”>Some kind of strange code in the beginning that wordpress is adding,
<html><head></head><body style="border: 1px solid green"><div style="border: 1px solid red"></div></body></html>
Forum: Fixing WordPress
In reply to: Double question marks before HTML-tag.*EDITED*
I have cleaned my code now… Look at the below, still I get a space between body top, and the beginning of wrapper. I cant understand why!
Please help… thanks/Jesper
index.php
<?php include(TEMPLATEPATH . "/header.php");?>
header.php
<html><head><link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /></head><body><div id="wrapper"></div></body></html>
Style:
body { border: 1px green solid; } #wrapper { border: 1px solid red; }
Hi,
After trying zillions of solutions I finally found that Notepad++ my editing program was using ANSI encoding, possibly the files that I got also somehow was set to ANSI encoding. By using Notepad++ and converting all PHP files to UTF-8 it suddenly started to work.. I will need to re-write all posts though for some reason. Maybe because they were created in ANSI mode, it just won’t show it correctly in UTF8.
I am no character encoding expert but maybe this information cpuld help someone out there.
Forum: Fixing WordPress
In reply to: Add custom field to CategoryMy solution so far is to create a category called “Section” and a couple of child categories “Artist”, “Music”, “Styling” etc. Then creating one post with both those categories set and adding custom fields, becoming the extra category attributes I needed.
Better solutions for this are welcome…
/Jesper Wilfing
Forum: Plugins
In reply to: How to create Image/text poster? I is noob!The best solution so far is to create specific categories and add custom fields named for instance Image etc..
I would prefere some kind of “Add item to library” functionality, for instance.
Let’s say I have a wordpress webshop, a presentation of my CD library, a page presenting images of strange cars or similar and wan’t to add items in another way than creating a new blog post for everything. Are there no pre-defined functions for this?
Please help! Thanks
/JesperForum: Fixing WordPress
In reply to: Custom fields used as placeholders?Aight! Thanks!
Forum: Fixing WordPress
In reply to: Help Please! How to create info boxes on my page?That seems to be a very smart Idea… I think I will try that =) Thank you!!
Any further ideas and hints of course still appreciated! Maybe there is an even easier way =)