That did not resolve the issue. the new landing page look just like a regular page. any other thoughts
https://ww.wp.xz.cn/plugins/landing-pages/ The landing page im trying to use is half and half but it does this to all landing page themes
Sounds like a plugin/theme conflict.
To test for a theme conflict:
- Activate default Twenty Ten, Eleven, Twelve, or Thirteen theme
- Check to see if the issue still occurs
- If the issue does not occur after having activated the default “Twenty” theme, your theme is causing a conflict with landing pages.
To test for a plugin conflict:
- Deactivate ALL plugins
- Activate Landing Pages
- Check to see if the issue occurs
If the issue does not occur, one (or more) of your plugins is causing a conflict with Landing Pages.
To determine which plugin(s) is causing the conflict, follow these steps:
- Activate each plugin one by one
- Check to see if the issue occurs after each plugin is activated
Tried all thous step and the same thing
http://www.drugrehabcenters.me/go/test3/
You turned off all plugins and changed to default theme?
What does your sites .htaccess file look like?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{QUERY_STRING} !lp-variation-id
RewriteRule ^go/([^/]*)? /wp-content/plugins/landing-pages/modules/module.redirect-ab-testing.php?permalink_name=$1 [QSA,L]
RewriteRule ^landing-page=([^/]*)? /wp-content/plugins/landing-pages/modules/module.redirect-ab-testing.php?permalink_name=$1 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
That looks correct.
Update wordpress to latest version. Deactivate all plugins, then activate landing pages and activate base theme twenty ten and then flush your permalink cache.
If that doesn’t work, it sounds like a server issue we haven’t seen before.