Forum Replies Created
-
AuthorPosts
-
jbendinerMember
I am not an expert but i had a similar issue with Parallax
In my case the problem had to do with changes I made to padding and margins that affected the display of the various sections on ipads and mobiles. Once I restore the default settings the problem went awayHope this helps...
jbendinerMemberThank you Victor!
At first I thought the line would also display in NON BLOG pages, since it is applied to "Content.Entry".
Yet it does not - it only displays in the blog (which is exactly what I was looking for!).
Not sure why... but I'll take it!jbendinerMemberSolved it with a simple approach I found in a post by Neil Gee = WP Beaches.
jbendinerMemberYou helped me resolve this issue... thank you!
I had a BLOG page, but with all the changes I made to the theme it looked 'funny'.
So I chose to remove it and define a new one with the same name, as per your suggestion.I could not update the settings as you suggested because my home page is not static as would be required to do what you suggest.
However, creating a brand new Post page did the trick. Excluding categories is easy - and it works already.
Thank you.
JerryjbendinerMemberBut of course!
Thanks... works!jbendinerMemberThank you Christoph.
Interesting that Design Palette would force the hover text color and not the other button/hover features.I implemented your code change, still doesn't pick the color I want....
At least now I know where the color is coming from - and can manage by modifiying it there - at least for now...jbendinerMemberMarcy:
Exactly what I was looking for.
Thank you!!!jbendinerMemberThank you Brad. I will give it a try.
July 16, 2015 at 2:24 pm in reply to: Splitting the Parallax Pro footer widgets area into multiple columns #159596jbendinerMemberHi Angela
Don't recall how i resolved this but here is the code in my style.css for entire footer widget section
Hope this helps/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */.footer-widgets {
background-color: #f04848;
clear: both;
font-size: 24px;
padding: 100px 0;
text-align: center;
}.footer-widgets,
.footer-widgets a:hover {
color: #fff;
}.footer-widgets a {
color: #fff;
}.footer-widgets .widget {
margin-bottom: 40px;
}.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
margin-bottom: 0;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
width: 33%;}
.footer-widgets-1,
.footer-widgets-2 {
float: left;
}.footer-widgets-3 {
float: right;
}jbendinerMemberthank you Brad!
jbendinerMemberthank you Tom!
jbendinerMemberthank you Davinder.
jbendinerMemberOoooops!
I actually did figure it out.... with firebug ... and fixed it.
In the style.css file, section Entries adjusted the margin value:/* Entries
--------------------------------------------- */
.entry {
margin-bottom: 0px;
}Should have updated the post - my apologies graham.
jbendinerMemberThank you graham for your input.
I am curious why you suggest that the studiopress blog does NOT show all 5 blogs on the same page. It seems to me that they do, separating them with a horizontal line. Or am I missing something here?
In any event, that is exactly what I want to do... show all 5 on the same page. I don't have a problem having to click at the bottom of the page to display the next five but I would like all 5 on the same page. It seems simpler that 'infinite scroll', but can't figure how to do it.
May 20, 2015 at 8:51 pm in reply to: Splitting the Parallax Pro footer widgets area into multiple columns #153028jbendinerMemberthank you!
May 20, 2015 at 4:15 pm in reply to: Splitting the Parallax Pro footer widgets area into multiple columns #152978jbendinerMemberHi Johann,
I also tried to implement your code. I started with the basic desktop view of 3 widgets floating side by side, with the css code:.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
width: 33%;
}In my screen the 3 widgets show one under the other... any idea why?
jbendinerMemberJamie, worked like a charm... thank you!!!!
I am relatively new to Genesis, and not an expert coder but I do 'know my way around', so I am curious...
what is this 'body.gppro-custom' class?
I looked for it in function.php and documentation and couldn't find something meaningful.Regards,
JerryjbendinerMemberI am looking to do exactly the same thing with a custom menu.
Would you be willing to share with me how you did it?
Thank you.
JerryMay 20, 2015 at 5:58 am in reply to: Parallax – style custom menu in footer to align horizontally #152880jbendinerMemberHi Jodie,
I am looking to do the same thing in Parallax, but above the header.
How did you manage to display it horizontally?
Thanks!
JerryjbendinerMemberThat works!!!
Thank you!Note:
For our fellow genesis users that may be reading this post looking to do the exact same thing...
I added a couple of css statements to stretch the image and cover the whole background..../* Background Image for all pages ex Home
--------------------------------------------- */
.site-container {
background-image: url('images/myimage.jpg');
background-size: 100% 100%;
background-repeat: no-repeat;
} -
AuthorPosts