• 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

CDM

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 46 total)
← 1 2 3 →
  • Author
    Posts
  • May 8, 2015 at 10:46 pm in reply to: Featured Page Title Color #151156
    CDM
    Member

    Hi.. yes.. it was in the Genesis Pro settings.. I just didn't know where to look.. All fixed.. Thanks

    May 5, 2015 at 11:10 am in reply to: Simple Menus not working #150242
    CDM
    Member

    No...

    April 25, 2015 at 12:02 pm in reply to: How to get full width banner in News Pro solved #149158
    CDM
    Member

    Hi twoaussie... I think that 1700 is too wide. It is for our site. We are using 1138 x 190. So anyways... the code changes are all good, but I'm not sure about your width..

    CD

    April 14, 2015 at 5:32 pm in reply to: Genesis Responsive Slider Does not work in News Pro Theme #147929
    CDM
    Member

    Hi.. I'm using News Pro and the Responsive Slider works great except that it knocks out my Secondary Side Bar on the home page view. I'm not sure what to do here. I've put the slider in the Home Top Widget.. I understand why it has to knock out something. But my problem is that if someone comes to our site and just goes to the home page they will miss out on other important elements. (such as our Events calendar and News Feed).. So, is there some other place that I should relocate front page items to?

    Thanks in advance for your help

    Here is the site. The responsive slider will be up for testing all of today

    http://hcvadvocate.org/wordpress/

    April 8, 2015 at 12:15 pm in reply to: How to get full width banner in News Pro solved #147091
    CDM
    Member

    Hi Ditto. I noticed that the alternate banner images at different sizes were automatically generated by Genesis.. I think this is in the functions php.

    Anyways: if you have an iPad could you please check my site and tell me if it's resizing?

    All the best

    CD

    April 8, 2015 at 11:21 am in reply to: How to get full width banner in News Pro solved #147086
    CDM
    Member

    Oh I forgot: here's the link to my site in progress:
    http://hcvadvocate.org/wordpress/

    April 8, 2015 at 11:21 am in reply to: How to get full width banner in News Pro solved #147085
    CDM
    Member

    Mobile issue is now fixed.. Hello All: I contacted StudioPress support and they were great. They send me the following code changes (add/modify to what I put above) for the style.css Now there is no huge space below the banner on my phone. I haven't tested it on a tablet yet, so if any of you have a tablet and want to test it (or an iPad) please let me know!!!

    Here the code changes message from StudioPress Support:

    We usually suggest using the default logo size as this displays best on mobile devices.

    You will want to look for this code in your style.css file:

    .header-image .site-title a {
    background-position: center top !important;
    min-height: 190px;
    width: 100%;
    }

    and change to this:

    .header-image .site-title a {
    background-position: center top !important;
    background-size: contain !important;
    min-height: 190px;
    width: 100%;
    }

    You can try adding a new media query to the bottom of your style.css file after the last } bracket. This should help reduce the space and you may need to adjust this to have it display correctly. (make sure to include both closing }} brackets):


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

    .title-area {
    height: 80px;
    }
    }

    Here are a couple other resources with different options that may help in creating a full width responsive header:

    You could try this tutorial for adding multiple size headers to your theme: http://thepixelista.com/responsive-genesis-child-theme-logo/

    http://keypresswp.com/full-width-responsive-header-image-lifestyle-pro/

    You can also ask on the Community Forums, to see if another user has done something similar and can share the code: http://studiopress.community

    Please let us know if you have any other questions or problems – we'd be happy to help. You can open new tickets at http://my.studiopress.com/help/ . For CSS and theme customization help, check out our community forums at http://www.studiopress.community

    Regards,

    Corinne Olson
    Customer Success Specialist

    April 5, 2015 at 11:37 am in reply to: How to get full width banner in News Pro solved #146747
    CDM
    Member

    Hi Greg.. Have you asked the support people at StudioPress? I will eventually; I'm just giving them a rest from all the bugging I've been doing. But they have been very quick to respond. Also this forum. It might be something simple in the css, or it may involve a php tweak. Php is beyond me. Css I can do at an intermediate level.

    CD

    April 5, 2015 at 10:39 am in reply to: How to get full width banner in News Pro solved #146742
    CDM
    Member

    Hi Greg.. Yup.. Those are the remaining problems! You got it.. So when you or someone else figgers them out.. post them. .. I'm slowly developing the site and as of now I do not know the answers... But.. this forum is a great place and you never know.. Someone might figger them out soon.. and it might be me..

    All the best and keep us posted

    CD

    April 4, 2015 at 7:57 pm in reply to: Blog template problems #146708
    CDM
    Member

    Yes. I figgered that out.. but then I'm using my post page already as my main page (not my main page as a static page) so it's like I'm already using the blog template as my entry page.. No?

    Anyways: I'm mucking about.. The site is in development and the people on this forum are really really helpful..

    Thanks.. I'll play around with all of this and should figger it out

    CD

    April 4, 2015 at 11:17 am in reply to: Blog template problems #146666
    CDM
    Member

    That's what I did, Victor. But when I select the "blog template" the page doesn't show up anywhere.. Do I need to have a menu item called Blog?

    CD

    April 4, 2015 at 11:15 am in reply to: Simple Menus not working #146665
    CDM
    Member

    Hi I went to my Publications page and tried to assign what I call my "publications" menu to the primary navigation but I only see an option for assigning a secondary menu

    CD

    April 3, 2015 at 11:53 am in reply to: Template Missing for News Pro Theme #146572
    CDM
    Member

    Thanks... You know I tend to freak out and flood the internet with questions only to figure out the solutions myself when I am waiting for answers. OY!!!!!! I'll try to control myself.

    Everyone has been really helpful.. thanks a bunch!!

    CD

    April 3, 2015 at 10:02 am in reply to: Simple Menus not working #146561
    CDM
    Member

    Is there anyways to relocate the special menus to a widget that can be place elsewhere?

    CD

    April 3, 2015 at 9:57 am in reply to: Simple Menus not working #146560
    CDM
    Member

    Hi Victor. I've tried that and it hasn't worked. I'll try it again and let you know. I've tried to put a menu on my Publications page. I make a menu called Publications as a secondary nav menu and then select it for the page. Maybe I should make the menu a Primary menu but select it as a secondary on the Publications page? Is this what you mean? Because I don't want the menu to show up anywhere else other than the publications page and to be where the primary one normally is. Or will this not work? Does the menu on the Publications page have to be located where the secondary menu would normally be located (in my case above the banner

    CD

    April 2, 2015 at 11:42 pm in reply to: Need to change post title color in News Pro #146533
    CDM
    Member

    ha.. I'm so stupid. I had to set up the parent/child relationship in the pages first. So: I did that with Publications / Fact Sheets/ Easy C's etc. hahahahahah..

    Now I'll tweak.. But I still can't get my Simple Menus to work.. Or is this related to the parent/child thingy?

    CD

    April 2, 2015 at 9:27 pm in reply to: Need to change post title color in News Pro #146528
    CDM
    Member

    Hey man I really appreciate your helping us out!!! Yay!!! So, we got the banner fit. Now, we'll just tweak our banner design. Yup the menus.. I'm told we only have 2 menus and I really DO NOT LIKE the secondary menu.. So.. If I could get my main menu to sub sub.. that would be great.. Did you design News Pro? If you find the code section that controls this maybe you can send it to me and I can compare it to what's on my computer!

    Anyways: I got to shut down for the evening

    Later

    CD

    April 2, 2015 at 8:24 pm in reply to: Need to get the banner to fill the complete space #146526
    CDM
    Member

    Update: fixed the problem: Line 1077 in my css had padding 0 40px

    I changed that to padding 0 0px

    April 2, 2015 at 8:00 pm in reply to: Need to change post title color in News Pro #146524
    CDM
    Member

    Hi Cristoph: I just checked.. I can only have 1 sub item for each main Menu item. I cannot have a sub item of a sub item which is what I want and then to have that accordion out

    April 2, 2015 at 7:56 pm in reply to: Need to change post title color in News Pro #146523
    CDM
    Member

    hmm.. well there are no sub categories on my Menu 1 other than those which drop down.

    I shall give it another look (You've noticed that I am blind!!!)

    😉

    CD

  • Author
    Posts
Viewing 20 posts - 21 through 40 (of 46 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