• 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

MM

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 - 61 through 80 (of 123 total)
← 1 2 3 4 5 6 7 →
  • Author
    Posts
  • April 8, 2013 at 12:52 am in reply to: Page title on specific page not showing properly? #33912
    MM
    Member

    Should be live now - thanks for any ideas Megan

    April 8, 2013 at 12:00 am in reply to: Need to insert a post slider on Homepage – Eleven40? #33908
    MM
    Member

    Thank you Brad.

    Seems to have worked somewhat. Is there anyway to keep the primary sidebar section as it was?

    Cheers

    April 7, 2013 at 3:39 pm in reply to: Any Woocommerce Experts? Single Product CSS tips #33794
    MM
    Member

    Thks Anitac, live again now...

    April 5, 2013 at 10:01 am in reply to: Need to insert a post slider on Homepage – Eleven40? #33311
    MM
    Member

    Thks Brad.

    I think it's the genesis_before_loop hook.  I'm trying to place the widget (to insert the slider) in this section:

    - top is under current welcome text widget

    - bottom margin aligns with the bottom line of the twitter follow

    - side of widget section is the current layout line 3/4 towards page right

    Cheers!

    April 5, 2013 at 8:28 am in reply to: Need to insert a post slider on Homepage – Eleven40? #33297
    MM
    Member

    Thanks Brad.

    Experimented and yes all the above worked - if I wanted it kept with the welcome text. But need it below the parallel welcome text bars

    it seems I need to create a new widget section i.e rectangle section below the welcome text widget and left of the sidebar about me.

    Found some quite technical documentation on that. Are there any simple ways to do that? If that's required... ??

    Thanks again.

    March 30, 2013 at 6:09 am in reply to: How to change image link behaviours ? #32036
    MM
    Member

    Great, thanks Robin

    March 21, 2013 at 8:34 am in reply to: How to insert 'Next' post button near post headline? #29944
    MM
    Member

    Great place to start - that's perfect and customised quickly. Cheers!

    March 18, 2013 at 10:29 am in reply to: How to make your header / top nav always show? #29025
    MM
    Member

    Hi Chris

    Thanks for that. I've re-opened and here's the CSS:  http://diffchecker.com/77t52ar3

    Tried changing the below...

    .page-title {
    font-size: 24px;
    padding: 10px 20px;

    ... to padding 0px in the body section (as couldn't see elsewhere).

    That seemed to work when decreasing window size on desktop (but also messed up logo/site name padding), but no change on mobile/ipad.

    Appreciate any ideas. thks.

    March 18, 2013 at 6:50 am in reply to: Security for your WP site and wp-admin? #28956
    MM
    Member

    Thanks all, good advice.

    March 17, 2013 at 2:31 am in reply to: How to make your header / top nav always show? #28507
    MM
    Member

    Hi Chris,

    Video's using a slider plugin so haven't figured out manipulation there yet - getting close.

    Don't suppose you know how to change code in the responsive section (this is eleven40 theme) to the gap in header issue?

    Thks, M

    March 17, 2013 at 2:28 am in reply to: Consistency across Home.php featured post displays and categories / page 2 etc #28506
    MM
    Member

    ANSWER:

    See... http://www.studiopress.community/topic/how-to-remove-genesis-grid-loop-on-page-2/

    March 17, 2013 at 2:27 am in reply to: how to remove genesis grid loop on page 2? #28505
    MM
    Member

    Hi Anyone - note from CopyBlogger Support on this issue:

     
    However, if you don't want the grid loop, then you can remove it from home.php.
    > > 
    > > I believe you're running Eleven40 correct?
    > > 
    > > If so you can just rename home.php to home.txt.

    March 15, 2013 at 11:05 am in reply to: Grid Loop: Using Add/Remove Actions On Post Classes? #27177
    MM
    Member

    Hi Blogjunkie,

    Sound like you know what you're doing! I don't suppose you can advise on this problem?

    http://www.studiopress.community/topic/how-to-remove-genesis-grid-loop-on-page-2/

    Thanks, MM

    March 15, 2013 at 9:22 am in reply to: how to remove genesis grid loop on page 2? #27149
    MM
    Member

    Thanks Anita. Experimented with the Plugin, alas doesn't fix anything. Any ideas out there?

    March 13, 2013 at 4:49 pm in reply to: How to make your header / top nav always show? #26069
    MM
    Member

    No worries. The z-index: 100; fix worked for both social icon overlap, and for the videos (except the arrow buttons!). So close to perfect - thanks!

    March 13, 2013 at 4:04 pm in reply to: How to make your header / top nav always show? #26048
    MM
    Member

    Thanks Chris, menu's are sorted.  I see what you mean re firefox - no idea. If you find answers, I'm all ears 😉

     

     

    March 13, 2013 at 3:37 pm in reply to: How to make your header / top nav always show? #26035
    MM
    Member

    Hi Chris,

     

    Thanks again - you've educated me on Wraps, Inner and code in the right places 😉

    Played with bg.png and pixels removed. That should be sufficient trickery for now.

    1 error though...

    The menus now only show 1 level of dropdown each time - couldn't find answers on this issue?

     

    Thks, Mike

     

    Also, for Eleven40 users, I changed the below margin-top from 50px to 85px to regain pre-edit spacing.

     

    /* Inner
    ------------------------------------------------------------ */

    /** added **/
    #inner {
    clear: both;
    margin-top: 85px;
    }

    #inner .wrap {
    border-bottom: double #ddd;
    margin: 0 auto 30px;
    overflow: hidden;
    }

     

    March 13, 2013 at 1:32 pm in reply to: How to make your header / top nav always show? #25920
    MM
    Member

    Hi Chris - thanks again.

    Turns out it doesn't make sense. Probably user error... but ends up in chaos. Have reset the site.

    Just trying to get the full black bar with orange box / logo section, and my custom menu, sticking as users scroll.

    Have put CSS (version without sticky menu attempts) here  http://diffchecker.com/5cv2e21n 

     

    Think misunderstanding is where to put your code sections suggested. Suggested CSS placement in the link above?

     

    Figure if the black bar sticks, that will remove the white dots issue you mentioned also. THANK YOU for helping.

     

    Michael

     

    March 13, 2013 at 12:22 pm in reply to: How to make your header / top nav always show? #25899
    MM
    Member

    Thanks Chris - will have a crack at the above and report results 😉 Much appreciated!

    March 13, 2013 at 10:29 am in reply to: How to make your header / top nav always show? #25874
    MM
    Member

    Awesome, thanks Chris. Almost there! Any idea what's wrong here: mikemetcalfe.co ? Thks.

  • Author
    Posts
Viewing 20 posts - 61 through 80 (of 123 total)
← 1 2 3 4 5 6 7 →
« Previous Page

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 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