Seems to be a buck in Template: Here is one Example with wrong Code:
<div class="td-tags-and-social-wrapper-box td-tags-and-social-wrapper-box-bottom-line"> <a class="td-social-sharing-buttons td-social-twitter" href="https://twitter.com/intent/tweet?text=Cody Simpson: Nackter Hintern bei "Instagram" gelöscht!&url=http%3A%2F%2Fwww.loomee-tv.de%2Fcody-simpson-nackter-hintern-bei-instagram-geloescht%2F&via=LooMee TV" onclick="window.open(this.href, 'mywin',
'left=50,top=50,width=600,height=350,toolbar=0'); return false;" ><div class="td-sp td-sp-share-twitter"></div><div class="td-social-but-text">Twitter</div>
Could you please FIX this?
Same Problem with Title Tags in Blocks … One Example:
<img width="100" height="65" itemprop="image" class="entry-thumb" src="http://www.loomee-tv.de/wp-content/uploads/2014/05/image_20140520T115710-100x65.jpg" alt="Interstellar Thumb" title="Erster Trailer zu "Interstellar" mit Matthew McConaughey und Anne Hathaway! [Video]"/>
Inside the Title-Tag should be no quotation marks like this “xxx”. My English is not very good, but i try my best! Thanks for your Question!
Any help with this Topic?
<img width="100" height="65" itemprop="image" class="entry-thumb" src="http://www.loomee-tv.de/wp-content/uploads/2014/05/image_20140520T115710-100x65.jpg" alt="Interstellar Thumb" title="Erster Trailer zu "Interstellar" mit Matthew McConaughey und Anne Hathaway! [Video]"/>
The Word INTERSTELLAR inside the Title Tag should have no quotation marks! Same Problem in Blocks an Twitter-Share!
-
This reply was modified 12 years by
samnaun2000.
hi,
add: htmlentities( .... , ENT_QUOTES)
like : http://screencast.com/t/SEtk9Grirv
Thanks for you message.
Radu A.
Thanks Radu, are you gonna take this in your next update?
Same Problem with Image-Title! Where to change this?
<div class="td_mod3 td_mod_wrap " itemscope itemtype="http://schema.org/Article">
<div class="thumb-wrap"><a class="td-admin-edit" href="http://www.loomee-tv.de/wp-admin/post.php?post=230879&action=edit">edit</a><a href="http://www.loomee-tv.de/alexander-klaws-sagt-danke/" rel="bookmark" title="Alexander Klaws sagt "Danke"!"><img width="100" height="65" itemprop="image" class="entry-thumb" src="http://www.loomee-tv.de/wp-content/uploads/2014/06/Alexander-Klaws-Isabel-Edvardsson-Lets-Dance-Finale-thumb-100x65.jpg" alt="Alexander Klaws und Isabel Edvardsson" title="Alexander Klaws sagt "Danke"!"/></a></div>
Hi,
Please replace this code http://screencast.com/t/nn7WrcMka with this one: htmlentities( $this->title , ENT_QUOTES)
Thanks!
Thank you very much! What a great support!
Last Question: Do I have to make these Changes with every update?
Hi,
If that file will be modified in an update your modification will be replaced and you need to make it again. On each update we publish a list with modified files and you can check if your file with your custom code is affected by the update.
Thanks for the message!