Hi, the http links are in some of the Elementor modules on the home page. You would just need to edit the page and change the links that start with http:// to https://
On the Home page, the following have http links:
- Green cart icon and Products links
- Green house icon and Lifestyle links
- Green >> icon link below the Latest posts
- The red About Us button link in the section before Subscribe to our Newsletter
If you need further help with Elementor, then it might be best to reach out to the Elementor community:
Good luck!
Thanks for the reply! I want to edit the HTML code, but I can’t find anything on the web how to do that. They are Elementor pages. I can only find how you can drag and drop HTML widgets. How do edit HTML in Elementor? I need to edit the underlying HTML code, right? And the icons you mention are from the Icon library.
-
This reply was modified 2 years, 9 months ago by
eheijns.
Hi, you won’t need to edit HTML code. For example, and if I’m not mistaken, the green cart icon and the Products heading is an Elementor icon widget, so just edit the page using Elementor, then select that icon widget and change the Link settings. More details on the Elementor help pages …
Hope these help. Good luck!
OK. I have changed in the way you explained. Still, I would like know if it is possible to edit the source code of a Elementor page.
Yes, Elementor provides hooks and other methods which you can use to change how HTML code is displayed at the front-end. They also recommend their Hello theme if you want to extend Elementor features. Please check https://developers.elementor.com/docs/
OK, thanks! One more question: I just saw that alll my images in the Media library and my posts are with the prefix http: instead of https:. What is the best way to change this? Ahrefs is reporting for ALL my images 301 redirects to https:
-
This reply was modified 2 years, 9 months ago by
eheijns.
My WP backend is broken. I changed in Settings => General the WordPress URL and Site URL with the https prefix. How can that happen? I cannot access teh WordPress dashboard!
-
This reply was modified 2 years, 9 months ago by
eheijns.
Hi, if you have SFTP access or control panel access, then you can change the wp-config.php file temporarily.
Make a backup of wp-config.php first then please check https://wordpress.org/documentation/article/changing-the-site-url/#edit-wp-config-php to add the WP_SITEURL and WP_HOME constants.
The website seems to be using Litespeed cache plugin also, so once you change back the Site URL to using http:// using the wp-config.php steps above then I suggest clearing your Litespeed cache and then turning off the Litespeed cache temporarily.
Once Litespeed is turned off, you can restore wp-config.php by commenting out the WP_SITEURL and WP_HOME constants.
You can then proceed with changing both the WordPress and Site Address URLs in Settings > General to use https:// then see if wp-admin still breaks. If wp-admin is okay after the changes, then you can re-enable the Litespeed cache plugin.
Hope these help and good luck!
I checked wp-config.php. There is no WP_HOME or WP_SITEURL variabel in there,..
As per the instructions in the link provided, you would need to add the WP_HOME and WP_SITEURL constants in wp-config.php so you won’t find them there.
Please check this link first … https://www.wpbeginner.com/beginners-guide/how-to-edit-wp-config-php-file-in-wordpress/
Ah OK. Feedback from my host provider:
We are currently experiencing issues with our DNS Server – which is causing your website to be down which is causing the issue that you are unable to access WP admin from the panel.
-
This reply was modified 2 years, 9 months ago by
eheijns.