• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

jbendiner

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 20 posts - 21 through 40 (of 57 total)
← 1 2 3 →
  • Author
    Posts
  • August 2, 2015 at 9:36 pm in reply to: Parallax Pro not responsive for mobile/iPad #161190
    jbendiner
    Member

    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 away

    Hope this helps...

    August 1, 2015 at 9:07 pm in reply to: Line Between Posts in Blog #161154
    jbendiner
    Member

    Thank 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!

    August 1, 2015 at 4:42 pm in reply to: Adding "Read More" Link to Parallax Post Excerpts #161147
    jbendiner
    Member

    Solved it with a simple approach I found in a post by Neil Gee = WP Beaches.

    July 31, 2015 at 10:11 pm in reply to: Difficulty Displaying the Posts I Want #161120
    jbendiner
    Member

    You 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.
    Jerry

    July 31, 2015 at 10:04 am in reply to: Button SubClass Not Working #161070
    jbendiner
    Member

    But of course!
    Thanks... works!

    July 31, 2015 at 9:53 am in reply to: Button SubClass Not Working #161065
    jbendiner
    Member

    Thank 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...

    July 30, 2015 at 2:34 pm in reply to: Adding New Button Class in Parallax #160980
    jbendiner
    Member

    Marcy:
    Exactly what I was looking for.
    Thank you!!!

    July 17, 2015 at 5:34 am in reply to: 3 column post display in Parallax #159647
    jbendiner
    Member

    Thank 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 #159596
    jbendiner
    Member

    Hi 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;
    }

    July 8, 2015 at 6:12 pm in reply to: Rotating Text in Home Page Widget #158852
    jbendiner
    Member

    thank you Brad!

    July 5, 2015 at 2:30 pm in reply to: Removing Parallax Effect in Home Page Text Widget #158435
    jbendiner
    Member

    thank you Tom!

    July 5, 2015 at 8:32 am in reply to: Background Image in Enhanced Text Widget #158399
    jbendiner
    Member

    thank you Davinder.

    May 22, 2015 at 5:52 pm in reply to: Parallax Blog Template Page #153340
    jbendiner
    Member

    Ooooops!
    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.

    May 22, 2015 at 5:24 am in reply to: Parallax Blog Template Page #153231
    jbendiner
    Member

    Thank 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 #153028
    jbendiner
    Member

    thank you!

    May 20, 2015 at 4:15 pm in reply to: Splitting the Parallax Pro footer widgets area into multiple columns #152978
    jbendiner
    Member

    Hi 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?

    http://www.logisticsnetworkdesign.com

    May 20, 2015 at 1:16 pm in reply to: Sticky Secondary Nav Menu in Parallax Pro #152942
    jbendiner
    Member

    Jamie, 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,
    Jerry

    May 20, 2015 at 6:00 am in reply to: Display custom menu in header widget as horizontal bar #152881
    jbendiner
    Member

    I 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.
    Jerry

    May 20, 2015 at 5:58 am in reply to: Parallax – style custom menu in footer to align horizontally #152880
    jbendiner
    Member

    Hi Jodie,
    I am looking to do the same thing in Parallax, but above the header.
    How did you manage to display it horizontally?
    Thanks!
    Jerry

    May 19, 2015 at 7:47 am in reply to: Background Image in Parallax Pro ex Home Page #152745
    jbendiner
    Member

    That 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;
    }

  • Author
    Posts
Viewing 20 posts - 21 through 40 (of 57 total)
← 1 2 3 →
« Previous Page

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble