Home Forums HashOne Error in "our facts" section

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #966
    retina-theme
    Participant

    while i verify your home-template.php codes i see that you didn’t put the right code in line 431, i think it must be “<?php echo absint($hashone_counter_count); ?>” in place of 99 !
    it’s great theme by the way but some issues are must be fixed

    #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>
    #968
    Hash
    Keymaster

    Thank you for your time.

    The data-count attribute has the real count value and the number increase from 99 to the data-count value as a odometer. So 99 is the initial value that show and when your scroll to the counter section, the 99 counter increase to its actual value that the data-count attribute has.

    #969
    Hash
    Keymaster

    Regarding the progress bar, the progress bar animates to with actual width when scrolled to that section. There is some java script involved in it.

    May be there is some javascript conflict appearing in your browser console that is why the counter and progress bar is not working.

    It would be really helpful for us to debug if you can check your console and notify us if there are some errors.

    #1418
    mirspasaka
    Participant

    i am with the same “errors”: instead home-template.php i’ve got front-page.php (but home!=front) and code missing visibility for section ABOUT US (and i think for OUR FACTS too)

    <div class="hs-progress-bar-length" data-width="<?php echo absint($hashone_about_progressbar_percentage); ?>">
    								<?php echo absint($hashone_about_progressbar_percentage)."%"; ?>
    							</div>

    BUT NEED

    <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>
    #1419
    mirspasaka
    Participant

    our facts the same ERROR

    i “like” this:(

    <div class="hs-counter-count odometer odometer<?php echo $i; ?>" data-count="<?php echo absint($hashone_counter_count); ?>">
    							99
    						</div>
    

    please? explain
    nothing of “java/beaty/progress/counters” don’t work/ nothing/((((

    #1421
    mirspasaka
    Participant

    i’ve downloaded just now HASHONE1.1.4.ZIP from this site and front-page.php (not home, but ok) the same not as demo – nothing works i mean progress bars and counters and other things/ it’s a pitty

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.