• 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

Nick Davis

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 70 total)
1 2 3 4 →
  • Author
    Posts
  • April 28, 2015 at 4:23 am in reply to: My simple social icons not working? #149377
    Nick Davis
    Member

    You're welcome, you can mark this thread as resolved if this is now sorted.


    @iamnickdavis. I share the best new Genesis stuff weekly at GenesisWP.guide
    I also offer Genesis theme setup and Photoshop (PSD) to Genesis conversions

    April 28, 2015 at 4:13 am in reply to: made changes on the style sheet, but nothing changes #149373
    Nick Davis
    Member

    What host are you with?

    Your host (or your web browser) might be caching an old version of the style sheet, if that's the case you wouldn't see the changes.

    I know hosts like SiteGround, WP Engine etc all have 'Clear cache' buttons. You could also try clearing the cache in your browser.


    @iamnickdavis. I share the best new Genesis stuff weekly at GenesisWP.guide
    I also offer Genesis theme setup and Photoshop (PSD) to Genesis conversions

    April 28, 2015 at 4:10 am in reply to: My simple social icons not working? #149369
    Nick Davis
    Member

    Hi Justine,

    You probably already checked yourself, but are you sure you the Simple Social Icons widget in the Header Right widget area?

    I'm not seeing anything in the code.

    Nick


    @iamnickdavis. I share the best new Genesis stuff weekly at GenesisWP.guide
    I also offer Genesis theme setup and Photoshop (PSD) to Genesis conversions

    April 28, 2015 at 4:06 am in reply to: Disqus issue #149368
    Nick Davis
    Member

    Add this to your CSS file (style.css in your theme folder) and then clear your caches etc and you should see padding.

    #disqus_thread { padding: 50px; }


    @iamnickdavis. I share the best new Genesis stuff weekly at GenesisWP.guide
    I also offer Genesis theme setup and Photoshop (PSD) to Genesis conversions

    April 27, 2015 at 3:16 pm in reply to: Header Problem on Mobile #149327
    Nick Davis
    Member

    I've only had a quick look but It looks like it's ignoring anything inside this statement:

    @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px) {

    Without having more time to dig into it I'd try and find why it's doing that (perhaps a bug higher up?), perhaps simplify the statement to see if that helps, e.g.:

    @media only screen and (max-width : 480px) {


    @iamnickdavis. I share the best new Genesis stuff weekly at GenesisWP.guide
    I also offer Genesis theme setup and Photoshop (PSD) to Genesis conversions

    April 27, 2015 at 2:55 pm in reply to: Prose theme – how to make blog images responsive #149325
    Nick Davis
    Member

    Hey

    I just tried this on my iPhone now, browsing the first post all the images were resizing perfectly.

    Are you still having the problem?

    If so, is there a particular page you're having trouble with?

    Cheers,

    Nick


    @iamnickdavis. I share the best new Genesis stuff weekly at GenesisWP.guide
    I also offer Genesis theme setup and Photoshop (PSD) to Genesis conversions

    April 27, 2015 at 12:05 pm in reply to: Disqus issue #149310
    Nick Davis
    Member

    I'm not seeing Disqus on your site so can't debug.

    if you've solved the issue or you're no longer looking for a solution please mark this as resolved.


    @iamnickdavis. I share the best new Genesis stuff weekly at GenesisWP.guide
    I also offer Genesis theme setup and Photoshop (PSD) to Genesis conversions

    February 23, 2015 at 3:20 am in reply to: How to show summary instead of full blog post on archive pages #141835
    Nick Davis
    Member

    For a full rundown of Genesis I'd recommend the following:

    Genesis Explained: The Genesis Theme Framework

    Genesis 2.0 Explained

    There's also a book by Gary Jones:

    https://leanpub.com/changesingenesis20

    And some snippets here:

    Code Snippets

    If you have the 'all themes' package by StudioPress you can also look at the code in other themes to see how things are achieved, plus finally you can ask on:

    - the Facebook group: https://www.facebook.com/groups/genesiswp/
    - on Slack: http://goo.gl/forms/7uQ1IEm5cy
    - and of course on here


    @iamnickdavis. I share the best new Genesis stuff weekly at GenesisWP.guide
    I also offer Genesis theme setup and Photoshop (PSD) to Genesis conversions

    February 5, 2015 at 12:00 pm in reply to: Altitude and Simple Social Icons #139825
    Nick Davis
    Member

    Looks like the same Simple Social Icon styles are in the Parallax Pro theme (which was released first), where a 'parallax-home' class is set in front-page.php so perhaps it's a hangover from that?

    If you check in Altitude Pro's front-page.php, a homepage body class is set, 'front-page', but no '-home' class so I think it's fairly safe to assume that the part of the stylesheet you posted from Altitude Pro is not needed and could probably even be removed if you wish.


    @iamnickdavis. I share the best new Genesis stuff weekly at GenesisWP.guide
    I also offer Genesis theme setup and Photoshop (PSD) to Genesis conversions

    February 5, 2015 at 11:39 am in reply to: Featured post widget question please #139819
    Nick Davis
    Member

    No problem, you're very welcome.


    @iamnickdavis. I share the best new Genesis stuff weekly at GenesisWP.guide
    I also offer Genesis theme setup and Photoshop (PSD) to Genesis conversions

    February 5, 2015 at 11:38 am in reply to: Beautiful Pro and Changing the Font #139818
    Nick Davis
    Member

    No problem, glad you managed to get it sorted!


    @iamnickdavis. I share the best new Genesis stuff weekly at GenesisWP.guide
    I also offer Genesis theme setup and Photoshop (PSD) to Genesis conversions

    February 5, 2015 at 4:17 am in reply to: Featured post widget question please #139777
    Nick Davis
    Member

    Here is the code again (link didn't post for some reason):

    https://gist.github.com/nickdavis/fcf9d8c6c769bd77f146


    @iamnickdavis. I share the best new Genesis stuff weekly at GenesisWP.guide
    I also offer Genesis theme setup and Photoshop (PSD) to Genesis conversions

    February 5, 2015 at 4:16 am in reply to: Featured post widget question please #139776
    Nick Davis
    Member

    Try this adding the following to the end of your theme's stylesheet:

    The end result should be something like:

    https://dl.dropboxusercontent.com/s/qemetedk8b23274/2015-02-05%20at%2011.15.png


    @iamnickdavis. I share the best new Genesis stuff weekly at GenesisWP.guide
    I also offer Genesis theme setup and Photoshop (PSD) to Genesis conversions

    February 4, 2015 at 6:29 am in reply to: Featured post widget question please #139635
    Nick Davis
    Member

    Can you activate the Post Info in the “Featured Post Widget” Home Top widget area?


    @iamnickdavis. I share the best new Genesis stuff weekly at GenesisWP.guide
    I also offer Genesis theme setup and Photoshop (PSD) to Genesis conversions

    February 4, 2015 at 2:38 am in reply to: How to show summary instead of full blog post on archive pages #139624
    Nick Davis
    Member

    Hello again 🙂

    Looks like you've been able to do this one?

    Let me know if you still need help though.


    @iamnickdavis. I share the best new Genesis stuff weekly at GenesisWP.guide
    I also offer Genesis theme setup and Photoshop (PSD) to Genesis conversions

    February 4, 2015 at 2:36 am in reply to: Featured post widget question please #139622
    Nick Davis
    Member

    Can you post your website link and I'll see if there's an easy way to do it for you.


    @iamnickdavis. I share the best new Genesis stuff weekly at GenesisWP.guide
    I also offer Genesis theme setup and Photoshop (PSD) to Genesis conversions

    February 4, 2015 at 2:33 am in reply to: Remove "You Are Here" Box #139621
    Nick Davis
    Member

    After logging in to the WordPress admin, go to:

    - Genesis > Theme Settings (on the left hand menu)
    - then scroll to Breadcrumbs
    - uncheck all the boxes
    - Click 'Save Settings'


    @iamnickdavis. I share the best new Genesis stuff weekly at GenesisWP.guide
    I also offer Genesis theme setup and Photoshop (PSD) to Genesis conversions

    February 3, 2015 at 1:59 pm in reply to: Parent Title everywhere but HOME #139541
    Nick Davis
    Member

    Glad to have helped 🙂


    @iamnickdavis. I share the best new Genesis stuff weekly at GenesisWP.guide
    I also offer Genesis theme setup and Photoshop (PSD) to Genesis conversions

    February 3, 2015 at 3:41 am in reply to: Beautiful Pro and Changing the Font #139495
    Nick Davis
    Member

    Hi Kym,

    Looks like you were able to sort this?

    Let me know if you still need help though and I'll do my best to help.


    @iamnickdavis. I share the best new Genesis stuff weekly at GenesisWP.guide
    I also offer Genesis theme setup and Photoshop (PSD) to Genesis conversions

    February 3, 2015 at 2:37 am in reply to: Executive Theme: CSS not loading after updating functions & css sheetset #139492
    Nick Davis
    Member

    It's difficult to say the (ultimate) cause but it looks like it might be related with an issue to do with your CDN. For example, the following link, pulled from your code, should show an image but shows nothing:

    http://85584299.r.cdn77.net/wp-content/uploads/2014/09/Singapore-150x99.jpg

    0) If you use any CDN service / plugin contact them or disable it
    1) Try contacting your host if you haven't already and asking them to check / disable the CDN
    2) Disabling all plugins (and then re-enabling one by one to see if any particular one causes you an issue)
    3) Try switching to another theme and then back again
    4) Try re-saving permalinks (Settings > Permalinks > Save Changes)
    5) Go to Settings > General and check the WordPress Address (URL) / Site Address (URL) are correct

    If you are not sure about any of these steps backup first.

    Good luck and hope you get it sorted.


    @iamnickdavis. I share the best new Genesis stuff weekly at GenesisWP.guide
    I also offer Genesis theme setup and Photoshop (PSD) to Genesis conversions

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

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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