Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10029635
    dxs8042
    Participant

    On my support page i need it to be opened when viewing and able to click off to close

    <div class=”toogle” data-plugin-toggle>

    https://www.stateexamexperts.com/support.html


    #10029637
    Support
    Keymaster

    Hello, sorry but we could not understand the question. Can you send more details?


    #10029639
    dxs8042
    Participant
    This reply has been marked as private.
    #10029640
    dxs8042
    Participant
    This reply has been marked as private.
    #10029641
    Support2
    Keymaster

    Hello,

    Thanks for the explanation.

    To do that you need the class active and inline style display: block;. Like the example below:

    <section class="toggle active">
    	<label>International Code Council</label>
    	<div class="toggle-content" style="display: block;">
    		<p>The International Code Council offers unmatched technical, educational and informational products and services in support of the International Codes, with more than 250 highly qualified staff members at 16 offices throughout the United States and in Latin America. </p>
    		<p><a class="btn btn-primary push-bottom" href="https://www.iccsafe.org">More Info</a></p>
    	</div>
    </section>

    * Do this for each toggle section that you wants to starts opened when loads the page.

    Please, try that and let us know if you need further assistance.

    Kind Regards,

    Rodrigo.


    #10029642
    dxs8042
    Participant

    thank you it works


Viewing 6 posts - 1 through 6 (of 6 total)

This topic is marked as "RESOLVED" and can not rceive new replies.