Add new product – Description echo's Above All Site Content?
-
After adding a new product And viewing it (Private or public) The description is part echoing above the site, I have checked the source and it appears to be loading just after the body tag.
I have spent hours trying to resolve this! No luck so far has anyone else had this issue?
One of the weirdest things is that my other products are fine?
<body class="single single-wpsc-product postid-11379 logged-in admin-bar customize-support" data-twttr-rendered="true" style="">Time to?Never?send a boring white envelope again! Match your customized envelope to your company letterhead or invitations." />
The only other thing i can think of is my htaccess as that has been changed after adding my last product and the one im trying to add now. I have added the code as follows.
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} affiliate/(.+)$ [NC] RewriteRule ^(.*)$ index.php?r=$1 [QSA,L] RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Any Help Is Appreciated. Thank you,
- The topic ‘Add new product – Description echo's Above All Site Content?’ is closed to new replies.