user submit article window not algined
- GK User
- Tue Jun 25, 2013 8:27 am
hi there
when one of our authors logs in on the front end... the editor covers the submit buttons etc.
is there a fix for this?
when one of our authors logs in on the front end... the editor covers the submit buttons etc.
is there a fix for this?
-
- Platinum Boarder
- GK User
- Thu Jun 27, 2013 7:20 am
guys - its a common problem with gavick templates and JCE editor.... but al the posts although seem to get fixed, never have a public fix on the various feeds on tis forum - so i really need your help...
its a css issue supposedly, with the alignment of the editor itself within the template???
i have front end authors who cant submit their content, its really frustrating - hope you can assist - havnt had an answer for a few days now.
thanks heaps
its a css issue supposedly, with the alignment of the editor itself within the template???
i have front end authors who cant submit their content, its really frustrating - hope you can assist - havnt had an answer for a few days now.
thanks heaps
akaentertainment wrote:hi there
when one of our authors logs in on the front end... the editor covers the submit buttons etc.
is there a fix for this?
-
- Platinum Boarder
- GK User
- Sat Jun 29, 2013 5:49 am
Hi,
Please provide me (using the PM message) an access to the account with access of this editor.
Please provide me (using the PM message) an access to the account with access of this editor.
-
- Administrator
- GK User
- Wed Jul 03, 2013 10:51 am
Please add in your css/template.css at the end the following code:
- Code: Select all
/* Fix for the front-end editor */
.defaultSkin table.mceLayout {
clear: both!important;
}
-
- Administrator
- GK User
- Wed Jul 03, 2013 12:13 pm
thanks mr much appreciated!
dziudek wrote:Please add in your css/template.css at the end the following code:
- Code: Select all
/* Fix for the front-end editor */
.defaultSkin table.mceLayout {
clear: both!important;
}
-
- Platinum Boarder
- GK User
- Sun Jul 14, 2013 3:48 am
hi - the editor is now appearing properly, but the "save" article button will not click unless i turn the editor off (go into html mode)
is there a fix for this?
thanks
is there a fix for this?
thanks
akaentertainment wrote:thanks mr much appreciated!dziudek wrote:Please add in your css/template.css at the end the following code:
- Code: Select all
/* Fix for the front-end editor */
.defaultSkin table.mceLayout {
clear: both!important;
}
-
- Platinum Boarder
- GK User
- Mon Jul 15, 2013 8:54 am
It seems that some div overlays the buttons, please try to add this CSS code - it should solve your problem:
- Code: Select all
#jform_articletext_parent {
margin-top: 64px!important;
}
-
- Administrator
- GK User
- Mon Jul 15, 2013 10:24 am
thanks! worked perfectly
dziudek wrote:It seems that some div overlays the buttons, please try to add this CSS code - it should solve your problem:
- Code: Select all
#jform_articletext_parent {
margin-top: 64px!important;
}
-
- Platinum Boarder
8 posts
• Page 1 of 1