moonwoff
Forum Replies Created
-
Forum: Plugins
In reply to: Nextgen with newest images in headerNo ideas, tips for me? =o/
Forum: Themes and Templates
In reply to: links like "current page" in sidebarNobody that knows…?
Forum: Themes and Templates
In reply to: links like "current page" in sidebarI have now find Samsarin PHP Widget and use that with this code.
<ul> <li><a <?php if (is_page('Info')) echo 'class="current"'; ?> href="http://bluechalo.com/wp2/info" title="Info">Info</a></li> <li><a <?php if (is_page('Valpkull 2.0')) echo 'class="current"'; ?> href="http://bluechalo.com/wp2/valpkull" title="Valpkull 2.0">Valpkull</a></li> <li><a <?php if (is_page('Va gör jag?')) echo 'class="current"'; ?> href="http://bluechalo.com/wp2/gora" title="Va gör jag?">Va gör jag?</a></li> </ul>The problem is how I can exclude this widget-text at some pages (want this to show only on pages “dante”, “info”, “valpkull” and “vad göra?”?
At the text widget I have put this codeis_page('dante','info')for one of the text widgets. But this option is not available at the php-widget. Where should I put this code, or is this even possible?
If not possible, how to get this work…?Forum: Themes and Templates
In reply to: links like "current page" in sidebarNobody?
I would like to know what code I should use instead of is_home…
Forum: Themes and Templates
In reply to: change image size automaticallyNobody?
Is it possible to do this without plugins?
Forum: Themes and Templates
In reply to: Can not load imagesGaaah, I had not checked out that the image was small enough (I thought it was, since it was in such a folder).
So it was “so simple” that the image I was trying to upload was too big. *embarressed*Thanx anyway!
There was not enough memory allocated to PHP for the upload and insert process to be completed. It’s impossible to say exacty where it stopped, but from your description I’d say it was uploaded, but didn’t make it to the insert media prompt.
Okey, I didn´t know that all images are gone to library (I don´t use that, have just uploaded in the posts before this)…
Forum: Themes and Templates
In reply to: Can not load imagesOkey, as I already said, I don´t know where to find that php.ini-file. =o( Where should I find it?
I am using Sandbox theme. (I am not familiar with it).
It didn´t changed eventhough I deactivated the plugins (the only one I am using is “Widget Logic”). And also changed the theme back to Twenty Ten 1.1.
As I said, why does the image at all come to the library (in the admin panel). Is it not uploaded then? Or what is happened?
Forum: Themes and Templates
In reply to: Can not load imagesI just find out that I find the photos uploaded (?) in the library.
What are they doing there and how do I get them uploaded directly to the post? Is it really the size that is the problem or is it somehow some linking problem?The file address for the image is this
http://bluechalo.com/wp2/wp-content/uploads/2010/10/auto13.jpgI can´t not find a PHP.ini-file anywhere…
Forum: Themes and Templates
In reply to: excerpt deletes textIt work also as you said. Thanx!
This is solved now!
Forum: Themes and Templates
In reply to: Change date and time in archiveThis is solved now!
Forum: Themes and Templates
In reply to: Change date and time in archiveeeeh, if i was embarressed before, what am I know. Why did I not think of that… =o) The css gives possibilities. =o)
Thanx!Forum: Themes and Templates
In reply to: excerpt deletes textI think I solved the problem, I changed the one in archive.php from
<?php the_excerpt( __( 'Read More <span class="meta-nav">»</span>;', 'sandbox' ) ) ?>with the one I have in index.php
<?php the_content('Read the rest of this entry »'); ?>and now the hole text is shown.
Hopefully did I right!
Forum: Themes and Templates
In reply to: Change date and time in archiveHow do I remove it?
I haven´t heard of the possibility to fade it back into the background. How do you do that?It feel so unneccessary to put a “extra” css-code in css-file for this…
Oki, this is the first time I´m trying to change the Sandbox so…
… just in case I have the original files saved. =o)Forum: Themes and Templates
In reply to: Change date and time in archiveahaa. okidoki. Just to be on sure, I have done right to put that code in the css?
Is it okey to change the archive.php like I have done?
Or do I have to change somewhere else also something (meaning if I have to go and change anything in the function.php or so…)?Forum: Themes and Templates
In reply to: Change date and time in archiveCan somebody give me an explanation for why I have to use this code to
take away the border under the abbr-code?.published { border-bottom: none; }The abbr-code
<abbr class="published" title="<?php the_time('d.m.Y') ?>"><?php the_time('d.m.Y') ?> @ <?php the_time('H:i') ?> - </abbr>By the way, as you see I got it to work as I want this part of the code.