I can’t create a new page with Cornerstone. Every time I go to create a new page and I hit “Edit with Cornerstone” it just refreshes the edit page. I just came across this after updated to X-Theme 6.2.5 and haven’t been able to get it to work. I can still edit existing pages, but I can create a new page.
Hi There,
Thank you for writing in but the credentials you provided did not work.
Please check,
I’ve updated the credentials and tested them. You should be good to go.
Hi @nakana,
I created a sample X TEST page and I’m able to edit it in the builder. Or are you referring to the Add New page where it’s empty? You should save your page as a draft or publish it first. Else, it will reload since there is no page ID associated with it (not yet created).
For the meantime, you should remove this code from your ConvertPlus
<script>
(function(g,r,a,p,h,l,y){g['GraphlyTracking']=h;g[h] = g[h] || function(){
(g[h].c = g[h].c ||[]).push(arguments)},g[h].t=1*new Date();
l=r.createElement(a),y=r.getElementsByTagName(a)[0];l.async=1;l.src=p;y.parentNode.insertBefore(l,y)})
(window,document,'script','//d7s870zeth355.cloudfront.net/js/code.min.js', 'gfly');
gfly('account', 18089656)
gfly('infContactId', '~Contact.Id~')
gfly('time', 13)
</script>
and this from your InfusionSoft form
<script> (function(g,r,a,p,h,l,y){g['GraphlyTracking']=h;g[h] = g[h] || function(){ (g[h].c = g[h].c ||[]).push(arguments)},g[h].t=1*new Date(); l=r.createElement(a),y=r.getElementsByTagName(a)[0];l.async=1;l.src=p;y.parentNode.insertBefore(l,y)}) (window,document,'script','//d7s870zeth355.cloudfront.net/js/code.min.js', 'gfly'); gfly('account', 18089656) gfly('infContactId', '~Contact.Id~') gfly('time', 13)</script>
They contain invalid codes that cause javascript errors. You should only add valid javascript codes.
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.