SSL not working on HOME PAGE,Menue not showing and email

Home Forums Legacy Support Support queries How-to & Troubleshooting SSL not working on HOME PAGE,Menue not showing and email

Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • #377969
    vkumar55
    Participant
    Hi, 1.SSL is not working on home page. please see below screen shot. http://prnt.sc/26elktl and 2. HOME MENUE not showing while scrolling down on HOME page and rest pages also. please see screen shot. http://prnt.sc/26elmlw http://prnt.sc/26eln85 3.Email coming from WordPress please see below screen shot. http://prnt.sc/26elsr2
    #378026
    Veronica
    Moderator
    hi for 3: Please change your email from wp-admin -> settings -> general -> Email Address . For woocommerce emails : wp-admin -> woocommerce -> settings -> emails . For LMS emails : wp-admin -> LMS -> settings -> emails -> FROM “Email” for 2: check if you have added any custom code like this: http://prntscr.com/26eq5sh for 1: all URLs are correct it's due to the main video on home page
    #378037
    vkumar55
    Participant
    For 1.then How to resolve SSL ? FOR 2. I HAVE NOT ADDED ANY CODE. I DID INSTALLATION ONLY
    #378086
    Veronica
    Moderator
    for 1 you can save the video at your end insert the video directly from your device by editing. the page for 2 please share details so we can check this on your site
    #378248
    vkumar55
    Participant
    This reply has been marked as private.
    #378362
    Veronica
    Moderator
    hi when user register on site subscriber or student would do fine where JS you are setting two registration forms ? can you share page URL?
    #378432
    vkumar55
    Participant
    This reply has been marked as private.
    #378476
    Veronica
    Moderator
    hi we don't have credentials to check this on your site so can you please share details with us in a private reply
    #378505
    vkumar55
    Participant
    This reply has been marked as private.
    #378506
    vkumar55
    Participant
    This reply has been marked as private.
    #378585
    Veronica
    Moderator
    hi for different dashboards: https://www.youtube.com/watch?v=53HIhssXBVI for7: Please use this plugin: https://wordpress.org/plugins/classic-widgets/ this will retrieve the classic editor back 4: yes this is the scenario right now 5: can you let us know exactly what you want to resize?
    #378646
    vkumar55
    Participant
    This reply has been marked as private.
    #378812
    Veronica
    Moderator
    This reply has been marked as private.
    #378903
    vkumar55
    Participant
    This reply has been marked as private.
    #378971
    Veronica
    Moderator
    hi fro email: add this code in wplms-customizer.php
    add_filter('wp_mail_from', 'new_mail_fromqw',99999);
    
    add_filter('wp_mail_from_name', 'new_mail_from_nameqw',99999);
    
    function new_mail_fromqw($old) {
    
    return '[email protected]';
    
    }
    
    function new_mail_from_nameqw($old) {
    
    return 'site name';
    } for 5: if you want then we can remove it from mobile
Viewing 15 posts - 1 through 15 (of 23 total)
  • The topic ‘SSL not working on HOME PAGE,Menue not showing and email’ is closed to new replies.