KCHerbel
Forum Replies Created
-
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Is this plugin abandoned?Got the update! Thank you so much!
Keep up the good work.Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Is this plugin abandoned?I too am hoping for an update.
This plugin was recommended to me and I have also recommended it to others.Tried making adjustments, but never liked my results, then realized I had a misconception about the interaction of the glass-wrapper area and the background, so I reverted to the original design width.
However, I did make one adjustment to the glass.php file that I think is an improvement – at least it made a big improvement in my esthetic performance. I added the following line to better place the background for smaller screens:
background-position: center;Without that line, my BG image was aligned to top-left, so the center of the image was off screen on smaller screens. Now the center of my image is in the horizontal center of the screen, no matter the screen size, plus the BG image scales better to all the screen sizes I tried!
I added the following to the custom CSS box on the IgniteUp Options screen, which gave me some control. Play with the decimal value at the end of the rgba parameters, adjusting to taste:
.glass-wrapper{
background-color: rgba( 0, 0, 0, 0.522 );
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.27);
margin: 100px 0;
padding: 30px 20px;
}Hope that helps.
I would still like to know how to change the size of that section.
Figured out how to change the opacity of the glass wrapper (tinted box), but still need to modify the size.
Thank you.Figured out how to change the color and opacity of the “subscribe button”.
Would still like to be able to add text under the email entry box and/or modify the credit text that shows up there, when enabled.