Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Content Editor No vertical scroll (for page) on content editor
- This topic has 9 replies, 3 voices, and was last updated 8 years, 6 months ago by J. Davis.
- AuthorPosts
- March 28, 2016 at 5:28 pm #277316Renato FrotaParticipant
I have found the vertical scrolling not being displayed on MotoPress Content Editor, due to:
wp-content/plugins/motopress-content-editor/mp/ce/css/ceIframe.css?ver=1.6.7
html { overflow: visible !important }
Also, I can’t customize it with custom CSS on my theme, the MP css file has priority over it.
How to proceed?
Thanks
March 30, 2016 at 12:01 pm #278512J. DavisKeymasterHi Renato,
Could you let us know what theme you use and where it can be downloaded. If it can not be downloaded for free please share it with us submitting a request to our tech support or sending a download link in private message here in a forum.
Best regards,
JohnMarch 30, 2016 at 3:03 pm #278613Renato FrotaParticipantHello, John
I am using AccessPress Ray (Free version) – https://accesspressthemes.com/wordpress-themes/accesspress-ray/
April 4, 2016 at 2:02 pm #281342J. DavisKeymasterHi Renato,
We have checked your theme and found that scroll was hidden in the body of your theme. Seems like it is a feature of the theme. You can add the style below to MotoPress>Settings>Custom CSS field to overwrite theme style:.motopress-body { overflow: visible; }
Best regards,
JohnApril 15, 2016 at 10:41 pm #287685ShaneGuestI am having the same issue. There is no way to scroll vertically. It is TemplateMonster’s WordPress Theme 57875.
April 18, 2016 at 8:30 am #288570J. DavisKeymasterHi Shane,
I need to have access to your WordPress to test your theme. Please submit a request providing admin access if you have not done that yet. We’ll check the issue with your theme.
Best regards,
JohnApril 22, 2016 at 4:29 pm #292451SuriplantaGuestI had the same problem since the last update. It seems that is caused by these declarations in the stylesheet ‘wp-content/plugins/motopress-content-editor-lite/mp/ce/css/ceIframe.css’:
body {
overflow-y: hidden !important;
}
html, body {
overflow-x: hidden !important;
}
This wasn’t happening before!
April 25, 2016 at 9:02 am #293581J. DavisKeymasterHi Suriplanta,
If you have the same question you need just to follow our recommendation – submit a request as we have to check your theme.
Best regards,
JohnMay 3, 2016 at 1:42 pm #300111HectorGuestHello,
I have the same problem edditing or creating a web page. there is not verical scroll.
Could you please provide a solituion?
Best regards
May 4, 2016 at 12:58 pm #300793J. DavisKeymasterHi Hector,
We have found this issue and it will be fixed in the next version of plugin. Currently you can add the style below to MotoPress>Settings>Custom CSS field:body.motopress-body { height: auto; }
We are sorry for temporary inconveniences.
Best regards,
John - AuthorPosts
- You must be logged in to reply to this topic.