Post by iamafaker » Sun Oct 25, 2015 1:05 am

This editor cannot display the buttons properly and the pop-up window for insert photo cannot function...
i am using OC 2.x with Journal 2 theme,
how to replace the summernote with ckeditor? ???

Attachments

summernote.png

summernote.png (6.15 KiB) Viewed 3714 times


Active Member

Posts

Joined
Wed Sep 18, 2013 3:19 pm

Post by iamafaker » Sun Oct 25, 2015 5:31 pm

???

Active Member

Posts

Joined
Wed Sep 18, 2013 3:19 pm

Post by IP_CAM » Sun Oct 25, 2015 8:22 pm

Last edited by IP_CAM on Mon Oct 26, 2015 4:52 am, edited 4 times in total.

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by viethemes » Sun Oct 25, 2015 11:45 pm

iamafaker wrote:???
Maybe your store does not load font awesome. Could you provide your site URL, so we can take a look at it closer?

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm


Post by iamafaker » Mon Nov 02, 2015 1:51 pm

:clown:

Active Member

Posts

Joined
Wed Sep 18, 2013 3:19 pm

Post by iamafaker » Wed Nov 04, 2015 12:20 am

:)

Active Member

Posts

Joined
Wed Sep 18, 2013 3:19 pm

Post by viethemes » Wed Nov 04, 2015 8:57 pm

Did you check your store in Firefox?

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm


Post by iamafaker » Thu Nov 05, 2015 9:18 pm

viethemes wrote:Did you check your store in Firefox?
same issue in firefox ... :-\

Active Member

Posts

Joined
Wed Sep 18, 2013 3:19 pm

Post by viethemes » Thu Nov 05, 2015 9:43 pm

Is there any error in Console of Chrome Dev Tools. To open Chrome Dev Tools, you can see this tutorial https://developer.chrome.com/devtools/docs/console.

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm


Post by iamafaker » Sat Nov 07, 2015 2:38 am

viethemes wrote:Is there any error in Console of Chrome Dev Tools. To open Chrome Dev Tools, you can see this tutorial https://developer.chrome.com/devtools/docs/console.
it says:

Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.

Active Member

Posts

Joined
Wed Sep 18, 2013 3:19 pm

Post by iamafaker » Sat Nov 07, 2015 2:45 am

Here is the screen shot of clicking "insert link"
the entire window gone grey and i cannot click or select anything :'( :'( :'(

Attachments

summernote2.png

summernote2.png (18.21 KiB) Viewed 3591 times


Active Member

Posts

Joined
Wed Sep 18, 2013 3:19 pm

Post by iamafaker » Sat Nov 07, 2015 7:08 pm

:clown:

Active Member

Posts

Joined
Wed Sep 18, 2013 3:19 pm

Post by iamafaker » Sun Nov 08, 2015 10:26 pm

???

Active Member

Posts

Joined
Wed Sep 18, 2013 3:19 pm

Post by viethemes » Sun Nov 08, 2015 11:32 pm

Could you provide your site url, so we can take a look at the problem closer?

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm


Post by iamafaker » Sun Nov 08, 2015 11:33 pm

viethemes wrote:Could you provide your site url, so we can take a look at the problem closer?
Sorry... i am using localhost now..

Active Member

Posts

Joined
Wed Sep 18, 2013 3:19 pm

Post by iamafaker » Tue Nov 10, 2015 7:21 pm

O0

Active Member

Posts

Joined
Wed Sep 18, 2013 3:19 pm

Post by iamafaker » Tue Nov 10, 2015 8:24 pm

I tried removing one of the .css file of theme, the modal content problem is solved.
How should i edit the code? Please see this part..

Code: Select all

.modal-open {
  overflow: hidden;
  margin-right: 15px; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10400;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
  z-index: 9999;
  width: 100%;
  height: 200%; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
Last edited by iamafaker on Tue Nov 10, 2015 8:34 pm, edited 1 time in total.

Active Member

Posts

Joined
Wed Sep 18, 2013 3:19 pm

Post by iamafaker » Tue Nov 10, 2015 8:34 pm

iamafaker wrote:I tried removed one of the .css file of theme, the modal content problem is solved.
How should i edit the code? Please see this part..

Code: Select all

.modal-open {
  overflow: hidden;
  margin-right: 15px; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10400;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
  z-index: 9999;
  width: 100%;
  height: 200%; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
I specifically removed the style of .modal-backdrop , and everything works great

Code: Select all

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
  z-index: 9999;
  width: 100%;
  height: 200%; }
Not sure how it works, anyone know whats modal-backdrop for? Will removing it affect other function?

Active Member

Posts

Joined
Wed Sep 18, 2013 3:19 pm
Who is online

Users browsing this forum: No registered users and 159 guests