Hi,
why are there 3 Logos in the source code? Maybe I understand the need of two Logos (1x Desktop + 1x Mobile), but is the third one really necessary?
First:
<div class="td-header-row td-header-header">
<div class="td-header-sp-logo">
<a href="http://dev.promicabana.de/"><x img src="http://dev.promicabana.de/wp-content/uploads/Promicabana-Logo.png" alt="" /></a>
<meta itemprop="name" content="Promicabana Dev">
</div>
Second:
`<a itemprop=”url” class=”td-mobile-logo td-sticky-mobile” href=”http://www.promicabana.de/”><img src=”http://www.promicabana.de/wp-content/uploads/2015/07/Promicabana-Logo.png” alt=”Promicabana Promi News” title=”Promicabana Logo”/></a>
<meta itemprop=”name” content=”Promicabana”>`
Third:
`<a itemprop=”url” class=”td-header-logo td-sticky-mobile” href=”http://www.promicabana.de/”><img src=”http://www.promicabana.de/wp-content/uploads/2015/07/Promicabana-Logo.png” alt=”Promicabana Promi News” title=”Promicabana Logo”/></a>
<meta itemprop=”name” content=”Promicabana”>`
Hi
The theme use those classes like this:
– td-header-row td-header-header to display the header logo on desktop on top of the page: http://screencast.com/t/6h9sroE5s
– td-mobile-logo td-sticky-mobile to display the logo when the affix it’s active (sticky menu) http://screencast.com/t/xe7W55TO
– td-header-logo td-sticky-mobile are used to display the logo on the mobile devices.
Thanks for the message!
