Keyword

ISSUE PLEASE HELP

More
12 years 1 month ago #101871 by Alex
ISSUE PLEASE HELP was created by Alex
Hello fellow K2 forum users,

I'm having a slight problem with a piece of code remaining on the page, while previewing it.

That's the code:

src="http://localhost/agency/components/com_k2/images/placeholder/user.png" alt="Administrator" />

I have no clue how to remove it, i tried to locate with Firebug where exactly it could be....but unsuccessful.

Unfortunately the site is not online,i still am using it locally, so i cant show it to you.

Anyone coming up with any kind of clue would be much appreciated!!!

Thanks in advance ;-)

Please Log in or Create an account to join the conversation.

More
12 years 1 month ago #101872 by william white
Replied by william white on topic Re: ISSUE PLEASE HELP
if code is mixed with your front end item output, there must be something in the item.php that is incorrect and being rendered instead of executed as it should be.
View the source and locate where it is, then look thru item.php of the k2 template to the place where its showing up, there is probably a syntax error there

Please Log in or Create an account to join the conversation.

More
12 years 1 month ago #101873 by Alex
Replied by Alex on topic Re: ISSUE PLEASE HELP
Dear William thanks a lot for your reply !!

The strange thing is that in the item.php i can see the same line of coding as in firebug, the only thing that is not included is :

src="http://localhost/agency/components/com_k2/images/placeholder/user.png" alt="Administrator" />

From the firebug code i can see this :

<div style="clear:both;"></div>
</div>
src="http://localhost/agency/components/com_k2/images/placeholder/user.png" alt="Administrator" />

But in the item.php it's only this line:

<div style="clear:both;"></div>
</div>


I'm really frustrated, all day long and i don't really see what i might be doing wrong!!!

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum