mrjeet
Forum Replies Created
-
Update: Problem Resolved
I identified the cause of the problem. One element in my Custom CSS for the class = “um” had “opactiy: 0;” which was working fine until the plugin update I applied yesterday. When I removed that from the Custom CSS, things are back to normal.
Update: I figured this out.
I began experiencing the problems right after I had updated the plugin. After some troubleshooting, I have discovered that when I remove the Custom CSS changes, – (I am using Custom CSS) – the problem is resolved. I guess some updates in the plugin are in conflict with some Custom CSS changes.
Now, the next thing to figure out: which ones?
Thanks. Yup, I had a feeling that I was making a simple matter too complex. I am marking this topic as resolved.
(for those who want to include a small text area to display the Terms of Use where the user has to scroll to the bottom to check the I agree, use the following steps:
1. Copy paste your terms in a “Content Block”.
2. Use the Custom CSS to style the font size and importantly, use the overflow property to set a scroll box. For example,div {
width: 150px;
height: 100px;
overflow: scroll;
}Set the width and height as per your needs.
Never mind. I got it.
Looked up the css folder in the ultimate-member/assets/css/um-select file and copied some of those classes in the Custom CSS to play around with.
Love it!
Thanks.
Forum: Plugins
In reply to: [File Away] My Fileaway Insert Shortcode icon is missingThe same happened with me. I realized the Pagebuilder plugin was conflicting with the Tinymce toolbar. Upon deactivating Pagebuilder, the shortcode button reappeared.