Welcome to TalkGraphics.com
Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,744

    Default Re: xara slideshow widget

    Quote Originally Posted by letsgofishing View Post
    Thanks Acorn - recommendation for simple slide show software which includes the ability to have captions (largish) on top of the slides?
    LGF, have you looked at my "simple" designs yet?

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  2. #12
    Join Date
    Mar 2017
    Location
    Dorset when in the UK
    Posts
    165

    Default Re: xara slideshow widget

    How do you integrate that into a web site?
    thanks Dave

  3. #13
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,744

    Info Re: xara slideshow widget

    Quote Originally Posted by Davora View Post
    How do you integrate that into a web site?
    thanks Dave
    Dave, copy across the big and small Placeholders (holds the code), add a Photos layer, change the code to match your Named photos.

    Position and scale the large Placeholder to match you design.
    Always ensure the source images equal or are greater than the Placeholder to keep definition.

    For the animated slider, you would just amend the following code block for each image, making changes in bold, if needed:
    Code:
    <div class="w3-animate-right mySlides">
      <img src="index_htm_files/img_lights.jpg" style="width:100%">
      <div class="w3-display-bottomright w3-large w3-container w3-padding-16 w3-blue">
        Northern Lights
      </div>
    </div>
    Check out to W3.CSS for the options - https://www.w3schools.com/w3css/w3css_references.asp (do a page search for):

    • animate-right
    • bottomright
    • padding-16
    • blue
    • The items in bold red are your (Named) image filename and the caption.

    The W3.CSS Library is a rich source of simple effects and transitions that can be used in Xara for a range of design functions.

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  4. #14
    Join Date
    Mar 2017
    Location
    Dorset when in the UK
    Posts
    165

    Default Re: xara slideshow widget

    Hi Acorn

    Thanks very much, I will take a look.
    Regards

    Dave

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •