<img src="http://www.domain.com/path/"<img src="http://www.domain.com/path/file.jpg">
Hi,
check your html and any other work you recently made in your theme.
To understand, see what you published in your latest post, above. You’re nesting two img tag! That’s wrong…
Hi,
thanks for your fast answer. But i dont change anything in html and also nothing in the cms.
The pictures all in the system dont shown (Buddy). I have found the point where these included and the entry in the DB. They correct but in the final page they are more code, include them wrong img-tag. I found this code below. Anyone an idea?
Entry at the inc_home_worx.php
<div class="item-worx" style="background:url(<?php echo get_site_url(); ?>/wp-content/uploads/<?php echo bp_member_profile_data( 'field=Arbeit 1' );?>) no-repeat center center; background-size:100%;"></div>
Entry “Arbeit 1” at “bp_member_profile_data”
“/profiles/650/10178000_952764714783106_9054488211953232103_n.jpg”
I’m slowly approaching the solution. If i deactivate the plugin “BuddyPress Xprofile Custom Fields Type”. The Pictures are back. They overwrite the URL i think.