• 18-01-2022, 13:30:45
    #1
    (function($) {
        $(document).on('ready', function() {
            var accountLink = $('.jeg_accountlink').find('li')
            accountLink.find('.jeg_popuplink').off()
            $(accountLink[0]).find('a.jeg_popuplink').attr('href', 'https://staging.lawanstroke.com/login/') /* Login */
            $(accountLink[1]).find('a.jeg_popuplink').attr('href', 'https://staging.lawanstroke.com/register/') /* Register */
        })
    })(jQuery)
    Bu kodu Functions.php'ye eklediğimde hata alıyorum nerde bi yanlışlık olabilir
  • 18-01-2022, 13:33:12
    #2
    Bu bir js kodu. Js dosyasına ekleyin