Tagged: enfold
When I create a code block in my Enfold theme and insert the code into the block it will only work fine as long as you don’t open the code block back up. When you open the code block back up it disappears and then you have to reinsert the whole code all over. Has there been a solution created for this. I need my code to stay there so that I don’t have to keep inserting it everytime I open the code block. I have provided the link to the page with the code so you can see the exact theme in the private content section.
Hey Marcia,
Can you post the code you are adding in the codeblock?
You can also post it in https://pastebin.com/ then post the link to the code here.
If you want the code to be seen only by moderators you can post it in private content.
Best regards,
Nikko
Yes The code is below in the Private Content section.
Hi,
Our theme already loads the default wordpress jquery script (which is bundled with the wordpress core files). Please try to remove following line from your code
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
If that doesn’t work please post your code with a service like https://pastebin.com because the private field converts your code into text and makes it invalid.
Best regards,
Peter