Welcome to TalkGraphics.com
Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1

    Default Remove numbers from slideshow possible?

    Hi All,

    I'm making a 'testimonial slider' via a slideshow widget in Xara. My client does not want the numbers on the slideshow to be seen. Is there a way to remove them? I've tried simply creating a 'box' to cover them, but when previewing in the browser, the numbers appear as if there is no box there covering them. (Yes, I have created the box in a separate layer, and that layer is 'on top' of the layer the slideshow widget is in. Any other suggestions?

    Thanks!

  2. #2
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,805

    Default Re: Remove numbers from slideshow possible?

    Yes it is possible but we need to know which Widget?

    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

  3. #3

    Default Re: Remove numbers from slideshow possible?

    It's the Fade Slideshow Widget

  4. #4
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,805

    Default Re: Remove numbers from slideshow possible?

    Open Web Properties > Page > HTML code (body) and add:

    <script>
    $("*[id$='cycleFade_nav']").hide();
    </script>

    However, it is working for my from the console but not directly.

    Too late in the evening to debug, sorry.

    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

  5. #5

    Default Re: Remove numbers from slideshow possible?

    Thanks so much Acorn! I really appreciate it! I'm on it!

  6. #6

    Default Re: Remove numbers from slideshow possible?

    This worked perfectly, Acorn. Thank you! Is there somewhere I can find a snippet of script for each of the other slideshows as well? I could save them in my 'tool belt' for future use!

  7. #7
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,805

    Default Re: Remove numbers from slideshow possible?

    Quote Originally Posted by sorengen View Post
    This worked perfectly, Acorn. Thank you! Is there somewhere I can find a snippet of script for each of the other slideshows as well? I could save them in my 'tool belt' for future use!
    Sadly, they are all different; some need JS, some CSS.

    I have answered most of them over the years. If I do one thing, I end up with countless other requests.

    Regrets.

    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

  8. #8

    Default Re: Remove numbers from slideshow possible?

    That's a lot of work! Thank you for sharing with me.

  9. #9
    Join Date
    Nov 2008
    Posts
    9

    Default Re: Remove numbers from slideshow possible?

    Can I ask the same question for the 'Sliding Slideshow Widget' please

  10. #10
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,499

    Default Re: Remove numbers from slideshow possible?

    Tonyrad

    Can you start a new thread? Thanks.

 

 

Tags for this Thread

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
  •