Welcome to TalkGraphics.com
Page 8 of 11 FirstFirst ... 678910 ... LastLast
Results 71 to 80 of 103
  1. #71

    Default Re: [tweaks] The tweakset for XWD 6

    Quote Originally Posted by covoxer View Post
    Here you go.
    Hello,
    Thank you, too, for this information, I have 3 related questions:

    1) Is there a way to remove that white border from a popup photo? A week ago I have found a video tutorial where we could learn various tips&tweaks about how to handle popup photos <how to change the colour of the Image Caption (alt text), and so on> but right now I just can't find the link to that tutorial. If you could help with that link or with an answer, would be great!

    2) How can we get rid of that advice that appear when cursor is over a photo?

    3) How can I add the Popup Title in the center of the line? I discovered that just adding multiple spaces before photo's name doesn't resolve this.
    Thank you.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	2010-12-18_101030.jpg 
Views:	128 
Size:	40.4 KB 
ID:	78402   Click image for larger version. 

Name:	2010-12-18_105742.png 
Views:	135 
Size:	249.8 KB 
ID:	78404  

    Last edited by Antonium; 18 December 2010 at 08:31 AM. Reason: added the 3'rd question

  2. #72

    Default Re: [tweaks] The tweakset for XWD 6

    A Google search found these xara tweaks for the highslide.js
    http://xara-users.info/demos/highsli...2010/index.htm

    I tried a placeholer with this inside and it removed the border and outline

    <script type="text/javascript">
    hs.outlineType = null;
    </script>

    <style type="text/css">
    .highslide-image {
    border: 0px;
    }
    </style>

    The placeholder must have the <head> name


    The popup notice is inside the highslide.js file, you can edit this if you are skilled.

  3. #73

    Default Re: [tweaks] The tweakset for XWD 6

    Thank you Xufa for your help. That was what I needed for q. nr. 1!! You've helped me so much.
    Well, it looks now I can accept that advice that appear when cursor is over a photo....I don't think it's so annoying anymore.
    But I still want my popup name or image caption (alt text) to be place in the center of the line...if I'll have to use photo names or describe images some time.
    Last edited by Antonium; 18 December 2010 at 09:55 AM.

  4. #74

    Default Re: [tweaks] The tweakset for XWD 6

    Quote Originally Posted by Antonium View Post
    But I still want my popup name or image caption (alt text) to be place in the center of the line...
    wrap your caption with <center>caption text</center>

  5. #75

    Default Re: [tweaks] The tweakset for XWD 6

    It works! Now I can continue my work at the site I'm making. Thanks!

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

    Default Re: [tweaks] The tweakset for XWD 6

    Have a look at this Workbook. There are lots of fun things you can do with the pop up title text.

  7. #77

    Default Re: [tweaks] The tweakset for XWD 6

    Quote Originally Posted by gwpriester View Post
    Have a look at this Workbook. There are lots of fun things you can do with the pop up title text.
    Amazing. I didn't know there are so much tweaks we can play with to make our site look wonderful. Many THANKS !!!!!!!

  8. #78
    Join Date
    Dec 2010
    Posts
    17

    Default Re: [tweaks] The tweakset for XWD 6

    Quote Originally Posted by covoxer View Post
    Here's the template set that contains most tweaks published on this forum.
    Unpack archive and open "manual.htm" for detailed information.

    Tweakset for XWD 6 is attached.

    Read manual for more details.

    All questions and suggestions are welcome.


    Tweakset version for XWD5, Xtreme5 and Xtreme Pro 5 can be found here: http://talkgraphics.com/showthread.php?t=37550
    Hi covoxer

    I tried using the Do not scroll background.
    I have tried validating my code using html validator in firefox and it suggestes the following regarding the Do not scroll background
    <style> isn't allowed in <div> elements

    What code can I use in the placeholder to enable a clean validation?

    <style type="text/css">body {background-attachment:fixed;}</style>

    html validation brings this up
    line 207 column 1 - Warning: <style> isn't allowed in <div> elements
    line 206 column 2 - Info: <div> previously mentioned


    <div style="position: absolute; left: 362px; top: 6px; width: 223px; height: 80px;">
    <style type="text/css">body {background-attachment:fixed;}</style>


    Thanks

  9. #79
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: [tweaks] The tweakset for XWD 6

    Assign the "<head>" name to the placeholder object. This will place code in the head section.
    John.

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

    Default Re: [tweaks] The tweakset for XWD 6

    Welcome to Talkgraphics bruteforce9999! And happy New Year!
    Last edited by covoxer; 31 December 2010 at 12:42 PM.

 

 

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
  •