Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
samnaun2000
tagDiv Member

Same Problem on http://www.loomee-tv.de/

samnaun2000
tagDiv Member

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.

samnaun2000
tagDiv Member

@ 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:

http://www.spiegel.de/panorama/justiz/crystal-meth-bayern-ruestet-im-kampf-gegen-die-droge-auf-a-999104.html

… 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 🙂

samnaun2000
tagDiv Member

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!

samnaun2000
tagDiv Member

The problem is back … since last Theme update …

http://www.loomee-tv.de/news/nicole-scherzinger/ >>>>Line 179<<<<

samnaun2000
tagDiv Member

Any help?

samnaun2000
tagDiv Member

We are using latest Version of the Theme (Example Link: http://www.loomee-tv.de/news/alexander-klaws/)

samnaun2000
tagDiv Member

Same on Posts with Quotation Marks in Title!

samnaun2000
tagDiv Member

Thank you very much! What a great support!

Last Question: Do I have to make these Changes with every update?

samnaun2000
tagDiv Member

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 &quot;Danke&quot;!"><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>
samnaun2000
tagDiv Member

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!

samnaun2000
tagDiv Member

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!

samnaun2000
tagDiv Member

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]"/>

samnaun2000
tagDiv Member

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>
samnaun2000
tagDiv Member

Interested in a Solution for “2.” as well! Not working with “Float-Left-Right-Advertising”

Viewing 15 posts - 1 through 15 (of 15 total)