go41

Re: Thumbnail and nav bar colour in Arthemia :: Reply by f-t-cat

von Joern am 5. Sep. 2010 | Keine Kommentare

I just see you use a .png file as image, I would try with .jpg.

-and the file …wp-content/uploads/2010/09/Ozgeneral.png is even not there anymore (It was there before..)
as the timthumb script is still developed you could try the latest version you get here:

http://code.google.com/p/timthumb/

use right mouse and save target as for this link

http://timthumb.googlecode.com/svn/trunk/timthumb.php
replace that file with the one on your server after making a backup of the one you use.
This version of timthumb can even cache external images from flickr and others, but you need one more folder called temp beside the cache folder

…themesarthemiascriptstemp

this folder has to be writetable too (777 or 755)!
setting folder permissions I would use a ftp program like filezilla, do not modify script files!
to show one pages in headline replace the query:

<?php query_posts("showposts=1&category_name=Headline"); ?>
with a query for just one page, if you know the ID (here ID is 5) use

<?php query_posts(‚p=5‘); ?>
to show four pages in featured section you have to replace the query for featured, again in index.php. Replace this single line:

<?php query_posts("showposts=4&category_name=Featured"); $i = 1; ?>
with these some lines for pages with IDs 3 and 5 and 7 and 15:

<?php
$args = array(
‚post_type‘ => ‚page‘,
‚post__in‘ => array(3,5,7,15)
);
query_posts($args);
?>
ANY ID YOU HAVE TO SET TO THE PAGE YOU WANT TO SHOW
PLEASE BACKUP ANY FILES YOU WANT TO EDIT BEFORE DOING ANYTHING
more inf here:

http://codex.wordpress.org/Function_Ref … uery_posts

and here:

http://wordpress.org/support/topic/how- … uery_posts
talking about SEO it’s of course better to update a site. With WordPress using posts this changes your frontpage without editing any .php files, older posts move down, the latest ones appear. Pages are really static, even by updating the content they will not change much.

There might be no WP-theme showing static pages in front and the posts somewhere else, I guess they know why.
Putting pages in the category bar was explained here a while ago:

http://webdesign.go41.de/wordpress-tips … egory-bar/

(von: f-t-cat)

Hier noch 10 weitere Ergebnisse dieses Threads:

Thumbnail and nav bar colour in Arthemia

5. Sep. 2010 (von: ade)

Hi,First of all, I'd like to say thanks for this forum, having no clue about html it helped me customize Arthemia a little bit. However, I'm still struggling with a couple of things.The main one being that I can't get…

Re: Thumbnail and nav bar colour in Arthemia :: Reply by f-t-cat

5. Sep. 2010 (von: f-t-cat)

about the imagethe path you entered in the custom field looks correctly and the image is there. So the problem seems to be with the timthumb script.the folder where timthumb.php is in (/scripts) should have the folder permission 755 and…

Re: Thumbnail and nav bar colour in Arthemia :: Reply by ade

5. Sep. 2010 (von: ade)

Thanks a lot! Nav bar and comments sorted! For the thumbnails it doesn't seem to work. I've changed the folder/timthumb permission in ftp but no changes.I also tried to modify those lines with every combinations but no changes; maybe i…

Re: Thumbnail and nav bar colour in Arthemia :: Reply by ade

5. Sep. 2010 (von: ade)

Thanks a lot! The new timthumb scripts did the trick!As for SEO about pages and posts, I guess I'll just have to do some more reading!Thanks! Weiterlesen →

Re: Thumbnail and nav bar colour in Arthemia :: Reply by master

5. Sep. 2010 (von: master)

If you like the design of arthemia you might find some good modifications of this theme here:http://themes.go41.de/downloads/there is a theme-switcher on top of every page to see different themes with the same content.____________________you find me on... Weiterlesen →

Re: Thumbnail and nav bar colour in Arthemia :: Reply by ade

6. Sep. 2010 (von: ade)

Nice! I'll definitely use the sliding headline for another website! But that raises another question. How to get the logo extended like this http://themes.go41.de/?wptheme=aranovo2 ; when i try, it just pushes the advertising further down. Weiterlesen →

Re: Thumbnail and nav bar colour in Arthemia :: Reply by f-t-cat

6. Sep. 2010 (von: f-t-cat)

in this Aranovo2 theme is an image as background for div id head.It is just behind the actual logo (here just text) and also behind the place for the add.create an image 960px wide and something from 100 to 140px…

Re: Thumbnail and nav bar colour in Arthemia :: Reply by ade

6. Sep. 2010 (von: ade)

oops, I'm really useless but I couldn't figure out how to replace the background/blue color by a photo/imag; If i only type background:url("images/logowide.jpg"), then it takes the same color as the rest of the site..... I definitely need to take…

Re: Thumbnail and nav bar colour in Arthemia :: Reply by f-t-cat

7. Sep. 2010 (von: f-t-cat)

your image is a .png so the entry should be:background:url("images/logowide.png")after that change you should see your new image and can start to set width, height and margin/padding to get it aligned Weiterlesen →

Re: Thumbnail and nav bar colour in Arthemia :: Reply by ade

7. Sep. 2010 (von: ade)

Great! Thanks Weiterlesen →

Autor:

Du findest mich auch auf Twitter und Facebook!

Schreibe einen Kommentar

Pflichtfelder sind mit * markiert.


Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.

weitere forum Beiträge: