-
AuthorPosts
-
jooservices Friend
jooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 23, 2015 at 10:20 am #578416Hi there
Yup ! Confirmed . It’s css issue. 🙂
In past to solve this issue i did:
– Check into js file and disable mouseleave trigger. By this way when we move out mouse, dialog still there
– After that, hover on element to render dialog
– Inspect html of dialog to fix css
– Restore js fileThat’s all
Thank you,
Viet Vu1 user says Thank You to jooservices for this useful post
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 23, 2015 at 10:20 am #644707Hi there
Yup ! Confirmed . It’s css issue. 🙂
In past to solve this issue i did:
– Check into js file and disable mouseleave trigger. By this way when we move out mouse, dialog still there
– After that, hover on element to render dialog
– Inspect html of dialog to fix css
– Restore js fileThat’s all
Thank you,
Viet Vu1 user says Thank You to jooservices for this useful post
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 23, 2015 at 10:20 am #743338Hi there
Yup ! Confirmed . It’s css issue. 🙂
In past to solve this issue i did:
– Check into js file and disable mouseleave trigger. By this way when we move out mouse, dialog still there
– After that, hover on element to render dialog
– Inspect html of dialog to fix css
– Restore js fileThat’s all
Thank you,
Viet Vu1 user says Thank You to jooservices for this useful post
johnnys Friendjohnnys
- Join date:
- November 2012
- Posts:
- 123
- Downloads:
- 102
- Uploads:
- 6
- Thanks:
- 28
- Thanked:
- 3 times in 1 posts
July 23, 2015 at 10:33 am #578418Thanks. What js file should i edit?
Just to further confirm, when I add the code below to my custom.css I can see the edit button (it’s a black square).
.btn.jmodedit {
width: 15px !important;
height: 15px !important;
background: #000000 !important;
}johnnys Friendjohnnys
- Join date:
- November 2012
- Posts:
- 123
- Downloads:
- 102
- Uploads:
- 6
- Thanks:
- 28
- Thanked:
- 3 times in 1 posts
July 23, 2015 at 10:33 am #644709Thanks. What js file should i edit?
Just to further confirm, when I add the code below to my custom.css I can see the edit button (it’s a black square).
.btn.jmodedit {
width: 15px !important;
height: 15px !important;
background: #000000 !important;
}johnnys Friendjohnnys
- Join date:
- November 2012
- Posts:
- 123
- Downloads:
- 102
- Uploads:
- 6
- Thanks:
- 28
- Thanked:
- 3 times in 1 posts
July 23, 2015 at 10:33 am #743340Thanks. What js file should i edit?
Just to further confirm, when I add the code below to my custom.css I can see the edit button (it’s a black square).
.btn.jmodedit {
width: 15px !important;
height: 15px !important;
background: #000000 !important;
}jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 23, 2015 at 10:38 am #578419Hi there
Try to use search string to locate it
mediasystemjsfrontediting.js
It’s compress file. rename it to another name, and rename .min.js to this file name. It’ll help you easier to workThank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 23, 2015 at 10:38 am #644710Hi there
Try to use search string to locate it
mediasystemjsfrontediting.js
It’s compress file. rename it to another name, and rename .min.js to this file name. It’ll help you easier to workThank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 23, 2015 at 10:38 am #743341Hi there
Try to use search string to locate it
mediasystemjsfrontediting.js
It’s compress file. rename it to another name, and rename .min.js to this file name. It’ll help you easier to workThank you,
Viet Vujohnnys Friendjohnnys
- Join date:
- November 2012
- Posts:
- 123
- Downloads:
- 102
- Uploads:
- 6
- Thanks:
- 28
- Thanked:
- 3 times in 1 posts
July 23, 2015 at 10:44 am #578421OK I found it and have removed the mouseleave trigger. The icon is now staying there permanently.
Now what must I add to my css in order to see the edit-icon again? Currently I only see a black square because I have the following in my custom.css (for display purposed only);
.btn.jmodedit {
width: 15px !important;
height: 15px !important;
background: #000000 !important;
}johnnys Friendjohnnys
- Join date:
- November 2012
- Posts:
- 123
- Downloads:
- 102
- Uploads:
- 6
- Thanks:
- 28
- Thanked:
- 3 times in 1 posts
July 23, 2015 at 10:44 am #644712OK I found it and have removed the mouseleave trigger. The icon is now staying there permanently.
Now what must I add to my css in order to see the edit-icon again? Currently I only see a black square because I have the following in my custom.css (for display purposed only);
.btn.jmodedit {
width: 15px !important;
height: 15px !important;
background: #000000 !important;
}johnnys Friendjohnnys
- Join date:
- November 2012
- Posts:
- 123
- Downloads:
- 102
- Uploads:
- 6
- Thanks:
- 28
- Thanked:
- 3 times in 1 posts
July 23, 2015 at 10:44 am #743343OK I found it and have removed the mouseleave trigger. The icon is now staying there permanently.
Now what must I add to my css in order to see the edit-icon again? Currently I only see a black square because I have the following in my custom.css (for display purposed only);
.btn.jmodedit {
width: 15px !important;
height: 15px !important;
background: #000000 !important;
}jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 23, 2015 at 10:53 am #578422Hi there
As i said. Please bring it online than i can inspect it. Without site touching i can’t say much about css .Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 23, 2015 at 10:53 am #644713Hi there
As i said. Please bring it online than i can inspect it. Without site touching i can’t say much about css .Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 23, 2015 at 10:53 am #743344Hi there
As i said. Please bring it online than i can inspect it. Without site touching i can’t say much about css .Thank you,
Viet Vu -
AuthorPosts
This topic contains 51 replies, has 3 voices, and was last updated by jooservices 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum