Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter alkhalaf

    (@alkhalaf)

    Yes it’s finally working now.

    Other SVG elements are put by a plugin to enable their interactivity, so the ps2id won’t be able to do it’s magic without deep programming (like using jQuery’s $.on function).

    Thread Starter alkhalaf

    (@alkhalaf)

    Hmmm, Here’s the catch:

    SVG doesn’t support the regular href=”” attribute, it must be xlink:href=””.

    I added it instead of href, and the css selector for it xlink\:href, and now the inspector says
    Uncaught Error: Syntax error, unrecognized expression: a[xlink\:href*=#]:not([xlink\:href=#]),a[href*=#]:not([href=#]):not([data-vc-tabs]):not([data-vc-accordion]),._ps2id,a[data-ps2id-api='true'][href*='#'],.ps2id > a[href*='#'],a.ps2id[href*='#']

    The css selector is wrong I don’t know why. maybe the new xlink:href I added there, I suppose I must escape the colon like xlink\:href but it doesn’t work, with or without it.

    But, I used href just to test it, without any success.

    https://almarina.net/alm-plans

    If you test the second menu item from left, you will see it working. But from the first svg map it doesn’t work.

    Thread Starter alkhalaf

    (@alkhalaf)

    I don’t use any firewall, and the domain is set correctly in both locations

    Currently I used another plugin which worked fine but it’s functionality is different ( per user settings for the whole WP not just admin ) which is not what I want…

    Thread Starter alkhalaf

    (@alkhalaf)

    Hi,

    I didn’t change the salts at all.. and I even tried it on a clean installed one

    The one in the localhost is
    c6fb9fcbf520330ea707d3028cf8c873

    The one in the online host is
    d418ef0c81867bcda51086dd90397645

    Both has these cookies and the “wordpress_admin_default_language_X” value on both sites is 1

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