Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Error in "our facts" section #967
    retina-theme
    Participant

    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>
Viewing 1 post (of 1 total)