- This topic has 6 replies, 3 voices, and was last updated 7 years, 5 months ago by mirspasaka.
- AuthorPosts
- November 1, 2016 at 8:30 pm #966retina-themeParticipant
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 fixedNovember 1, 2016 at 8:38 pm #967retina-themeParticipanti 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>
November 1, 2016 at 8:38 pm #968HashKeymasterThank 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.
November 1, 2016 at 8:42 pm #969HashKeymasterRegarding 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.
December 21, 2016 at 6:35 pm #1418mirspasakaParticipanti 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>
December 21, 2016 at 6:48 pm #1419mirspasakaParticipantour 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/((((December 21, 2016 at 6:58 pm #1421mirspasakaParticipanti’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
- AuthorPosts
- You must be logged in to reply to this topic.