Support Forum

ACHTUNG: Momentan ist das Forum aus Zeitgründen auf reinen Lesemodus geschaltet. Es können keine Einträge vorgenommen werden. Bitte schickt keine Supportanfragen per eMail.
ATTENTION: Due to a massive lack of time the forums are currently in read-only modus. Please avoid sending support-questions via email.

Willkommen im Support Forum. Bitte nutzt das Forum für alle Fragen, Probleme und Fehlermeldungen rund um meine Themes. Um Spam zu vermeiden, müsst Ihr dazu ab sofort registriert sein. Ihr könnt hier in Deutsch oder auch Englisch posten.

Welcome to the support forums. Please use this forums for any type of questions, bug-reports or any other related stuff concerning my themes. To avoid spam you have to be registered to post in this forum.


Bevor Ihr im Forum postet, schaut nach, ob eure Frage nich schon einmal beantwortet wurde. Es werden keine Fragen zu grundlegenden WordPress Funktionalitäten beantwortet. Dafür gibt es die allgemeinen WordPress Foren und den unschlagbaren WordPress Codex. Außerdem empfehle ich zuerst die Tutorials zu lesen, da dort die meisten Fragen beantwortet werden. Für absolute Anfänger, die bisher wenig mit WordPress gearbeitet haben, empfiehlt es sich, ein paar Euro in das e-Book “Sites that Soar” von Aisling d´Art zu investieren. Das Buch erklärt den Aufbau einer Website anhand von BranfordMagazine Schritt für Schritt. Es ist zwar nur in englisch verfügbar, aber doch sehr einfach und verständlich.

Please make sure your question hasn´t been postet before. I will not answer questions on basic WordPress functionalities because there are general WordPress forums and the amazing WordPress Codex which do this job better. Check out the tutorials. Most of the questions will be answered here. For unexperienced WordPress useres I reccomend to purchase the e-book “Sites that Soar” by Aisling d´Art. This book shows a step-by-step how-to build up a website using WordPress and BranfordMagazinne.

This e-book is highly recommended for new WordPress users
who want to use BranfordMagazine:

Get the e-book 'Sites that Soar'



Ich stehe für individuelle Programmierarbeiten, oder Themeanpassungen zur Verfügung. Bei Interesse schickt mir einfach eine eMail an support[at]der-prinz.com. Bitte lest zuerst die “Forumsregeln” bevor Ihr postet.

I am available for freelance programming or theme customization. If you are interested just drop me an email at support[at]der-prinz.com. Please read the “forum rules” before you post.



This forum is currently locked - access is read only
You must be logged in to post Login

Search 
Search Forums:


 




Image path in Featured Articles

UserPost

13:38
6. August 2008


Michael Oeser

Admin

posts 630

1

Honestly I cannot replicate this issue. When I visit your site either with Firefox or with IE there doesen´t seem to be any problem…

18:27
3. August 2008


Ed Walker

Guest

2

http://www.edwalker.net/prestonwordsandpics/


I've tried what's been put on here and the previous posts, but no joy - still getting the boxes instead of the image. Any ideas?

19:23
22. Juli 2008


Michael Oeser

Admin

posts 630

3

I legend? hope not to end up like Will Smith in the movie Cool

15:31
22. Juli 2008


fangorn

Guest

4

Thanks a lot from me too! :-)

In my case, the complete upload path didn't work, but this one:

wp-content/uploads/

Everything is fine now. Thanks again!


12:21
22. Juli 2008


punter

Guest

5

To Michael & HeadsUp …

you are both legends … really appreciate the help, it worked immediately.

Michael, looking forward to finishing my setup, then I shall add my site to the Hall of Fame.

Regards,


Punter… :)

21:06
21. Juli 2008


pointysticks

Member

West Wales, UK

posts 18

6

Thanks for that, HeadsUp!  I knew it was going to be something ridiculously easy.  It's always the way, isn't it. Wlel, I'm just happy that it totally sorted my image problem.

Thanks again!

19:17
21. Juli 2008


HeadsUp

Guest

7

Hi Michael and thanks for the great theme.

I too had the problem where no image was seen but found another way of fixing this without the hack.

Log into wp as admin then go to settings then miscellaneous.

In the first section, uploading, there is an option: Full URL path to files (optional)

I put here: http://mysite.com/wp-content/uploads/


It now works a treat.

Thanks

Head the Web

18:16
21. Juli 2008


Michael Oeser

Admin

posts 630

8

Stupid me…When I look at the sourcecode of your featured articles I can see an image URL but when I copy and paste it to my browser it can not be displayed. Which means the image does not exist or the URL is wrong.

Try what I´ve described below to use the complete image path (or URL).

18:11
21. Juli 2008


Michael Oeser

Admin

posts 630

9

It seems as if your relative upload path is not recognised by WordPress. So you might change a little code and enter the whole absolute path to the images.

