I am trying to view a page that contains toolset views.
Link to a page where the issue can be seen:
hidden link
I expected to see the page without any error code or extra text.
Instead, I got:
on top of the screen I see CA"> (which I suppose is part of the language code that should appear in the html).
<!--[if IE 7]><style>.wpv-pagination { *zoom: 1; }</style><![endif]-->CA">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="<em><u>hidden link</u></em>">
It doesn't seem to appear when I view the page while I'm logged in :
<!DOCTYPE html>
<html lang="fr-CA">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="<em><u>hidden link</u></em>">
Hi,
Thank you for contacting us and I'd be happy to assist.
This seems to be the cache issue and the non-logged-in guest visitors are seeing the older cached version of the page.
Without logging in, I see the issue when I visit the page, but if I append some URL parameter '?no-cache=true' to force a non-cached version, it is fixed:
{yourwebsite.com}evenements/mojo/?no-cache=true
I'll recommend clearing all involved caches at plugins, server, and CDN level and then check the page again, as a guest.
regards,
Waqar
My issue is resolved now. Thank you!