• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Bc Editable region edit mode-icecube

Contributor ,
Aug 29, 2014 Aug 29, 2014

Copy link to clipboard

Copied

Hi everyone,

I am trying to add a editable region to a template on bc , the code bellow:

<section><!-- TemplateBeginEditable name="ContentArea" -->

          <div  ice:editable="*">{tag_pagecontent}</div>

        <!-- TemplateEndEditable --> </section>


But wen i cick edit on the admin panel the icecube window just shows up the preloader and nothing else happends, see the image bellow

icecube.png

TOPICS
Newbie Corner

Views

342

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Aug 30, 2014 Aug 30, 2014

Copy link to clipboard

Copied

Does the console show any javascript errors?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Aug 30, 2014 Aug 30, 2014

Copy link to clipboard

Copied

LATEST

Yes , this errors:

Failed to execute 'write' on 'Document': It isn't possible to write into a document from an asynchronously-loaded external script unless it is explicitly opened. /AdminConsoleXT/#icecube/:1

Failed to load resource: the server responded with a status of 404 (Not Found) http://9haus.businesscatalyst.com/CatalystScripts/beditor/3rdparty/redactor/lang/pt.js?vs=b2373.r432...

Uncaught Error: Load timeout for modules: order!/CatalystScripts/beditor/3rdparty/redactor/lang/pt.js?vs=b2373.r432117 /CatalystScripts/beditor/3rdparty/redactor/lang/pt.js?vs=b2373.r432117

http://requirejs.org/docs/errors.html#timeout

I think i know what it is, i think its the :"<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>"

But how do i make this, i need the above code for the image slider on the index.html page and for the nav menu to work properly.

I tried to write to adobe and thy said:

Hi Marco,

  Thank you for contacting us.

  I tried to launch the in-context editor and it launched just fine: http://prntscr.com/4hpn50

  I am using Google Chrome. You can try removing any extension that is installed in the browser and then check.

  Regards,
  Gaurav Aggarwal

Wen i checked out my template today i think this guy who made the screen shot removed the  https and put an http <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>

and thats how he took the screenshot whithout the slider displaying the images.

But I tried on everybrowser and nothing loads.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines