Hi,
I am using X-Theme Ethos Stack.
To make the Icon of the Feature-Box a link, I added a JS code snippet(from the left bar which has JS/CSS etc.) that I found on this Support Forums(https://theme.co/apex/forums/topic/feature-box-link-3/). After adding that script, I am getting the dreaded Script Conflict message on the home page which has the Feature-Box:
“Loading the preview took longer than expected. There may be script conflicts on this page.”
Now I am not able to delete the script and save anymore. My problem is exactly similar to this post:
where there was no resolution provided.
The JS was not added to the Global JS (X ->Launch->Options -> JS) but to the JS for the Home page.
- I have disabled all Plugins
- I have clicked on JS on the sidebar and deleted the JS and hit save. It gives the Success message but when I refresh and reload the page, the JS is still there.
Can you please help?
Edit 1:
a. The actual script works in the website. The Feature-Box icons are clickable.
b. Also, when I added the custom script yesterday, the preview was working fine.
c. In the Networks Tab in Chrome Dev Tools, I see one 406 Not Acceptable for Request URL:http://xxx.xxxxxxxxxx.org/cornerstone-endpoint when I hit Edit
d. I also see the same 406 when I hit save after deleting the JS, which explains why I am not able to remove and save it.
Edit 2:
a. Its just not Javascript, I can’t make any changes to the Home page as the save isn’t working.
b. I updated the Rev Slider plugin version and retried but no luck. All plugins have been disabled again
Edit 3:
a. Adding the following lines at the end/just before the ‘Happy Blogging’ comment in wp-config.php
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );
did not solve the problem.
b. I use Updraft to backup my website so I have already worked with my Hosting provider to increase the memory in php.ini
c. This is not a memory issue as I have ‘heavier’ pages in the website which load fine in preview/Cornerstone without any Script warnings.
Any pointers?
