Each picture / jpg / png file that I place on the site gets unwanted a number in the code (wp-12345)
No idea how I got that, but I want get rit of it.
in the display on the site every picture has that red pinterest curl.
I do not know whether this is a virus or an institution is concerned ..
Who knows a solution?
s_ha_dum
Member
Posted 11 months ago #
That looks like the class that gets assigns to images if you upload via the Media uploader and insert into a post. It is composed of 'wp-' plus the image id-- the images post ID in the database.
Where and in what way is this causing a problem? I'm pretty sure you can eliminate it, I'm just not sure why or where.
Hope there is a way to switch it of, now deleting the code manually every time
s_ha_dum
Member
Posted 11 months ago #
Ok, well, unless you can answer questions I don't think anyone can help.
Where and in what way is this causing a problem?
Are you sure that this, "in the display on the site every picture has that red pinterest curl", isn't a web browser plugin?
Anyway, you need to provide more information. I can't guess my way to both your problem and your solution.
sorry
when I upload pictures they get a post id as you called them. that number
I can see in the html tab when i don't manually remove it I get a pinterest icon on the picture if posted.
This occurred about a week ago. never had that before.
s_ha_dum
Member
Posted 11 months ago #
Please post an image and not delete the id, then post the link here.
I really don't think WordPress is doing this. What happened last week? Did you install a plugin or a browser extension of some kind? I don't know about Pinterest but the Skype browser plugin makes a mess of the layout around phone numbers.
okay will try to reproduce.
no strange plugins installed no browser extensions what i did around that time was making 2 qr-codes for smartphone
tied to reproduce but at this moment no pinterest icon:-) the code behind te pictures however is strange
[caption id="" align="aligncenter" width="260" caption="tbv routeplanner"]<a href="http://www.catterycelizes.nl/wp-content/uploads/2010/06/qr-code-adres.png"><img class="size-full wp-image-5242" title="qr-code adres" src="http://www.catterycelizes.nl/wp-content/uploads/2010/06/qr-code-adres.png" alt="" width="260" height="260" /></a></dt></dl>
<div class="mceTemp mceIEcenter"><dl id="attachment_5254" class="wp-caption aligncenter" style="width: 310px;"><dt class="wp-caption-dt"><a href="http://www.catterycelizes.nl/wp-content/uploads/2010/06/QR-Code-celizes-google-maps.jpg"><img class="size-full wp-image-5254" title="QR-Code-celizes-google-maps" src="http://www.catterycelizes.nl/wp-content/uploads/2010/06/QR-Code-celizes-google-maps.jpg" alt="" width="300" height="300" /></a>[/caption]
<dl id="attachment_5242" class="wp-caption aligncenter" style="width: 270px;"><dt class="wp-caption-dt"></dt><dd class="wp-caption-dd">QR code</dd></dl></div>
s_ha_dum
Member
Posted 11 months ago #
That looks like fairly normal shortcode markup. What do you find strange about it? I don't think that <dl id= part should be there twice though. Did you copy that yourself?
What did you do to make the QR-Codes?
I've made them with a qr-code generator and copy-past the code. I asume then the pinterest issue occured
s_ha_dum
Member
Posted 11 months ago #
That shouldn't cause the problem. If you are seeing icon overlays (which is what it sounds like) something has to be adding them. That means it could be 1) PHP + CSS, and/or 2) Javascript, which would indicate a WordPress plugin or less likely a theme function, or a browser plugin which you've installed intentionally or not (maybe some other piece of software installed browser plugins surreptitiously).
You are going to have to reproduce it for me to help. Maybe someone else has ran into this though.