-
AuthorPosts
-
December 2, 2016 at 3:35 pm #719757
Hello – I have been helping a friend to set up his site with Enfold. We have run in to a problem – when trying to update pages the layout builder isn’t working at all…Could you please check this for me – I have out the logins etc into private Content.
TT :-)
December 2, 2016 at 4:14 pm #719770Hi idespiran!
You are currently using an older version of the theme. Please update Enfold to the latest version 3.8.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Regards,
YigitJanuary 6, 2017 at 1:46 am #730120Having problem with posting a Google Custom Search Engine (CSE) on my site: https://mamadearcares.com.
I paste the following script into a Text Block under text and it shows up on the Edit page but not on the Front End page. Following is the script:
<html>
<head>
<title>Mama Dear’s Search</title>
<head>
<body>
<div1><script>
(function() {
var cx = ‘010941995792013317955:a_bthajs1ss’;
var gcse = document.createElement(‘script’);
gcse.type = ‘text/javascript’;
gcse.async = true;
gcse.src = ‘https://cse.google.com/cse.js?cx=’ + cx;
var s = document.getElementsByTagName(‘script’)[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search></div1>
</body>
</html>I end up with a little “script” icon box but nothing on the front end page. Mom’s Answers: https://www.mamadearcares.com/moms-answers/?preview_id=3749&preview_nonce=66964dd7b3&_thumbnail_id=-1&preview=true
The backend page is https://www.mamadearcares.com/moms-answers/?preview_id=3749&preview_nonce=66964dd7b3&_thumbnail_id=-1&preview=trueJanuary 9, 2017 at 5:00 am #730951Hi,
Remove the other html codes and use the following script in a text or code block.
<script> (function() { var cx = ‘010941995792013317955:a_bthajs1ss’; var gcse = document.createElement(‘script’); gcse.type = ‘text/javascript’; gcse.async = true; gcse.src = ‘https://cse.google.com/cse.js?cx=’ + cx; var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(gcse, s); })(); </script> <gcse:search></gcse:search></div1>
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.