Okay
  Public Ticket #3987260
Not secured Website
Closed

Comments

  • giulianohelguero22 started the conversation

    Thank you for helping me with the footer. I ran into another issue; how do you secure your website? Mdgnotaryca.info - shows an error message, how can I fix this?

  •  2,084
    Judith replied

    Hello there,

    Thanks for writing to us.

    When your WordPress site says “Not Secure” in the URL bar, it usually means the site isn’t using HTTPS (i.e., it doesn’t have a valid SSL certificate). HTTPS encrypts data between your site and its visitors, improving security and trust. Here's how to fix that and secure your WordPress site:

    ✅ Step-by-Step: Securing Your WordPress Site 1. Get an SSL Certificate
    • Check with your hosting provider – many offer free SSL certificates via Let’s Encrypt.

    • Some reliable hosts that provide free SSL:

      • SiteGround

      • Bluehost

      • Hostinger

      • Namecheap (via cPanel)

    • If not free, you can purchase an SSL certificate from providers like:

    2. Install and Activate the SSL Certificate

    Once the certificate is issued:

    • If using cPanel:

      • Go to cPanel > SSL/TLS > Manage SSL Sites

      • Select your domain and install the certificate

    • If your host auto-installs it (common with Let’s Encrypt), you might not need to do anything.

    3. Force WordPress to Use HTTPS

    After SSL is active:

    • Log in to WordPress admin

    • Go to Settings > General

    • Update both:

      • WordPress Address (URL)

      • Site Address (URL)

      • Change http:// to https://

    • Click Save

    4. Redirect HTTP to HTTPS

    Use a plugin or edit .htaccess:

    Option A: Plugin (easy)

    • Install Really Simple SSL plugin

    • It automatically detects SSL and configures your site to use HTTPS

    Option B: Manual (advanced)
    Add this to your .htaccess file (at the top):

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    </IfModule>
    
    5. Fix Mixed Content Warnings

    Sometimes images, scripts, or styles are still loaded over HTTP.

    • Use Better Search Replace plugin to replace:

      • http://yourdomain.com ➝ https://yourdomain.com

    • Or use Really Simple SSL Pro (paid) for automatic mixed content fixing.

    6. Test Your SSL

    Use https://www.sslshopper.com/ssl-checker.html or https://www.whynopadlock.com/ to test SSL status and troubleshoot any remaining issues.

    I hope this proves helpful for you. If you have any more questions or run into any problems, please feel free to reach out.

    Best regards,

  • giulianohelguero22 replied

    Thank you very much Judith! I really appreciate you.  I made the change and I noticed that it takes a little longer to load my website Any way I can fix this? (More context, I've attached a screenshot of how the section should look vs how it does look. This section includes a video background and the others don't. 
    -7604.png is the error

    -7605.png is how it is supposed to look

    Attached files:  IMG_7604.PNG
      IMG_7605.PNG

  •  2,084
    Judith replied

    Hi there,

    Thanks for writing back.

    You can optimize your site performance with the help of this guide https://themenectar.com/docs/salient/performance-optimization-guide/

    I hope this proves helpful for you. If you have any more questions or run into any problems, please feel free to reach out.

    Best regards,

  •  9,249
    Tahir replied

    Hey Again,

    Regarding the Video mentioned.

    - Only Self Hosted Videos will play on Mobile.

    - Make sure they are in 16:9 ratio for the mobile to render them correctly.

    -  Convert the videos and then add them as per their appropriate file format: http://themenectar.com/docs/salient/page-builder-row/#video-background .

    - Be sure to turn off this option in Salient Theme Options Panel -> General Settings -> Functionality Tab

    7710907759.png

    - For Mobile IOs users, make sure your device is not in power saving mode.

    Best,

     


    ThemeNectar Support Team