• Resolved mikei2004

    (@mikei2004)


    For each image uploaded I wish to each it so it creates this..

                        <div class="carousel-inner cd_items" role="listbox">
                          <div class="item">
                            <img alt="1" src="url here">
                          </div>
                          <div class="item">
                            <img alt="1" src="url here">
                          </div>
                          <div class="item">
                            <img alt="1" src="url here">
                          </div>
                        </div>

    What would be the code to this?

    • This topic was modified 7 years, 6 months ago by mikei2004.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jeff Starr

    (@specialk)

    Add this to the “Image Markup” setting:

    <div class="carousel-inner cd_items" role="listbox">
    	<div class="item">
    		<img src="%%thumb%%" width="%%width%%" height="%%height%%" alt="%%title%%" />
    	</div>
    	<div class="item">
    		<img src="%%thumb%%" width="%%width%%" height="%%height%%" alt="%%title%%" />
    	</div>
    	<div class="item">
    		<img src="%%thumb%%" width="%%width%%" height="%%height%%" alt="%%title%%" />
    	</div>
    </div>

    Note that the “role” attribute will be filtered out, but all other attributes will remain in place.

    Thread Starter mikei2004

    (@mikei2004)

    Sorry. What do you mean by “Image Markup” setting?

    Plugin Author Jeff Starr

    (@specialk)

    Go to the USP plugin page. Then toggle open the Settings panel and scroll down to the setting named “Image Markup”. In that setting, you can paste the provided code. Remember to save changes.

    Thread Starter mikei2004

    (@mikei2004)

    Sorry where is this on the pro version? Think I must be going blind!

    Plugin Author Jeff Starr

    (@specialk)

    The forums here at www.ads-software.com are for free versions of plugins only. So my response is referring to the free version of USP.

    For help with any Pro plugin, please contact directly using the form at Plugin Planet (located at the bottom of the page). Or you can log in to your Plugin Planet account anytime and post in the Help Forum.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Echo Images’ is closed to new replies.