The slick pop-up cart from e-junkies has this habit of disappearing on Wordpress as the text editor reassembles the javascript into its own language.
To stop this occurring go to dashboard >settings>writing>formatting and turn off ‘wordpress should correct incorrectly nested xhtml automatically’
Also turn off visual editor in users>admin>’visual editor’
Then add following code directly after javascript button from e-junkies <script type=”text/javascript” src=”https://www.e-junkie.com/ecom/box.js”></script>
Sorted…
This should be one of your first ports of call when you enter the Wordpress dashboard for the first time - it will enable you to use words as your permalink making things look nice and more importantly - very googly. If you change this after you have posts then any permalinks from other sites will get a 404. There are work arounds but it is so much simpler to do it before posting anything…
Go to dashboard >settings> permalinks >custom structure then paste the following…
/%postname%/
and save…
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!