jeroslav
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Problems with implementing img src withwordpressWhat do you mean by that?
Forum: Themes and Templates
In reply to: Problems with implementing img src withwordpressHmm no, even without the thumb class it is the same size.. Smaller than before.
and the thumb class is for that family picture.
.post-item img.thumb {
float:left;
padding-right:20px;
padding-left:20px;
padding-top:20px;}
Forum: Themes and Templates
In reply to: Problems with implementing img src withwordpressNow it is even smaller…
Forum: Themes and Templates
In reply to: Problems with implementing img src withwordpressYou mean using
<img src="img/sample/family.jpg" alt="smiling girl" class="thumb"/>instead of
<img src="/wp-content/themes/<?php echo bloginfo('get_template') . '/img/sample/family.jpg'; ?>" alt="smiling girl" class="thumb"/>It still doesnt show the picture. But when i designed the website without wordpress implementation it worked ok.
Forum: Themes and Templates
In reply to: Problems with implementing img src withwordpressthe URL of the picture located on directory and opened with browser:
file:///C:/xampp/htdocs/wordpress/wp-content/themes/ZPMpravna/img/logo.pngthe URL of the picture on the website:
http://localhost/wordpress/ZPMpravna/img/logo.pnghmmm, no wp-content and themes on the website image url…
Forum: Themes and Templates
In reply to: Problems with implementing img src withwordpressObject not found!
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
If you think this is a server error, please contact the webmaster.
Error 404
When I tried opening the image in a new window. Do you think it is a server error?
… ofcourse if i try to view the image itself just by opening it with browser program it worked.
Forum: Themes and Templates
In reply to: Problems with implementing img src withwordpressThe website is offline, in fact its on my localhost xampp
Forum: Themes and Templates
In reply to: Problems with implementing img src withwordpressIt is strange that it somehow kinda loads the first image (the logo), but not completeley. For the logo I used
<img src=”<?php echo bloginfo(‘get_template’) . ‘/img/logo.png’; ?>” alt=”zveza prijateljev mladine pravno svetovanje logotip” />Here is the screenshot
http://shrani.si/f/3k/In/4FLpNLYv/logo.pngForum: Themes and Templates
In reply to: Problems with implementing img src withwordpressNope it still doesnt work.
Forum: Themes and Templates
In reply to: Problems with implementing img src withwordpresswow, actually.. I think I know what is wrong now… The ‘ZPM pravno svetovanje’ is not the name of my folder (theme) but it is ZPMpravna…
Forum: Themes and Templates
In reply to: Problems with implementing img src withwordpressIf you mean this, when I look at the source code.
<img src="/wp-content/themes/ZPM pravno svetovanje/img/sample/family.jpg" alt="smiling girl" class="thumb"/>Forum: Themes and Templates
In reply to: Problems with implementing img src withwordpressHmmm, it also doesnt work.