Malfunction of Web Pages
Good morning, I have been experiencing some issues with the creation of my latest web pages since last week. After finishing my latest pages, I realized that the changes I made were not reflected in the final version when updating and viewing it as a user. For example, the template I chose from the pre-built section recognized the text I entered but not the design when updating, or it simply deleted it completely after finishing and reloading the page.
Could you please help me with this? Thanks
Comments
Hi,
Are there any caching plugins installed or caching tools enabled on your server?
If yes, clear the cache and check if the problem persists.
If you are unsure if you have a server cache, contact your server administrator.
Thanks
We alredy check and we do not have any caching plugins but the problem stay.
Thanks
Please send us the WordPress dashboard and FTP access privately thru the contact form, which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason.
Notice!
Please attach a link to this forum discussion.
Sending incorrect or incomplete data will result in a longer response time.
Therefore, please ensure that the data you send are complete and correct.
Thanks
For tests, I created a new page, "BeSupport test page," inserted a couple of pre-built sections into it, and modified them.
All modifications proceeded without any problems.
Are there any extra steps to reproduce this issue?
Does it happen on all pages or a particular one?
Best regards
Good morning, thank you very much for your response.
Even so, the problem persists on some particular pages, the names of these pages are "Call+" "NOVI+" "Informatiser" "Former" "auditer" "a vos cotes" "rationaliser" et "maintenir"
If you could help me with this, I would be very grateful.
Thank you so much
On the pages Call+ and NOVI+, you have HTML errors. Example from Call+ page:
It means some HTML tags you placed there are placed wrongly or not closed. Please correct all places where you used custom HTML and check if the problem persists.
On other pages, modifications worked for me properly.
Best regards
Good afternoon.
Thank you very much for clarifying the HTML code. Fortunately, I could fix that problem.
With the "Maintenir", "informatiser", "rationaliser", "Auditer" and "Former" pages, I still can't fix the issue. When I make the modifications I need, it works very well, however, when I put the same page in visitor mode (to see the final result of the modifications) it doesn't work. I am attaching some example photos to explain the problem.
Thank you for your attention and help.
There is a possibility that your website changes the URL from http to https, which is incorrect, generates a mixed content error, and styles are not loaded correctly.
Your htaccess can redirect your website to http, so you should edit it and change it to https.
https://www.freecodecamp.org/news/how-to-redirect-http-to-https-using-htaccess/
Best regards