CSS difference between site frontend and page

Home Forums Legacy Support Support queries How-to & Troubleshooting CSS difference between site frontend and page

Viewing 7 posts - 31 through 37 (of 37 total)
  • Author
    Posts
  • #367036
    Anshuman Sahu
    Keymaster
    1. .yes the conter and youtube video wont work as we added the provision to add page only for our directories and elemtnor pages are not ajax compatible therfore those elements are not working there . We have been raising this issue to elemeneotor but they are not listening . 2 . Well this is happening due to service worker enabled . follow this tip: https://docs.wplms.io/admin-guide-faqs#elementor-and-other-icons-go-missing-when-pwa-enabled
    #367093
    ixiredu
    Participant
    This reply has been marked as private.
    #367252
    Anshuman Sahu
    Keymaster
    1 . currently we also dont know how to make it work .we trying to contact the elementor authors but they are not responsding but we will keep on trying . 2 . issue fixed please check , added some css to your customize -> appearnc -> customc css>
    #367315
    ixiredu
    Participant
    This reply has been marked as private.
    #367458
    Anshuman Sahu
    Keymaster
    Ok those are fixed as well.
    #367464
    ixiredu
    Participant
    This reply has been marked as private.
    #367532
    Anshuman Sahu
    Keymaster
    add this code in your wplms-customizer.php file in wplms customizer plugin :
    
    add_action('admin_head', 'my_custom_fonts');
    
    function my_custom_fonts() {
      echo '<style>
        @font-face {
        font-family: eicons;
        src: url(https://ixiredu.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot);
        src: url(https://ixiredu.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot) format("embedded-opentype"),url(https://ixiredu.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2) format("woff2"),url(https://ixiredu.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.12.0) format("woff"),url(../fonts/eicons.ttf?5.12.0) format("truetype"),url(../fonts/eicons.svg?5.12.0#eicon) format("svg");
        font-weight: 400;
        font-style: normal
    }
      </style>';
    }
    
Viewing 7 posts - 31 through 37 (of 37 total)
  • The topic ‘CSS difference between site frontend and page’ is closed to new replies.