This topic has 3 replies, 3 voices, and was last updated 12 years ago by pittsburghbeats.
Viewing 4 posts - 1 through 4 (of 4 total)
Hello,
Just to say that if you click on the header logo, it relaunches the page and “stops” the player out !
But if I use the “home” button, the link is smooth without player cut. But it is linked to the same home page !
If you want to let it that way, can we ask you then to provide an option to “disable” the logo link for example ?! I want to avoid people to “cuts” the player ! (Or better : that clicking on the logo doesn’t stops the player 🙂 )
Thank you ! Great week end to all !
It has to be in that way. If you want to customize please go to framework/common/atp-generator.php file and then edit the following and replace it.
Find Code
" title="">![]()
Replace Code
I know this is wayy late, but I found that if you put a leading ‘/’ in the home_url() function, it works perfectly.
<a href="<?php echo home_url('/'); ?>" title="<?php bloginfo('name'); ?>">
<img src="<?php echo get_option('atp_header_logo'); ?>" alt="<?php bloginfo('name'); ?>" />
</a>
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.