I signed up to authorize.net in order to take credit cards and open a shopping cart on my website. Under the menu navigation in my sohoadmin section, I copied the following code given to me by authorize.net
<!-- (c) 2005, 2013. Authorize.Net is a registered trademark of CyberSource Corporation --> <div class="AuthorizeNetSeal"> <script type="text/javascript" language="javascript">var ANS_customer_id="e31b4cff-7253-4f0e-a5aa-ad76c899297f";</script> <script type="text/javascript" language="javascript" src="//verify.authorize.net/anetseal/seal.js" ></script> <a href="http://www.authorize.net/" id="AuthorizeNetText" target="_blank">Electronic Commerce</a> </div>
I copied it into the menu navigation page where you can add url links. Now I can not do anything on the menu navigation… nothing shows up on it. I can't even see a new page if I create one. I need to get rid of the script I put in from authorize.net...but have no clue what to get rid of.
I need help getting back to where my pages show up and I can work on my website.
Thanks, Sherry
<!-- (c) 2005, 2013. Authorize.Net is a registered trademark of CyberSource Corporation --> <div class="AuthorizeNetSeal"> <script type="text/javascript" language="javascript">var ANS_customer_id="e31b4cff-7253-4f0e-a5aa-ad76c899297f";</script> <script type="text/javascript" language="javascript" src="//verify.authorize.net/anetseal/seal.js" ></script> <a href="http://www.authorize.net/" id="AuthorizeNetText" target="_blank">Electronic Commerce</a> </div>
I copied it into the menu navigation page where you can add url links. Now I can not do anything on the menu navigation… nothing shows up on it. I can't even see a new page if I create one. I need to get rid of the script I put in from authorize.net...but have no clue what to get rid of.
I need help getting back to where my pages show up and I can work on my website.
Thanks, Sherry
Comment