Hi,
I am trying to customize your amazing Geodirectory plugin and Supreme theme. However, I think I am missing something.
I cannot enable add listing form in add listing page front end, for login users.
Add listing page is enable in the permalinks, in different ways because I was looking the way to enable the form.
Look to use short code, but is not allowed in this page. Therefore, I created a new page and I put shortcode there, in the preview, I see the home page.
GD DIAGNOSTIC TOOLS says that GD pages check is OK.
I disable code snippets plugin. Disable and enable geodirectory. Nothing changed.
The geodirectory plugin and theme are in a wp installed and loaded from a subdirectory https://example.com/nameofthecity/
This is part of a bigger site with a wp multisite install in the root.
The server is Cloudways, so i had to create a new php application and assigned its database to /nameofthecity/
Don’t know if this could be a problem but In the chrome console in this page: https://example.com/nameofthecity/add-listing/
Failed to set referrer policy: The value ” is not one of ‘no-referrer’, ‘no-referrer-when-downgrade’, ‘origin’, ‘origin-when-cross-origin’, ‘same-origin’, ‘strict-origin’, ‘strict-origin-when-cross-origin’, or ‘unsafe-url’. The referrer policy has been left unchanged.
I have Extra Security Headers, in the htaccess file that is in the root of https://example.com
<IfModule mod_headers.c>
Header set X-XSS-Protection “1; mode=block”
Header always append X-Frame-Options SAMEORIGIN
Header set X-Content-Type-Options nosniff
</IfModule>
Thanks in advance