Forum Replies Created
-
AuthorPosts
-
kenziejoyParticipant
Thank you very much - I'm working on putting that together now.
Just wondering though - how do I edit these? Normally I customize widgets to configure the front page. Maybe it will become clear once I add the new templates...or maybe I should create a specific template for both the organization and individual pages (they have slightly different contents.
March 7, 2016 at 3:24 pm in reply to: Making the images brighter on home page in altitude theme #180821kenziejoyParticipantHi,
I just did this - Not sure about specifying the top image only, but if you want to lighten the gradient overall
Look for this class in your editor - the gradient started as 0.2, 0.5, 0.7, 0.9 or something like that. If you just up the numbers it will lighten the gradient at each level - just make sure you do it for all the various kits (you'll see what I mean the same thing is repeated for all the browsers).image-section { background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0.7) 100%);
December 2, 2015 at 7:18 pm in reply to: Adding formats to the visual editor – span styles not working #172547kenziejoyParticipantAhhh, I think it was the specificity that got me because everything else seemed to be working. Ok - thank you, I will try that.
November 29, 2015 at 12:12 pm in reply to: Adding formats to the visual editor – span styles not working #172207kenziejoyParticipantWell it does, because I specifically want to know if there is any reason that Genesis does not allow this. Is there a setting in the Genesis framework that I need to adjust in order to make this work - because the directions are for vanilla WordPress.
kenziejoyParticipantThis reply has been marked as private.March 29, 2015 at 10:40 am in reply to: First theme customization – feedback and suggestions to optimize welcome #146006kenziejoyParticipantThanks!
kenziejoyParticipantThank you very much,
I did both those things and it worked finally!Now I just need to figure out why it isn't pushed to the left of the box. Right now the site header background is set to white so it blends with the picture, but if I color it you can see the that the image is pushed to the right. I think it has to do with floats...I'm gonna play around.
kenziejoyParticipantThank you very much, That worked.
It didn't work when I put it in the stylesheet - but the mail form itself had a style sheet in the text widget and it worked when I put it in there.February 8, 2015 at 5:11 pm in reply to: Limit number of posts on frontpage (already limited in settings) #140116kenziejoyParticipantEducation Pro
I may end up just taking recent posts off the front page entirely and replacing them with some social media feeds. We just don't want the first page to be so long.
February 8, 2015 at 11:03 am in reply to: Limit number of posts on frontpage (already limited in settings) #140093kenziejoyParticipantThank you very much,
My problem is that nothing seems to work. I've set the Reading Settings, and the Theme settings and I've put a pre_get_posts function in the functions.php like it showed in the video...and the front page is still showing 10 posts. No chance there is a another way?
kenziejoyParticipantThanks!
-
AuthorPosts