• Resolved sjswiwq

    (@sjswiwq)


    Hi there,

    Exclude certain CSS selector setting is not functioning properly. It has no effect on disabling the protection of an anchor element <a></a>

    For example, I added this CSS rule: #text-64 a

    The anchor within the #text-64 div is still protected.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @sjswiwq,

    Thanks for the topic.

    Please provide us with the link to where the element is located, so we can take a look.

    Also, just to clarify, if #text-64 is the ID of a tag, for example, then the correct selector should be written as:
    a#text-64

    Looking forward to hearing back from you.

    Thank you.

    Thread Starter sjswiwq

    (@sjswiwq)

    “Also, just to clarify, if #text-64 is the ID of a tag, for example, then the correct selector should be written as:
    a#text-64″


    #text-64 is a div element, not an anchor, the structure is as follows:
    <div id="text-64">
    <a href="https://domain.com">Link</a>
    </div>

    I added this CSS rule: #text-64 a

    It is not working, the right click is still disabled on the anchor.

    Since this is a public forum, I can’t share any identifying information. Could you provide me with your support email so that I can send you all the details?

    Another way, is you can test it on a test WordPress site, to see if it works.

    Plugin Support Jasmine

    (@hyenokian)

    Dear @sjswiwq,

    Thanks for the reply.

    We checked this and found an issue with two-part selectors like #text-64 a.

    Please contact us via this form to provide the link, and our support specialists will check your case and help you fix the issue as soon as possible.

    Thank you.

    Thread Starter sjswiwq

    (@sjswiwq)

    I added a class to both the anchor element and the “Exclude certain CSS selector” setting. When I right-click on the anchor, the contextual menu does not appear, and I cannot select and copy the text. The feature is not working. Could you check this from your end?

    The anchor looks like this:

    <a href="https://www.wikipedia.org/" target="_blank" rel="noopener noreferrer" class="disablesecurecopy">Link</a>

    In the “Exclude certain CSS selectors” setting in the admin, I entered:
    .disablesecurecopy

    Plugin Support Jasmine

    (@hyenokian)

    Dear @sjswiwq,

    Thanks for getting back to us.

    I want to mention that our development team needs additional information to further investigate your case.
    So please contact us via this form. Our customer care specialists are ready to check the case and guide you accordingly.

    Thank you.

    Plugin Support Jasmine

    (@hyenokian)

    Dear @sjswiwq,

    We’re closing this ticket for now as we last heard from you one week ago.
    Unfortunately, we haven’t heard from you via contact form as well.

    If the query is unresolved, drop us a line and we’ll get back to you at the earliest and the ticket will be re-opened.

    For a new query, feel free to open a new topic. Our Customer Care Specialists will be happy to help you.

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Exclude certain CSS selector is not working on anchors’ is closed to new replies.