Forum Replies Created
Viewing 1 post (of 1 total)
- AuthorPosts
- retina-themeParticipant
i will add this error too in “about us” section ! the progress bars are not working and that’s for the following errors in the code of home-template.php
replace this code :
<div class="hs-progress-bar-length" data-width="<?php echo absint($hashone_about_progressbar_percentage); ?>"> <?php echo absint($hashone_about_progressbar_percentage)."%"; ?> </div>
to this code :
<div class="hs-progress-bar-length" data-width="<?php echo absint($hashone_about_progressbar_percentage); ?>"style="width: <?php echo absint($hashone_about_progressbar_percentage)."%"; ?>; visibility: visible;"> <?php echo absint($hashone_about_progressbar_percentage)."%"; ?> </div>
- AuthorPosts
Viewing 1 post (of 1 total)