Welcome to TalkGraphics.com
Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20
  1. #11
    Join Date
    May 2014
    Posts
    3

    Default Re: Third party applications

    thanks a lot! it works now! I guess its a Xara thing.

  2. #12
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,508

    Default Re: Third party applications

    I had contact from Xara who suggested something similar.

    IN version 10, edit the placeholder, HTML body and change

    <div id="show" class="slideshow ">
    To
    <div id="show" class="slideshow xr_noreset">

  3. #13
    Join Date
    Jan 2004
    Posts
    1,830

    Default Re: Third party applications

    Hi

    The majority of external third party widgets/ plugins should continue to work as they did in version 9. In case of difficulty, please apply the special class name 'xr_noreset' to the element within the placeholder code from which the widget is invoked. This will prevent the element from being reloaded on every reset request. Please submit a support ticket if you have any problems and the support team will be happy to assist you.

  4. #14
    Join Date
    Jun 2013
    Posts
    22

    Default Re: Third party applications

    WD10 UPDATE - 10.0.2.33834 did not fix my problem with the third party sliders/slideshow...etc. Adding class="xwidget" to the div tag created for the placeholder still works. It is a pain to have to go manually edit the html files after exporting the website so I hope they fix it soon.

  5. #15
    Join Date
    Jun 2013
    Posts
    22

    Default Re: Third party applications

    Thank you bb2, I finally understood what you were saying. It fixed the problem and I do not have to manually update any more. Below is how it ended up.

    <div style="position: absolute; left: 45px; top: 185px; width: 868px; height: 1475px;"> <!-- Placeholder -->
    <div class="'xr_noreset" <!-- Fix suggested by bb2 -->
    <!-- Start VideoLightBox.com BODY section -->
    .....
    .....
    .....
    .....
    <!-- End VideoLightBox.com BODY section -->
    </div> <!-- Fix suggested by bb2 -->
    </div> <!-- Placeholder -->

  6. #16
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,508

    Default Re: Third party applications

    Brilliant, Bob.

  7. #17
    Join Date
    Oct 2010
    Location
    South Africa
    Posts
    877

    Default Re: Third party applications

    Hi Bob - off topic, but may I ask what slideshow plugin you used for your Wedding Photographer gallery?
    Thanks
    Mike

  8. #18
    Join Date
    Jun 2013
    Posts
    22

    Default Re: Third party applications

    It is not a slideshow plugin. I used jAlbum with the turtle theme. This allows my children/others to download the original which are in hi-res.

    http://jalbum.net/en/

  9. #19
    Join Date
    Jun 2013
    Posts
    22

    Default Re: Third party applications

    I guess different third parties need different settings. Although VideoLightbox worked with class="'xr_noreset", I could not get HiSlider to work with it. I had to use class="xwidget" . See below

    <!----begin------Insert to your webpage where you want to display the slider-->
    <div id="hislider1" class="xwidget" style=" max-width:960px;max-height:360px;height:100%; margin: 0 auto;"><noscript>The slider is powered by <strong>Hi Slider</strong>, a easy jQuery image slider from <a target="_blank" href="hislider.com">hislider.com</a>. Please enable JavaScript to view.</noscript></div>
    <!----end------Insert to your webpage where you want to display the slider-->


    View at: www.bobsimoneau.com

  10. #20
    Join Date
    Oct 2010
    Location
    South Africa
    Posts
    877

    Default Re: Third party applications

    Quote Originally Posted by bobsimoneau View Post
    It is not a slideshow plugin. I used jAlbum with the turtle theme. This allows my children/others to download the original which are in hi-res.

    http://jalbum.net/en/
    Many thanks Bob

 

 

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
  •