Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author Jamel.Z

    (@lebleut)

    Hi Michalske,

    sorry about all these issues and let me take a look to the code to fix them one by one and get back to you ASAP but for now to fix the cancelled keywords issue please use this CSS code :

    p a {
        margin-left: 3px;
    }

    Thread Starter michalske

    (@michalske)

    Hi Jamel,

    thank you for the temporary solution.

    I am looking forward to the next progress.

    Plugin Author Jamel.Z

    (@lebleut)

    Hi again Michalske,

    Please let me know about your Tooltipy version (v4.3.8.5) ?

    Thread Starter michalske

    (@michalske)

    Hi Jamel,

    I can’t find the update 4.3.8.5, could you please send me a link where I can update the plugin?

    Plugin Author Jamel.Z

    (@lebleut)

    Hi again,

    Please check your mailbox, I’ve sent you the last version

    Please install it and look if it solves the problem

    Thanks

    Thread Starter michalske

    (@michalske)

    I’m sorry, but I haven’t found it (including spam folder).

    Please send me it once again at michal.cukr(a)sketchengine.co.uk

    Thank you!

    Plugin Author Jamel.Z

    (@lebleut)

    Ok sent ??

    Thread Starter michalske

    (@michalske)

    Hello,

    I’ve found out that

    p a {
        margin-left: 3px;
    }

    has stopped working to add spaces before and after highlighted or link words:

    See https://www.sketchengine.co.uk/documentation/corpus-querying/

    “aregular expression overattribute expressions
    or
    “ourcorpus every”

    Plugin Author Jamel.Z

    (@lebleut)

    Ok use this instead of the last one (for paragraphs and list items) :

    p a,
    li a {
        margin-left: 3px;
    }

    Hi Jamel,

    I have the same problem…I’m using the PRO version, but 4.3.8.1. I cannot find the update for 4.3.8.5.

    Also, sorry for the novice question, but where should I add the CSS code?

    p a,
    li a {
        margin-left: 3px;
    }

    Thanks in advance.

    Plugin Author Jamel.Z

    (@lebleut)

    Hi Kentolee

    Sorry for being late but I’m still working on that and other features and bugs and you will be receiving the latest version on your email ASAP I will do my best to finish it up these days.

    About the CSS code you should insert it in the “style.css” file of your theme or child theme or in the box provided by a plugin like “Simple Custom CSS”.

    Thanks

    Thread Starter michalske

    (@michalske)

    any news?

    Plugin Author Jamel.Z

    (@lebleut)

    Sorry Michalske, not yet

    Thread Starter michalske

    (@michalske)

    Hi Jamel,

    I use the following code to fix this problem

    /*spaces before and after links which are keywords as well*/
    p a,
    li a {
        margin-left: 3px;
        margin-right: 2px;
    }
    
    /*spaces before and after words typed bold which are keywords as well*/
    p strong {
        margin-left: 0.2em;
        margin-right: 0.2em;
    }
    
    /*space before highlighted words which are keywords as well
    .tooltipy-kw {
        margin-left: 0.5em;
    }*/

    Today I have detected that the problem occurs in post, see https://www.sketchengine.co.uk/an-update-to-discovering-english-with-sketch-engine-2nd-edition/

    Could you write me what I should add to my CSS shortcode to fix this problem. Perhaps, my inserted code is duplicated, would it be possible to delete some parts of it?

    Thread Starter michalske

    (@michalske)

    Hey hey,

    I would need some solution. We use the CSS shorcodes (mentioned above), but the spaces before keywords are missing.
    See https://www.sketchengine.co.uk/english-corpus-skell/

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Missing spaces for highlighted words & no links’ is closed to new replies.