• Resolved joncwhall

    (@joncwhall)


    Hi,

    Is there anything I can insert in the [namastepro-progress] shortcode to change what it displays?

    For instance, to just show the green bar or to just show the progress text?

    Thanks,

    Jon

Viewing 1 replies (of 1 total)
  • Plugin Author Bob

    (@prasunsen)

    Each div in the progress bar has CSS class:

    <div class='namastepro-progress'>
    			<div class='namastepro-bar-holder'>
    				<div class='namastepro-bar' style='width:".$perc."%;'></div>
    			</div>
    			<div class='namastepro-text'>".sprintf(__('%d%% Completed', 'namastepro'), $perc)."</div>
    		</div>

    For any further pro questions use the support email, we are not allowed to provide Pro support here.

Viewing 1 replies (of 1 total)

The topic ‘namastepro-progress changes?’ is closed to new replies.