• 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

detroitwidget

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 - 1 through 20 (of 42 total)
1 2 3 →
  • Author
    Posts
  • May 20, 2018 at 7:02 pm in reply to: Modify Digital Pro widget layout #220110
    detroitwidget
    Member

    Excellent! Thank you Brad.

    November 21, 2017 at 8:18 pm in reply to: WordPress 4.9 CSS #213856
    detroitwidget
    Member

    In WordPress 4.9, this is also a problem in the latest version of Chrome for Mac.

    Searching a CSS file in edit mode only scans the viewport. Great. More improvements.

    September 28, 2017 at 1:20 pm in reply to: Navigation menu links not working in Chrome #211969
    detroitwidget
    Member

    Or, depending on your perspective, you could say it was a known issue with many Genesis child themes.

    In any case, StudioPress doesn't seem concerned enough to fix it.

    September 26, 2017 at 2:45 pm in reply to: Smooth Scroll Altitude Pro Home Page #211878
    detroitwidget
    Member

    You're not imagining things.

    This is a known issue with several Genesis child themes (especially earlier versions) that rely on home page ID anchors. The problem is compounded by the latest version of Chrome (v61) which tends to render some scrolling anchors nonfunctional.

    StudioPress has confirmed these issues, but to my knowledge hasn't issued an official fix.

    You might try contacting support directly.

    September 23, 2017 at 9:31 am in reply to: How to prepare my website for the new  iPhone X? #211796
    detroitwidget
    Member

    Thanks.

    September 23, 2017 at 7:11 am in reply to: How to prepare my website for the new  iPhone X? #211788
    detroitwidget
    Member

    Interesting.

    Victor - Where did you find this filter?

    September 14, 2017 at 10:42 am in reply to: Site doesn't load after Genesis upgrade #211470
    detroitwidget
    Member

    Try:

    https://wordpress.stackexchange.com/questions/220352/infinite-loop-after-genesis-theme-upgrade

    September 14, 2017 at 7:13 am in reply to: Link anchors in Chrome? #211443
    detroitwidget
    Member

    This is a known issue with Chrome 61 and has been confirmed by StudioPress. It may affect earlier versions of the following child themes (and possibly others) that rely on home page ID anchors:

    - Altitude Pro
    - Atmosphere Pro
    - Cafe Pro

    Updating the child theme may resolve the issue. If not, contact StudioPress support -- They were very helpful.

    July 27, 2017 at 2:00 pm in reply to: Just installed the Enterprise Pro Theme Heading is Wrapping #209645
    detroitwidget
    Member

    If by "heading" you mean your site title, the simplest way would be to reduce the font size to 34px or less. See line 1042 in style.css:

    .site-title {
        font-family: 'Titillium Web', sans-serif;
        font-size: 36px;
        font-weight: 700;
        line-height: 1.2;
    }
    June 10, 2017 at 12:01 pm in reply to: Heads Up, WordPress 4.8 Text Widget May Mess Up your Site #207563
    detroitwidget
    Member

    Thanks Victor.

    The text widget "improvements" in WP 4.8 also remove all "i" tags, which are used in many Genesis theme setup guides to insert icon fonts. For example, the 6 panels in widget area 4 on the front page of the popular Infinity Pro theme.

    https://demo.studiopress.com/infinity/

    What a mess.

    April 5, 2017 at 10:50 am in reply to: Seeking simple shopping cart theme for "pro bono" client site #204341
    detroitwidget
    Member

    You still need WooCommerce, but you won't need Genesis Connect any longer.

    This may be incorrect. According to StudioPress support, the Genesis Connect plugin is still required.

    March 3, 2017 at 12:35 pm in reply to: Just getting started-dazed and confused #202410
    detroitwidget
    Member

    A "Genesis for Beginners" guide is available for download here:

    http://my.studiopress.com/support/

    March 1, 2017 at 7:57 pm in reply to: Intro: Jack Griffin – Editor of CupExperience.com #202304
    detroitwidget
    Member

    Welcome Jack.

    I'm a big America's Cup fan and was mesmerized by the US team's comeback in 2013. It's a pleasure to meet someone involved in the event.

    I'm not a millennial either. =8-)

    Phil

    January 30, 2017 at 12:31 pm in reply to: Infinity Pro "Front Page 3" Bug #200269
    detroitwidget
    Member

    I recently updated to Infinity Pro v1.1.0 from v1.0.0. The new version created some odd front page behavior so I submitted a ticket to StudioPress support on Jan 28.

    Infinity Pro has just been updated (as were a dozen other themes) to v1.1.1.

    The latest version (1.1.1) seems to have fixed my issues. It may (or may not) solve the problems you are having.

    January 27, 2017 at 7:12 pm in reply to: Infinity Pro "Front Page 3" Bug #200151
    detroitwidget
    Member

    You appear to be using version 1.1.0 of Infinity Pro. Is that correct?

    January 24, 2017 at 8:18 pm in reply to: Replicate a site on different domain #199970
    detroitwidget
    Member

    Cemal,

    I realize I'm a bit late to this conversation, but when you do a "search and replace" on the database, how EXACTLY do you accomplish this?

    Some of the data (including domains and URLs) stored by PHP in the MySQL database is "serialized" and can be damaged by using a text editor (or similar) to do a simple search and replace. This can lead to all sorts of unexpected behavior.

    January 24, 2017 at 7:31 pm in reply to: Infinity Pro "Front Page 3" Bug #199965
    detroitwidget
    Member

    I see what you mean.

    Something's not quite right on your home page. You may have somehow interfered with the "skip link" functionality.

    For now, try disabling :focus in style.css (or the Chrome Inspector):

    
    :focus {
        color: #000;
        outline: #ccc solid 1px;
    }
    

    Also, there's nothing magic about clicking the menu bar or browser address bar -- You're simply removing focus from the affected element. Click anywhere outside of front-page-3, it loses focus, and the text returns to white.

    January 18, 2017 at 5:38 pm in reply to: Wellness Pro — Are dashicons only black? #199633
    detroitwidget
    Member

    Hi Alvin,

    Are you using the Autoptimize plugin? If so, you might consider disabling it. That would make things much easier to diagnose. Besides, concatenating and minifying scripts should be a low priority at this point.

    That said, I think Victor's correct, your solution lies in here somewhere:

    
    .genesis-nav-menu .sub-menu:after,
    .genesis-nav-menu .sub-menu:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        border-bottom-color: #000;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }
    
    .genesis-nav-menu .sub-menu:after {
        border-width: 10px;
        margin-left: -10px
    }
    
    .genesis-nav-menu .sub-menu:before {
        border-width: 11px;
        margin-left: -11px
    }
    
    .genesis-nav-menu .sub-menu .sub-menu:after,
    .genesis-nav-menu .sub-menu .sub-menu:before {
        display: none
    }
    

    I hope this helps.

    January 18, 2017 at 11:29 am in reply to: Streamline Pro Update? #199619
    detroitwidget
    Member

    < Child themes are rarely, if ever updated. >

    That may no longer be an accurate statement (if it ever was). The following five Genesis child themes had significant updates just two days ago:

    Atmosphere Pro
    Digital Pro
    Infinity Pro
    Smart Passive Income Pro
    Wellness Pro

    Updating child themes to better accommodate WooCommerce will become more and more commonplace.

    As far as insight goes, there's plenty to be had by reading Brian Gardner's blog, his regular "StudioPress Notes" email messages, and the official Genesis Facebook page.

    January 3, 2017 at 4:43 pm in reply to: overloaded element of WP_Hook message #198723
    detroitwidget
    Member

    Try a Google search for: Indirect modification of overloaded element of WP_Hook has no effect

    There are a couple recent articles discussing a similar issue.

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 42 total)
1 2 3 →

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