Jump to content

[Resolved] After upgrade to 6.0.11 ckEditor toolbar issue on Copyright, Offline tab


Recommended Posts

I upgraded to 6.0.11 and am hopeful that the ckeditor upgrade with help with my Internet Edge issues, however, if you go to the Store Settings - Copyright tab, the icons for the toolbar of the editor do not look correct, each picture is very skinny (like only 1 pixel wide) so it is hard to tell what to click on. You can mouse hover over them and the popup help text will appear but something is not quite right there.

I should note that the editor does seem to load fine when you are in the product Description tab - it looks good there.

Devon

 

Link to comment
Share on other sites

In the file /admin/skins/default/templates/settings.index.php:

Find near lines 281-284:
      <fieldset>
         <legend>{$LANG.settings.offline_message}</legend>
         <textarea name="config[offline_content]" id="offline_content" class="textbox fck">{$CONFIG.offline_content}</textarea>
      </fieldset>

Change to:
      <!--<fieldset>-->
         <!--<legend>{$LANG.settings.offline_message}</legend>-->
         <textarea name="config[offline_content]" id="offline_content" class="textbox fck">{$CONFIG.offline_content}</textarea>
      <!--</fieldset>-->

Find near lines 406-408:
      <fieldset>
         <div><span>--><textarea name="config[store_copyright]" id="copyright_content" class="textbox fck">{$CONFIG.store_copyright}</textarea></span></div>
      </fieldset>

Change to:
      <!--<fieldset>
         <div><span>--><textarea name="config[store_copyright]" id="copyright_content" class="textbox fck">{$CONFIG.store_copyright}</textarea><!--</span></div>
      </fieldset>-->

 

Link to comment
Share on other sites

Editing the template is not the best fix, actually, but rather the easiest.

The better fix is to edit CubeCart's admin layout.css file.

However, that file is "squished". Finding the rule to edit will be somewhat difficult.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...