Jimmy
Forum Replies Created
-
Forum: Plugins
In reply to: Language switcherSorry, my bad. It was the random photo with nextgen gallery.
Thanks for the help moshu.
Forum: Plugins
In reply to: Language switcherWorked on the css now. Have a look at https://www.jayem.se and you will see the flags as I want them.
But do you know how to put the alt tag on the flag imgs?
When I validate the html i get the error “required attribute “alt” not specified”
Thanks for the support moshu!
Forum: Plugins
In reply to: Language switcherHey!
I just figured out everything.
All I had to do was to define the path in poedit, and the program updatedes everything based on the gettext code.
But is there a way to edit the .po and .mo file directly on the server?
Forum: Fixing WordPress
In reply to: PNG Fix for IE on backgroundsI just found another javascript to help me with IE 6.0 and below.
The bgsleight is working good. It’s importent to add position: relative; to all div in css for the links not to go dead.
Also in your head html remember to use the <!–[if lte IE 6]> and <![endif]–> around your javascript, this way all other browsers ignores the javascript.
Forum: Plugins
In reply to: Language switcherOh I see.
So how do I translate the theme im using? And how to connect the translated theme to language switcher?
Let’s say I want to translate the “Posted In” text below my posts.
The string in my index.php looks like this:
<p class=”postmetadata”>Posted in <?php the_category(‘, ‘) ?>
How should it look after I translated it? What and where do I add one of the __ or _e ?
Thanks very much for your support moshu, I am very greatful for these kind of users.
Cheers!
Forum: Plugins
In reply to: Language switcherThx moshu!
Well it seems as too much work for me to translate.
I guess I’ll wait until someone has translated wordpress 2.2 in swedish instead.
Forum: Plugins
In reply to: Language switcherI do not want my blog to be translated automaticly.
I have written my posts in different languages myself with the lang_en and lang_se tag around them.
What I meant with translated automaticly was because I am using a .po file for this, someone with experience of the Language Switcher plug in maybe can help me with my problems.
Forum: Themes and Templates
In reply to: modifying Kubrick themeCould not fix the footer. So I just created a new div instead. Deleted the info inside the footer div so it wont show, and now the page looks good.
=)
Forum: Themes and Templates
In reply to: modifying Kubrick themeJust saw that I still have problems with the footer.
Page background is overlapping the footer image.
So I have to move the footer also.
But I can’t figure out how to do it…
Forum: Themes and Templates
In reply to: modifying Kubrick themeJust finished everything now! Check it out at https://www.jayem.se
Forum: Themes and Templates
In reply to: modifying Kubrick themeBut aren’t there some way to let the background image on the #page start further down like 30px or something?
Or maybe I can put the header div outside the page div? I’ll try this later if nobody can help.
Forum: Fixing WordPress
In reply to: wp_list_pagesThank you for the support.
I solved my problem just by creating sub pages instead.
Forum: Plugins
In reply to: Lightbox galleryTried the Nextgen gallery instead, works good.
Forum: Everything else WordPress
In reply to: Problems validatingJust fixed everything on the page and it is now validated.
I changed the get_links_list to wp_get_links and it all worked out.Forum: Everything else WordPress
In reply to: Problems validatingJust figured out how to make it all look good, so don’t mind the last post.
The problem now is that when I validate my page, I still have 3 errors, all:
end tag for element “li” which is not open
It seems as wordpress adds a tag after wp_list_pages, also both and after get_links_list.
Can I make wordpress not add these?