hello,
I tried to make a clone of the theme and it went well. after i tried to export the database and change name to make a clone of the database for the cloned website (swedish language). this somehow broke the page and removed quick css and is showing the site in a weird way.
how can i fix this issue/repair it?? please help me.
Hey lech07,
Exactly what did you do when you say that you cloned it? Please try to explain a bit further. Note that this is not a theme issue, our support for matters like these is limited unfortunately.
Best regards,
Rikard
i cloned in my server the content. and that was ok.
after i went to phpmyadmin and did an export of the sql file. i renamed the sqlfile and uploaded but i think it did duplicate tabels.
i erase the sql file and tried to import the good copy but i still had alot of R/n in the database and everywhere on this website.
I have used in phpfunctions the below script which is correcting the issue, but when i remove script the R\n\n erros will come back all around the website:
function replace_content($content)
{
$content = str_replace(‘\r\n’, ”,$content);
return $content;
}
add_filter(‘the_content’,’replace_content’);
Hi,
Ok, thanks for the feedback, though I can’t really see how this is a theme issue unfortunately. We’ll be happy to help you out if you have any problems or questions related to any of our themes.
Best regards,
Rikard
thanks Rikard