Thanks for trying out Vega, we appreciate it.
The theme should work fine with https. Can you share your website URL here so I can take a look and confirm what the problem might be? Please make sure that you’ve changed the Site URL to the new https:// URL so that all assets are loaded correctly.
Actually Site URL is still on http:// as if I change it to https:// then the logo in the header and in the footer as well disappear and do not appear even after deleting and re-uploading.
Website url is https://www.labevents.it/
Thanks again!
thanks b…b for this tip!
@lyrathemes: can you provide a solution without using a plugin?
Hope that will be possible.
Thanks again!
This is more of a WordPress set up issue rather than a theme specific issue. Here are some resources which may help
https://designmodo.com/wordpress-https/
https://css-tricks.com/moving-to-https-on-wordpress/
You can make the change to https:// without a plugin.
Most is done when you change General -> Settings -> WordPress Address (URL) & Site Address (URL) to https://yoursite.com
Be careful. This changes the URL for the site. You will lose any SEO juice and Social network stuff (likes, etc..). There is probably a way to save the SEO rank (but I don’t know it).
In case something goes wrong, you can change back to http:// via the wp_Options table using your cPanel -> phpMyAdmin.
After the change you will most likely still have some insecure items remaining, giving mixed content (no green lock) on some of your pages.
The insecure items can come from the wordpress core, your theme, any plugins, links you have added to your content, javascrits etc.. Any item hardcoded with http://.
I don’t want to be negative, but its a lot of work to manually chase down all of the hardcoded links.
I started manually, but eventually gave up and went to a plugin (it was worth it).
-
This reply was modified 9 years ago by
b...b.
-
This reply was modified 9 years ago by
b...b.
Thank you all, now it works!