• 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

candacegodwin

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 25 total)
1 2 →
  • Author
    Posts
  • October 26, 2020 at 10:07 am in reply to: Adding additional image rotator to Jessica Theme – Developer needed #501604
    candacegodwin
    Participant

    Thanks, Anita -- I just sent you an email via your support contact.

    September 17, 2017 at 11:27 am in reply to: WooCommerce Breadcrumb / Category issue #211598
    candacegodwin
    Participant

    Thanks for your reply Victor. I did adjust the WC permalinks to the following:
    https://livingearthnaturals.com/shop/product-category/sample-product/ (it displays as a custom link: (/shop/%product_cat%/)

    Unfortunately, that did not change the way the body cream breadcrumb trail displays -- it is still missing the sub-category "body cream" in the trail.

    I'll keep searching -- but if you have any other ideas, let me know. Thank you.

    Candace

    September 12, 2017 at 11:20 am in reply to: WooCommerce css changes #211363
    candacegodwin
    Participant

    Thank you! I really appreciated your help and follow up. Best to you, Candace

    September 11, 2017 at 3:36 pm in reply to: WooCommerce css changes #211330
    candacegodwin
    Participant

    Thank you! It worked like a charm. Appreciate your quick response. Still confused as to why this code appears "hidden" but adding it to the css worked. So much more to learn and understand! Thank you again for your help. Candace

    July 10, 2017 at 5:05 pm in reply to: Jessica Theme – changing css font size, colors etc #208932
    candacegodwin
    Participant

    Thanks Victor, I made those changes then discovered it was an issue with caching. It works and I appreciate you taking the time to respond. I do have another question -- please let me know if I need to start a new thread -- is there a way to add a logo file to this theme without going the ftp upload route?

    Thank you again for your time and quick response. -- Candace

    March 4, 2017 at 11:10 am in reply to: Divine Theme – Changing Background Color of Nav Menu #202457
    candacegodwin
    Participant

    Thanks for the link, but I was able to get this figured out on my own. A little more searching through the forum produced the code I was looking for and got it worked out. Thank you for your quick response. Candace

    March 1, 2017 at 10:08 am in reply to: Category Specific Blog Page #202251
    candacegodwin
    Participant

    Thanks -- I was able to figure this out, first by using custom fields and then the duh moment of setting a category in the theme setup. But, I appreciate your quick response and suggested solution! Candace

    January 26, 2017 at 2:25 pm in reply to: Mobile Responsive issues with Glam Pro #200087
    candacegodwin
    Participant

    Hi, I contacted the developer through their support link from the demo site. If you have the demo-site open, you should see a help section at the footer of the site. They were very responsive and helped on a couple of other issues I had. Reach out to them for the fix from support or via their Facebook page.

    Candace

    December 7, 2016 at 10:45 am in reply to: Simple Social Icon issue with WP 4.7 Update #197184
    candacegodwin
    Participant

    Thanks Victor -- all good now. Appreciate your quick and helpful response.

    Best,

    Candace

    November 17, 2016 at 9:52 am in reply to: Moving Footer Widgets to Home Page in Elegance Pro Theme #196279
    candacegodwin
    Participant

    Here is the function php code. I'm not sure what line of code to remove from this section...

    //* Add support for 3-column footer widgets
    add_theme_support( 'genesis-footer-widgets', 3 );

    //* Remove footer widgets from home page only
    add_action( 'genesis_before', 'elegance_footer_widgets' );
    function elegance_footer_widgets() {

    if( ! is_front_page() )
    return;

    remove_action( 'genesis_before_footer', 'genesis_footer_widget_areas' );

    }

    November 9, 2016 at 12:36 pm in reply to: Mobile Responsive issues with Glam Pro #195957
    candacegodwin
    Participant

    William,

    Thanks for sending this code -- however, the develop contacted me earlier this morning, accessed my site and "fixed" the issue. I replied and asked what she changed, but she's gone silent. If she does reply, I'll will let you know what she did. I really appreciated your help in trying to figure the problem out and sending me a solution. I'm very thankful for people like yourself, who take the time to help others.

    Candace

    November 9, 2016 at 10:24 am in reply to: Mobile Responsive issues with Glam Pro #195949
    candacegodwin
    Participant

    Hi William,

    I really appreciate the effort you are giving this. I did notice that when I made your suggested change to right-margin: 0, that none of the arrows were responsive...however, when I changed the code back to "right-margin: 60px" the two arrows furthest to the right (personal training and news & articles) function to reveal the sub-nav. The other two, fitness classes and about, are not aligned and are not responsive.

    Interestingly, this is a similar case on the Glam theme live demo -- the "layout" sub nav in the menu is not aligned far right and is not responsive -- the other two, Samples and Layouts do work. It has to be something wonky with the theme's nav menu -- I've reached out to the developer, but haven't heard anything back. Any insight or things to try would be appreciated -- surely I can't be the only person using this theme and having this issue...

    If we get this figured out, I'll owe you more than a cup of coffee!

    Thanks again for your time thus far,

    Candace

    November 8, 2016 at 1:27 pm in reply to: Mobile Responsive issues with Glam Pro #195915
    candacegodwin
    Participant

    Hi William,

    Thank you so much for your help! I changed the width to 320 and it is perfect -- thanks for that tip. 🙂

    I'm still struggling with the second issue: I changed "margin-right: 60" to "0" -- it's better than it was, but the arrows are still not aligned. Here is the entire section of code -- you can see what I changed. Are there other changes to this section that should be made to get the arrows to align?

    .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer;
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 0px;
    }

    .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f347";
    float: right;
    font: normal 16px/1 'dashicons';
    height: 16px;
    padding: 16px 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
    }

    .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f343";
    }

    October 6, 2016 at 7:40 pm in reply to: Glam Theme: Removing the "splash" in the primary sidebar area #194321
    candacegodwin
    Participant

    Okay, now I feel like an idiot. I did have my display set to very large (less strain on my aging eyes), and when in the recommended setting everything looks like it should be. Thanks for the tip - although I'm destine to be working with my readers on from now on.

    Thank you again for all your help! You advice and super fast responses are greatly appreciated!

    Candace

    October 6, 2016 at 6:55 pm in reply to: Glam Theme: Removing the "splash" in the primary sidebar area #194319
    candacegodwin
    Participant

    It worked, the splotches are gone. But why is the sidebar displaying on the right side of your screen?? I actually like it, but it's supposed to be under the post -- that's how it is in the demo. Very strange.

    I noticed the site doesn't render correctly in Chrome either. Is this common with sites? What are the work-arounds? Okay, we are off topic. I appreciate your super fast response and help with the splash issue. Thank again...

    Candace

    October 6, 2016 at 6:48 pm in reply to: Glam Theme: Removing the "splash" in the primary sidebar area #194318
    candacegodwin
    Participant

    Okay, that is really weird. My view has the "Primary Sidebar" under the blog post (I'm using Firefox) -- not on the right side! The social icons are also centered. I have a screen shot, but don't see where I can insert it in this reply. I'm going to remove that line of code, but seeing your screen shot is raising more questions.

    October 6, 2016 at 6:38 pm in reply to: Glam Theme: Removing the "splash" in the primary sidebar area #194316
    candacegodwin
    Participant

    Hi Susan,

    Actually, I haven't figured it out -- you will see two splashed in the "Sign up for our fitness newsletter" section (under the blog post). One is right over the word "fitness." Thanks for sending the line of code -- is this the line that I should delete: background: url(images/sidebar-enews.png) top no-repeat;

    Thanks,

    Candace

    October 5, 2016 at 8:45 am in reply to: Removing theme copyright in Glam Theme #194260
    candacegodwin
    Participant

    Thanks Susan -- it worked perfectly. Appreciate you taking the time to respond and share the exact code.

    Best to you,

    Candace

    September 1, 2016 at 3:07 pm in reply to: Adding an image and text to a Blog Page Template #192489
    candacegodwin
    Participant

    Hi, thanks for your quick response and sending the code. Unfortunately, I'm not that advanced with coding. I've changed code in css files, but not php files; so just a couple of questions: Is there a specific place in the function.php file that is line of code should go? Or can it be place anywhere (beginning or end)? I'd like to give this a go, but feel I need a bit more direction. 🙂 Thanks. Candace

    January 13, 2016 at 1:18 pm in reply to: Altitude Pro Widget Area 1 linking to Area 2 #176400
    candacegodwin
    Participant

    Christoph it worked like a charm...thank you so much for your help.

    Candace

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

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