Welcome to TalkGraphics.com

Search:

Type: Posts; User: paco; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    927

    Re: Matomo integration - how I track clicks

    Thanks for the suggestions Acorn. I have tested it and find that if you resize a desktop window down to a mobile size, all of the event listeners are lost - I assume that xara does that when changing...
  2. Replies
    4
    Views
    927

    Re: Matomo integration - how I track clicks

    Made a few improvements:



    <script>

    function AddClicks() {
    var l = document.links;
    for(var i=0; i<l.length; i++) {
    l[i].addEventListener('click', MyClick,false);
  3. Replies
    4
    Views
    927

    Matomo integration - how I track clicks

    I'm not sure if anyone has used Matomo for analytics, but I've had some difficulties getting some of the events to work. Specifically I have pages with a FAQ/Answer layout with a bunch of questions...
  4. Replies
    14
    Views
    2,088

    Re: Font pixellated problem

    Sorry for not posting a design file - I know how annoying that can be. The file is quite large and as it turns out wouldn't have helped.

    So in the end I managed to figure out what the issue was....
  5. Replies
    14
    Views
    2,088

    Re: Font pixellated problem

    This is the what the ttf of the font looks like- you can clearly see the crazy characters:

    130929

    Is there a settings page or anything I can modify to try and fix the issue from within Xara?
  6. Replies
    14
    Views
    2,088

    Re: Font pixellated problem

    OK, so I ran a test. I took the Xara generated font, created my own html/css page with the embedded font - this reproduces the error:

    .css (modified from Xara output):

    @font-face {font-family:...
  7. Replies
    14
    Views
    2,088

    Re: Font pixellated problem

    Turns out I spoke too soon. I changed all the fonts to verdana, now I'm getting this in firefox vs xara:

    130927

    Guess it might come in handy if I'm sending ransom notes but not really what I...
  8. Replies
    14
    Views
    2,088

    Re: Font pixellated problem

    Just tried changing to a web safe font and it looks fine. I suspect its due to the embedded fonts becoming pixelated at a small size - they look fine if you zoom them up. Guess I'll have to change...
  9. Replies
    14
    Views
    2,088

    Re: Font pixellated problem

    In Xara (18.5.0.62892 DL x64 Aug 11 2021) I'm working at 100%, and it looks fine. Its only in the browser it looks off. View quality is Very High.
  10. Replies
    14
    Views
    2,088

    Re: Font pixellated problem

    Thats odd, because I can select the text as text (ie, character by character) and if I look at the source its in a <span> with the text there.

    Also, just tried ungrouping and that made no...
  11. Replies
    14
    Views
    2,088

    Font pixellated problem

    I'm having an issue with pixellation of fonts as shown here:

    130915

    The top line is in web designer, while the bottom line is from the website. I think there are a few potential causes, and and...
  12. Replies
    8
    Views
    1,134

    Re: How to make a popup once per session?

    Hi Siran, that looks like exactly what I need - thanks!

    I find the forum search doesn't find what I need a lot of the time, even though it seems to be there.
  13. Replies
    8
    Views
    1,134

    How to make a popup once per session?

    Is it possible to have a popup appear just once when the user visits the site, rather than only on select pages and every time?
  14. Replies
    4
    Views
    661

    Re: Repeated object doesn't appear on variant

    So the basic steps would be something like:

    1) Create logo on desktop - repeat.
    2) Copy logo to variant - repeat.

    And in future to edit it (say it was text) - I have to edit it on both...
  15. Replies
    4
    Views
    498

    Re: Speed of transition on MouseOver buttons

    Select the object on the MouseOver layer - then Top menu ->Utilities->Web Animation
  16. Replies
    4
    Views
    661

    Repeated object doesn't appear on variant

    I have a logo on the top of my page that I want on all variants and pages. To achieve this I've tried the following:

    1) Made the object repeating - appears on other desktop pages, not on variant....
  17. Re: Offset between MouseOver and MouseOff Text - fixed by group?

    Hi Acorn,

    The text in question was in front of a web sticky object, so not sure if that interaction was the issue. Unfortunately I don't have a copy of the problem text - I worked around it and...
  18. Offset between MouseOver and MouseOff Text - fixed by group?

    I've just stumbled on something I can't explain.

    I created a text box with "ABOUT" in it on the MouseOff layer. I cloned it, changed the font to bold, and put the new one on the MouseOver Layer. I...
  19. How do you link MouseOver and MouseOff objects?

    How does Xara know which objects should show on MouseOver? Do the groups have to have the same name? Is soft linking required? Do they need to be on top of each other?

    I'm getting inconsistent...
  20. Re: Is button text being grouped and converted to an image an issue?

    I'm using v18 WDP - Seems to work ok.

    Thanks for the useful tips in that thread Acorn!
  21. Re: Is button text being grouped and converted to an image an issue?

    Acutally, that option is also available in Web Designer Premium - thanks!
  22. Re: Is button text being grouped and converted to an image an issue?

    Thanks gwpriester - unfortunately I only have the Web Designer Premium.
  23. Is button text being grouped and converted to an image an issue?

    I'm trying to create a button that is just text. On mouseover I want the text to change colour and a background image to appear behind the button to highlight it. As I'm grouping the text it will...
  24. Replies
    3
    Views
    892

    Re: How to make your own widgets?

    My background is coding, so I may be approaching this in a different way to others. What I really want to do is create a series of self-contained objects that I can link and place in various parts of...
  25. Replies
    3
    Views
    892

    How to make your own widgets?

    I was hoping to make my own widgets however I can't find any information online. The closest I can find is a post by Acorn with an example:
    ...
Results 1 to 25 of 26
Page 1 of 2 1 2