Suggestion
-
When I start using youre theme I wanted to add changing icons for social media when I put the mouse on them. I was looking for an appropriate solution and finally I did. It would be good if you added it to yours theme. Here is a sample code:
if (!empty($options['twitter_uid'])) echo '<li class="twitter-icon"><a href="' . $options['twitter_uid'] . '" onmouseover={twitter.src="' . get_stylesheet_directory_uri() . '/icons/twitter-icon-active.png"} onmouseout={twitter.src="' . get_stylesheet_directory_uri() . '/icons/twitter-icon.png"}>' .'<img name="twitter" src="' . get_stylesheet_directory_uri() . '/icons/twitter-icon.png" width="24" height="24" alt="Twitter">' .'</a></li>';It’s realy work: picture
PS. I’m realy sorry, but i’m not polyglot. My knowledge of the english language are low 😉
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Suggestion’ is closed to new replies.
