Forum Replies Created
-
AuthorPosts
-
February 20, 2015 at 7:50 pm in reply to: Side by Side Featured Section – Video & Optin Form in Sample Theme #141590StephanieTreasureMember
Hello @braddalton
I wasn't trying to hide that. The very 1st code in this thread shows credit to your code. I haven't tried to edit that out. Not sure what your point is.
February 20, 2015 at 3:35 pm in reply to: Side by Side Featured Section – Video & Optin Form in Sample Theme #141559StephanieTreasureMemberThis code comes from my Website at http://www.StephanieTreasure.com
Here is a file of the entire functions.php
February 20, 2015 at 10:22 am in reply to: Side by Side Featured Section – Video & Optin Form in Sample Theme #141466StephanieTreasureMemberI was able to get the image to show on the right. However, I cannot get it to be in alignment with the video on the left.
Same thing with the Opt-in form which I added from the Appearance -> Widget side.
Here's my CSS:
/* Slider 2 Thirds E-Mail Opt in Form 1 Third --------------------------------------------------------------- */ .two-column-widgets { color: #fff; text-align: center; height: 330px; padding-top: 10px; } .two-column-widgets .wrap { background-color: #FFe9ba; } .two-column-widgets .widget-title { font-size: 30px; color: #000; text-align: center; } .left-column { float: left; padding: 10px 10px 0; padding: 1rem 1rem 0; width: 50%; } .right-column { color: #fff; float: right; padding: 10px 10px 100px; padding: 1rem 1rem 100px; width: 50%; background: url(http://www.stephanietreasure.com/wp-content/uploads/2015/02/Free-Audio-Program-2.png) no-repeat; background-position: top right; } .right-column .enews-widget p { color: #000; padding-top: 0px; padding-bottom: 100px; padding-right: 20px; padding-left: 20px; text-align: center; } .right-column .enews-widget input[type="submit"] { background:rgb(0,0,0); background: transparent\9; background:rgba(0,0,0,0.3); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000); zoom: 1; } .right-column .enews-widget input[type="submit"]:nth-child(n) { filter: none; } .right-column .enews-widget input[type="submit"]:hover { background-color: #fff; color: #333; }
I appreciate any help I can get to rectify this.
StephanieTreasureMemberI didn't upload the functions.php file, I just posted an excerpt above. Would it help to see the entire functions.php file?
May 9, 2014 at 7:37 am in reply to: Problem with changing the font color in the Stylesheet of Sample #104278StephanieTreasureMemberHi Tom,
Thanks so much for your reply / help.
I have saved the stylesheet in the original state before I started making changes so I can always go back to that. I find though that the way the Stylesheet is written, is a little cumbersome. Too many uniform commands. The way it was written a few years ago when I purchased my first Studiopress theme made it easier to edit specific sections.I will look into your suggestions.
-
AuthorPosts