For example: At ui.tabs.php you´ll find this area wich displays the image of the leadstory

// this checks to see if an image file exists
    if (isset($values[0])) {                       
?>
      <a href=”<?php the_permalink() ?>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><img src=”<?php bloginfo('url'); echo '/'; echo get_option('upload_path'); echo '/';
// this is where the Lead Story image gets printed   
    $values = get_post_custom_values(”leadimage”); echo $values[0]; ?>” alt=”leadimage” id=”leadpic” /></a>
      <?php } ?>

Now you change it like this

// this checks to see if an image file exists
    if (isset($values[0])) {                       
?>
      <a href=”<?php the_permalink() ?>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><img src=”
// this is where the Lead Story image gets printed   
    $values = get_post_custom_values(”leadimage”); echo $values[0]; ?>” alt=”leadimage” id=”leadpic” /></a>
      <?php } ?>

That removes the path to the upload directory. In the custom field you just have to put the whole image path (something like http://www.yourdonain.com/wordpress/whatever/2008/07/image.jpg instead of just 2008/07/image.jpg)

Check if it helps and feedback.


15:47
21. Juli 2008


fangorn

Guest

10

I've the same problem with an local test-blog (MAMP). The grafic path I've got (browser) is something like that:

'http://192.168.178.24:8888/wp-blog//Users/fangorn/Documents/htdocs/wp-blog/wp-content/uploads/2008/07/featuredimage_01.gif'

The main path to the blog (preferences) is:

'http://192.168.178.24:8888/wp-blog'

Everything else is working.

14:54
21. Juli 2008


punter

Guest

11

Here is my site … I have quickly added some content to help get an idea of it's purpose

http://www.grocerywatch.com.au/

Any help would be most appreciated.

Regards,

punter

13:22
21. Juli 2008


Michael Oeser

Admin

posts 630

12

Yes i got this point. But it maybe a difference between the one and the other (oviously there has to be one). Since I can´t look at your site you need to figure it out by yourself Wink

12:57
21. Juli 2008


punter

Guest

13

Thanks Michael. I shall check.

As previously mentioned I don't have this problem if the image file goes directly into the main posting page … this problem only occurs for the images in the front/main/index page.

Regards,

Punter.


12:31
21. Juli 2008


Michael Oeser

Admin

posts 630

14

Is this on a local or a server installation? I find it quite strange that there are double slashes (//). If this is on your webserver you might talk to your hoster.

In any case you need to check in the WP settings if the paths are set correctly.

03:24
21. Juli 2008


punter

Guest

15

Your Website or Blog URL: still in test mode
Your themes version: Branford
Your WP Version: 2.6

I am having difficulty adding an image to the main page (index.php). I can easily add an image to a post, but when trying to add an image to the frontpage they all get prefixed with '//var/virtual/web/'.

I have changed all my permissions on all my folders to 777, but all I am getting is an empty image holder leading to 'http://www.mywebsite//var/virtual/web/wxxx/html/wp-content/uploads/2008/07/featuredimage_01.jpg'

Any suggestions please?

Thanks in advance  ….


Punter



Reply to Topic: Image path in Featured Articles
Please make sure your support question wasn´t posted (and answered) before. Please use the forums search to avoid double posts.

Guest Name (Required):

Guest EMail (Required):

Guest URL (required)

Math Required!
What is the sum of: 8 + 5        (Required)

Topic Reply:


 

About the DER PRiNZ forum

Currently Online:

3 Guests

Maximum Online: 25

Forums:

Groups: 4

Forums: 9

Topics: 467

Posts: 1869

Members:

There are 187 members

There are 240 guests


Michael Oeser has made 630 posts

Top Posters:

Daishi - 45

dnrothwell - 27

smilepak - 25

Nachhall-Texter - 19

pointysticks - 18

Administrator: Michael Oeser | Moderators: Michael Oeser, Daishi


© Simple:Press Forum - Version 3.1.3 (Build 356)  


Readers voices

  • Bob Ragsdale: Unfortunately with Wordpress 2.6 the category ID numbers as described...
  • David Stembridge: I’d like to use a background image around the outside; it...
  • Hausaufgabenweb: Ich finde ein Support in einem Forum, der kostenlos angeboten wird,...
  • raduflorea: I was looking for a new theme for my website and this is exactly what I was...
  • raduflorea: I was looking for a new theme for my website and your’s it’s...

Featured

    Get my brandnew theme WyntonMagazine - Ready for localization. Additional features.

  • WyntonMagazine WordPress theme
  • Get my theme BranfordMagazine - English, German and other languages available.

  • BanfordMagazine WordPress theme
  • Get the e-book "Sites that Soar" - New version out now More info

  • Get the e-book 'Sites that Soar'

Spenden / Donate

    Falls Ihnen meine Arbeit etwas Geld wert ist. / If you feel my work is worth a little money.


Bad Behavior has blocked 3638 access attempts in the last 7 days.