Same Problem on http://www.loomee-tv.de/
When the Article is fully loaded, the sticky menue does work on mobile devices. We tried switching off Plugins without success. The js errors are caused by ad-scripts … without these scripts there is no change to our our problem with the sticky menue … i really have no idea what to do.
@ Christopher Simmons
You are probabliy right in your Language …. but it’s a bit different in german. Here one example of one of our most famous and best Newspapers:
… our problem is not the encoding of our Titles, is the encoding from the breadcrumbs in tag archives, made by the template. Sorry for my horrible english 🙂
-
This reply was modified 11 years by
samnaun2000.
We solved the problem in td_page_generator.php:
Had to change
$breadcrumbs_array [] = array (
'title_attribute' => '',
'url' => '',
'display_name' => __td('Posts tagged with') . ' "' . $current_tag_name . '"'
);
to this:
$breadcrumbs_array [] = array (
'title_attribute' => '',
'url' => '',
'display_name' => __td('Posts tagged with') . ' ' . $current_tag_name . ''
);
Now it works also in tag archives!
-
This reply was modified 11 years by
samnaun2000.
The problem is back … since last Theme update …
http://www.loomee-tv.de/news/nicole-scherzinger/ >>>>Line 179<<<<
Any help?
We are using latest Version of the Theme (Example Link: http://www.loomee-tv.de/news/alexander-klaws/)
Same on Posts with Quotation Marks in Title!
Thank you very much! What a great support!
Last Question: Do I have to make these Changes with every update?
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>
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.
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!
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]"/>
Hi Speedster! Here is a “Quick and Dirty” one for your Header.php (Line 56). Works for us!:
<div style="position:absolute; right:10px; top:170px;"><script type="text/javascript">
if(window.innerWidth > "THE WIDTH YOU WANT" ){
document.write("<scr"+"ipt src='THE SCRIPT OF YOUR AD' type='text/javas"+"cript'></sc"+"ript>");
}
</script></div>
Interested in a Solution for “2.” as well! Not working with “Float-Left-Right-Advertising”