This topic has 3 replies, 2 voices, and was last updated 10 years, 7 months ago by Anonymous.
Viewing 4 posts - 1 through 4 (of 4 total)
We would like the total download all count to show, is this possible? We also would like for the total view count to show at the top next to the download all. I understand that this may be extra for the theme and are willing to pay to get it done. Thank you for looking into this for us.
When you make a new album is there a way to not make the title show twice? When you title the page it fills above the album and the top of the page. I can’t find anywhere to choose the location visibility.
We will consider adding that feature soon in the future updates.
If you want to remove page title, go to atp-generator.php, in subheader function on line no 469 replace this $out .= '<h1 class="page-title">'.$title.'</h1>';
with $out .= '<h1 class="page-title"></h1>';
And if you want to remove album-title, go to single-album.php on line no 143 replace this echo '<div class="iva-np-title"><h2 class="album-title">'.get_the_title() .'</h2></div>';
with echo '<div class="iva-np-title"><h2 class="album-title"></h2></div>';
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.