• 17-03-2021, 20:19:01
    #1
    Resimlerin birinde semboller açılmıyor. Sayfayı yenilediğimde açılıyor.
    Arkadşalar bu sorunu nasıl çözebilirim ya da ücretli destek verebilecek biri var mı?
  • 17-03-2021, 20:20:32
    #2
    Kimlik doğrulama veya yönetimden onay bekliyor.
    http yi https yapınca bende çözülüyordu bu şekilde sorun. htaccess ile ayarlayınca
  • 17-03-2021, 20:24:54
    #3
    canerturker adlı üyeden alıntı: mesajı görüntüle
    http yi https yapınca bende çözülüyordu bu şekilde sorun. htaccess ile ayarlayınca
    Hocam https şuan.
  • 17-03-2021, 20:25:51
    #4
    site linki pm alabilir miyim
  • 17-03-2021, 20:43:40
    #5
    Cache veya faklı bir eklenti tarafından engellenmiyorsa aşağıdakileri yapabilirisiniz

        // Add Font Awesome in WordPress Theme
    add_action ('wp_enqueue_scripts', 'font_awesome_script');
    function font_awesome_script(){
    wp_enqueue_script('fontawesome-script', get_stylesheet_directory_uri() . '/js/font-awesome.js', array(), NULL, true);
    // Get your own Font Awesome Kit at https://fontawesome.com/start
    };
    Tema klasörünün içine "js" klasörü oluşturun içine aşağıdaki font-awesome.js dosyasını atın

    https://superz.net/font-awesome.js
  • 20-03-2021, 01:01:27
    #6
    aksoy adlı üyeden alıntı: mesajı görüntüle
    Cache veya faklı bir eklenti tarafından engellenmiyorsa aşağıdakileri yapabilirisiniz

        // Add Font Awesome in WordPress Theme
    add_action ('wp_enqueue_scripts', 'font_awesome_script');
    function font_awesome_script(){
    wp_enqueue_script('fontawesome-script', get_stylesheet_directory_uri() . '/js/font-awesome.js', array(), NULL, true);
    // Get your own Font Awesome Kit at https://fontawesome.com/start
    };
    Tema klasörünün içine "js" klasörü oluşturun içine aşağıdaki font-awesome.js dosyasını atın

    https://superz.net/font-awesome.js
    Cevabınız için çok teşekkür ederim.Aynen dediğniz gibi sorun çözüldü.