• Resolved raolkashyap

    (@raolkashyap)


    this is my website i want if i am not adding any value

    then can its shows the text WAIT instead of 0

    • This topic was modified 3 years, 1 month ago by raolkashyap.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @raolkashyap

    Please follow the below steps:

    Step 1: Go to Plugins > Plugin editor.

    Step 2: Select the “Counter Number Showcase” from the dropdown, select plugin to edit, then press the select button.

    Step 3: Go to templates > designs > index.php

    Line no. 18 and 19
    replace this code,

    <span class="counter"><?php echo $counter_value ;?></span>

    by this code,

    <?php if($counter_value==0){?>
      <?php echo "X";?>
    	<?php } else{ ?>
    	   <span class="counter"><?php echo $counter_value ;?>
    		<?php }?>
    	  </span>

    Then let us know

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘shows the text WAIT instead of 0’ is closed to new replies.