Hi Are there still codes conflict in Xara Web Designer 19 that is when say a web script is installed and the same codes like for a Blog which has a line of php code to inset in the placeholder for both bigger screen and mobile? Thank you
. . . . Are there still codes conflict . . . . a web script is installed and the same codes like for a Blog which has a line of php code to inset in the placeholder for both bigger screen and mobile? . . .
This depends on where you are getting a code conflict - in Web Designer when publishing the site or on the web server.
Web Designer does not support PHP, it is jQuery based (javascript).
Any place holder with embedded PHP code should not affect the website code, however if the server you are uploading the site to does not support PHP then that is another issue.
In the case of the blog page example, assuming the blog pages are created separately using PHP, the preferred method of embedding the blog is by using an iFrame linking to the PHP blog page(s).