Welcome to TalkGraphics.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2000
    Location
    Wiesbaden, Germany
    Posts
    422

    Default xara slideshow, google fonts & fontawesome

    Dear Xara,

    when i use your slideshow widget and check at https://webbkoll.dataskydd.net/de/

    for external ressources, google-fonts etc. i get this:

    css //maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css
    css https://widgets.xara-online.com/slid...=1669972361476
    css https://fonts.googleapis.com/css?fam...400,600,900|Ro...
    script https://widgets.xara-online.com/slider/js/jquery.js
    script https://widgets.xara-online.com/slider/js/mxslider.js?2

    All of this gets added just by inserting your slideshow. I usually work around this by manually building a separate xara-file with a little code added and export and embedd as an iframe.

    This is a bit tedious and for casual users hard to implement.

    Does your slideshow really need google-fonts and all the other stuff?

    It would be greatly apreciated if you could alter the widget or add a new one that is gdpr (dsgvo) compliant.

    Thank you in advance,

    fly

  2. #2
    Join Date
    Jul 2015
    Location
    Currently New York State
    Posts
    775

    Default Re: xara slideshow, google fonts & fontawesome

    Take a look at what Acorn had done with CSS on this post:

    https://www.talkgraphics.com/showthr...ing-CSS-Slider

    Ray

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

    Default Re: xara slideshow, google fonts & fontawesome

    Quote Originally Posted by RKissane View Post
    Take a look at what Acorn had done with CSS on this post:
    https://www.talkgraphics.com/showthr...ing-CSS-Slider Ray
    Ray, thank you for the plug.

    If you do not want the jQuery dependency then replace the jQuery code with pur JavaScript in the Website Body: document.querySelectorAll('.picture')[0].parentElement.className += " picture-container";

    As Xara uses jQuery heavily in its widgets, I originally took the lazy approach. JavaScript is cleaner and quicker and, unfortunately, necessary.

    @Xara - It is a shame still that Xara does not properly Name any ClassName of a Group where its objects have their own ClassNames.
    Even if you change the wrapper to an ID, you have to chase after siblings as it appear after the Group in the DOM.

    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. #4
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,814

    Default Re: xara slideshow, google fonts & fontawesome

    I decided to revamp the slider by removing the JavaScript code as well.

    I also played around a little with the keyframes, how the pictures animate.

    CSS - Carousel.xar

    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
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,814

    Default Re: xara slideshow, google fonts & fontawesome

    If you want to get fancy then include a simple Xara animation on a page element. This ensure ani.css is included in your rendering.

    In my CSS, you can now ignore the @keyframes detail if you replace 'display' with one of ani.css's animation names, e.g., rotateOutDownRight as in #slides ~ .picture { opacity: 0; animation: rotateOutDownRight var(--time) infinite;
    To see what is available, look into the design file in https://www.talkgraphics.com/showthr...030#post638030. The best reults will be those @keyframes that are labelled page...

    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

 

 

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
  •