• 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

danielleB

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 - 41 through 60 (of 66 total)
← 1 2 3 4 →
  • Author
    Posts
  • November 10, 2015 at 10:11 am in reply to: File permission problem #170675
    danielleB
    Participant

    Thanks Porter. Where do I find the group/owner settings?


    Danielle

    November 9, 2015 at 9:42 am in reply to: Genesis Corporate Theme – Is it Responsive? Where is it? #170569
    danielleB
    Participant

    I purchased it about a year ago, but my website took about a year to develop. What happens now? It sounds like I just put a lot of work into a project that is already dated. How difficult (and expensive) is it to make a theme responsive? I must admit that not knowing much about WordPress when I started this project, I didn't see this coming.


    Danielle

    November 4, 2015 at 4:51 pm in reply to: Genesis Corporate Theme – Is it Responsive? Where is it? #170179
    danielleB
    Participant

    I just built and launched (yesterday) a website using the corporate theme. As far as I knew, it was responsive and html5, but perhaps I have the wrong definition of responsive. Anyway, it works well, and looks great on my iphone and ipad. Check it out. http://www.mrcpontiac.qc.ca. I am concerned about the fact that it was retired. Does that mean that there will no longer be any support for this theme?


    Danielle

    October 16, 2015 at 2:37 pm in reply to: Help: Featured Images Not Appearing! #168312
    danielleB
    Participant

    I found a way around it, but it isn't ideal in my situation.

    What I want: Full image in individual posts and a thumbnail image in the blog page along with the excerpt.

    As suggested above, I removed the featured image and added the media in the content of my post; the image appears as it should in the post.

    In the dashboard Genesis/Theme Settings, in Content Archives I specified 'Display Content' and 'Include the Featured Image'/Thumbnail etc.

    The reason this is not ideal is that unless you specify the number of characters to show (e.g., 700), which then limits every excerpt to the same number of characters, then the entire post shows up along with the thumbnail and the full-size image. I didn't specify the number of characters to show at first because I want to control where the excerpt breaks using the manual break in the post content editor.


    Danielle

    October 16, 2015 at 1:46 pm in reply to: Help: Featured Images Not Appearing! #168308
    danielleB
    Participant

    I am having the same problem. The featured image does not appear on the individual post page. The image only appears on the post page if I add it (add media) in the post content. The problem is that then, both the thumbnail AND the full image appear on my blog page side by side, when all I want on the blogpage is the thumbnail.

    How can I add the full size image to the post page and only a thumbnail in the blog page?

    Thanks!

    Danielle


    Danielle

    October 13, 2015 at 12:35 pm in reply to: Post titles don't show up on blog-template page #168065
    danielleB
    Participant

    Problem resolved by deactivating the Genesis Title Toggle plugin.


    Danielle

    October 13, 2015 at 12:28 pm in reply to: Post titles don't show up on blog-template page #168060
    danielleB
    Participant

    This question has been asked many times without resolutions anywhere it seems. An update to my question: I thought that it worked in English, but not French, when in fact, post titles are not showing up on the blog page at all in any language.

    I do have Genesis Title Toggle installed and it works fine. It's only the post titles that don't appear on the blog page.

    I really need help quickly with this as I'm about to go live with the site.

    Thank you,


    Danielle

    August 19, 2015 at 12:26 pm in reply to: Corporate Theme – Header Text #162878
    danielleB
    Participant

    I'm having the same problem. I have a customer header image, but the site title and tagline still displays on top of my image file despite un-ticking the 'display header text'. The only way I have managed to definitely remove it is to erase the site title in the SETTINGS/GENERAL page, which, obviously I don't want to do.

    I have a note in my stylesheet that I have disabled this function in the theme's function .php file. I don't remember doing this and can't find it in the .php file.

    Can anyone help?


    Danielle

    May 1, 2015 at 8:15 am in reply to: eCommerce plug-in? #149716
    danielleB
    Participant

    Thank you, Christoph!


    Danielle

    January 8, 2015 at 9:36 pm in reply to: Search box text translation #136445
    danielleB
    Participant

    Yay! Thank you for the lead. It works great.


    Danielle

    November 18, 2014 at 10:34 pm in reply to: Logo instead of text in title area #132070
    danielleB
    Participant

    Solved the problem by creating a larger transparent 'box' around the logo and uploading larger image. If there's a way to tweak the CSS to position the logo, I'd still like to know.


    Danielle

    October 28, 2014 at 11:26 am in reply to: Corporate Theme Credits #129609
    danielleB
    Participant

    Ah! I didn't realize I could easily edit in the 'simple edits' plugin by adding text and HTML. Thank you!


    Danielle

    September 28, 2014 at 12:28 pm in reply to: Announcement Widget Recommendation #126070
    danielleB
    Participant

    Thank you, Kellylise for the nice list. Foobar seems to offer the most styling and usage options, but the genesis bacon bar will also be useful for another client's site.


    Danielle

    September 20, 2014 at 8:32 am in reply to: Corporate Theme – Drop Down Menu doesn't display correctly #125136
    danielleB
    Participant

    UPDATE...

    I suspect it's the actual size of the drop-down box that prevents the sub-menu from displaying correctly.

    Where in the CSS would I find the correct place to resize the drop-down menu box? Here is the current code for primary navigation:

    /* Primary Navigation
    ------------------------------------------------------------ */

    #nav {
    background: url(images/nav.png);
    border-top: 1px solid #fff;
    clear: both;
    color: #fff;
    font-family: 'Droid Sans', arial, serif;
    font-size: 12px;
    margin: 0 auto;
    overflow: hidden;
    width: 1400px;
    }

    #nav ul {
    float: left;
    margin: 0 0 0 160px;
    width: 100%;
    }

    #nav li {
    border-right: 1px solid #333;
    float: left;
    list-style-type: none;
    }

    #nav li li {
    border: none;
    /*border-top: 1px solid #fff;*/
    margin: auto -160px;
    }

    #nav li a {
    border-right: 1px solid #000;
    color: #fff;
    display: block;
    padding: 11px 20px 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    }

    #nav li a:hover,
    #nav li a:active,
    #nav .current_page_item a,
    #nav .current-cat a,
    #nav .current-menu-item a {
    background: url(images/nav-hover.png);
    color: #fff;
    }

    #nav li a .sf-sub-indicator {
    display: block;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    }

    #nav li li a,
    #nav li li a:link,
    #nav li li a:visited {
    background: none;
    background-color: #333;
    border: 1px solid #111;
    border-top-width: 0;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px 5px;
    position: relative;
    text-transform: none;
    width: 138px;
    }

    #nav li li a:hover,
    #nav li li a:active {
    background: none;
    background-color: #111;
    color: #fff;
    }

    #nav li ul {
    height: auto;
    left: -9999px;
    position: absolute;
    width: 160px;
    z-index: 9999;
    }

    #nav li ul a {
    width: 140px;
    }

    #nav li ul ul {
    margin: -32px 0 0 159px;
    }

    #nav li:hover>ul,
    #nav li.sfHover ul {
    left: auto;
    }

    /* Primary Navigation Extras
    ------------------------------------------------------------ */

    #nav li.right {
    float: right;
    padding: 10px 10px 8px;
    }

    #nav li.right a {
    background: none;
    border: none;
    display: inline;
    text-decoration: none;
    }

    #nav li.right a:hover {
    color: #444;
    text-decoration: none;
    }

    #nav li.search {
    padding: 0 10px;
    }

    #nav li.rss a {
    background: url(images/rss.png) no-repeat center left;
    margin: 0 0 0 10px;
    padding: 0 0 0 16px;
    }

    #nav li.twitter a {
    background: url(images/twitter-nav.png) no-repeat center left;
    padding: 0 0 0 20px;
    }


    Danielle

    September 18, 2014 at 4:02 pm in reply to: Corporate Theme – Full Width Header #124963
    danielleB
    Participant

    1) I managed to remove the padding around the header and go full width by changing the wrap and header width to 1500 px. At that width, the page looks good on my computer, but what guarantees that it will look good on others? Is there an optimum page width or is there a way to specify 100 % width to ensure that the page looks good on any monitor?

    2) There was already a custom-header function in the functions.php file, so it was easy to change the width of the header. Now I'm wondering how to change the main nav menu?


    Danielle

    April 1, 2014 at 5:57 pm in reply to: Architecture showcase | Custom template + Maps #97979
    danielleB
    Participant

    I love this. I am also a big fan of architecture and I like how your site's visual design doesn't interfere with your project galleries. They remain the star. I'm in awe of your homepage, in fact I'd like to know how you did it!

    In addition to designing websites, I'm also a marketing-communication specialist. If there's a suggestion I can offer, it's that your 'about' page should focus on your work first and then you last. Let me explain. I'd move your first and the beginning of your second paragraph to the end in complement/support to a strong opening pitch about your work, e.g., have you won awards for your work? What makes it distinctive?

    What I do like however, is the friendly tone of that page. I wouldn't change that!

    Congratulations on a very impressive site. I'm bookmarking this one.


    Danielle

    April 1, 2014 at 2:45 pm in reply to: I just went live with my first Genesis site #97964
    danielleB
    Participant

    I love the SEO by Yoast plugin. I'm finally learning something useful about SEO. Thanks for the tip.


    Danielle

    April 1, 2014 at 1:13 pm in reply to: I just went live with my first Genesis site #97942
    danielleB
    Participant

    Thank you, Davinder. Off to style some more. This forum is great!


    Danielle

    March 29, 2014 at 5:50 am in reply to: How do I add a contact form in a page in Minimum Pro #97243
    danielleB
    Participant

    Thank you, Anitac. I do have Jetpack activated and I like what I see re. the contact form, Apparently my site needs to be live to use it though.


    Danielle

    March 27, 2014 at 2:50 pm in reply to: How do I add a contact form in a page in Minimum Pro #97010
    danielleB
    Participant

    Thanks Mayur. I just downloaded the plug-in, but I am having a problem with styling. Where/how can I style it. I can't find the information on the plug-in site.

    Thanks for your help.


    Danielle

  • Author
    Posts
Viewing 20 posts - 41 through 60 (of 66 total)
← 1 2 3 4 →
« Previous Page

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