• 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

upthink

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 77 total)
1 2 3 4 →
  • Author
    Posts
  • August 16, 2015 at 1:49 am in reply to: Remove Altitude Pro Footer Widget From Homepage? #162492
    upthink
    Participant

    I see it perfectly fine on this page - http://phuketlinguaplus.com/about/

    Are you sure its not your browser cache?

    August 15, 2015 at 2:15 am in reply to: Remove Altitude Pro Footer Widget From Homepage? #162438
    upthink
    Participant

    I don't see the change I sent in the stylesheet. Did you add it in some other place?

    August 15, 2015 at 12:15 am in reply to: Remove Altitude Pro Footer Widget From Homepage? #162435
    upthink
    Participant

    I suggest you add this to your css:

    .footer-widgets-2 {
        float: left;
    }
    August 9, 2015 at 11:37 pm in reply to: Post Titles Not Showing #161889
    upthink
    Participant

    Afraid I do not see any offending code for the post titles in your functions file - so I guess it is the Genesis Title Toggle plugin which may have incorrect settings.

    August 8, 2015 at 5:46 am in reply to: Post Titles Not Showing #161781
    upthink
    Participant

    You seem to have removed the page titles througout your site - probably by unhooking the necessary function in your functions.php file. So I guess you need to make sure you do that by enclosing it in a check that it is only removed from pages and not from posts. It would help if you could show a copy of the functions.php file

    August 8, 2015 at 5:39 am in reply to: Remove Altitude Pro Footer Widget From Homepage? #161780
    upthink
    Participant

    To get rid of footer widgets on home page via css:

    
    .home .footer-widgets {
    display: none;
    }

    I don't see anything in footer widget 2 - have you removed it?

    August 8, 2015 at 5:34 am in reply to: How to seamlessly change themes #161779
    upthink
    Participant

    While it is impossible to be 100% sure without knowing what sort of layout you want in the new theme and what sort of customization you will do in the new theme - I do suspect this may cause some minor issues. If the visitor count is low enough then I suggest you allocate yourself a weekend and work on it non-stop and just launch the new theme without going to and fro every day.

    The best suggestion will still be to take a backup and restore it somewhere and work on that. You can do it using some of the paid plugins in the market or hire someone for quite cheap to do it for you.

    July 12, 2015 at 11:49 pm in reply to: Plugin or code for customize widget #159240
    upthink
    Participant

    If you are looking for a simple and lightweight plugin to control the visibility of widgets on pages then check this out.

    Display Widgets

    June 25, 2015 at 1:34 am in reply to: Make Website Header Larger in Magazine Pro Theme #157486
    upthink
    Participant

    I sent the exact css code to add to your style.css file - add that right after the last bracket you have copied above. So it will become:

    /* Widget Area
    ——————————————— */
    
    .site-header .widget-area {
    float: right;
    text-align: right;
    width: 500px;
    padding: 50px 0;
    }
    
    .header-image .site-header .title-area,
    .header-image .site-header .widget-area {
    padding: 40px 0;
    }
    
    .site-header .widget-area p {
    margin-bottom: 0;
    }
    
    .site-header .widget-area section {
      padding-top: 30px;
    }
    June 24, 2015 at 2:00 am in reply to: Make Website Header Larger in Magazine Pro Theme #157376
    upthink
    Participant

    Try something like this:

    .site-header .widget-area section {
      padding-top: 30px;
    }
    June 24, 2015 at 1:33 am in reply to: Make Website Header Larger in Magazine Pro Theme #157372
    upthink
    Participant

    I see it currently as 500px wide. Sure it's not a browser cache issue at your end?

    June 23, 2015 at 11:19 pm in reply to: full-width header outside structural wraps LifestylePro #157366
    upthink
    Participant

    Try this:

    .site-header .wrap {
      max-width: 100%;
    }
    
    .site-header .wrap img {
      width: 100%;
    }

    Basically first making the header wrap specifically to go 100% instead of the 1140px specified by the theme. Then making sure that all images in that go 100% across.

    June 23, 2015 at 11:15 pm in reply to: Make Website Header Larger in Magazine Pro Theme #157365
    upthink
    Participant

    In your styles.css file you can adjust the width of these 2 rules to make the logo area bigger and the ad area smaller according to your needs:

    The below is for the logo area:

    .title-area {
      float: left;
      padding-top: 30px;
      width: 380px;
    }

    The below is for the ad area:

    .site-header .widget-area {
      float: right;
      text-align: right;
      width: 728px;
    }

    In both cases adjust the width to make them bigger/smaller

    June 23, 2015 at 11:11 pm in reply to: Font Changes not showing on mobile website #157364
    upthink
    Participant

    Exactly what font changes have you made that you see in Desktop but not on mobile?

    June 17, 2015 at 12:20 am in reply to: Help!!! Malware found by Google #156494
    upthink
    Participant

    Go through the functions.php file for your theme (both parent genesis and the child theme). I have usually found the malicious code to be inserted there at the top. HOWEVER, there is a good possibility that this is not all and it would be a better idea to do one of the two things below:
    1. Restore a clean backup. Upgrade everything and change all passwords.
    2. Get an expert to look into it and go over the whole install to clean it up (or look into one of the paid services like Sucuri which keep your website cleaned up for a fixed fee)

    June 11, 2015 at 2:10 am in reply to: Blog post working on desktop but not on mobile #155814
    upthink
    Participant

    I don't see any issue here http://www.motocicletta.ca/blog/ - possibly some cache issue on your mobile. Try hitting refresh on mobile while connected to the internet

    June 10, 2015 at 12:00 pm in reply to: Plugin shortcode not working in text widget #155749
    upthink
    Participant

    Putting this line in your theme functions.php file should help:
    add_filter('widget_text', 'do_shortcode');

    June 5, 2015 at 5:03 am in reply to: FileZilla Error #154971
    upthink
    Participant

    Instead of the code you are trying - why dn't you try this:

    add_action( 'genesis_after_entry', 'gd_add_text_in_comment_form' );
    function gd_add_text_in_comment_form() {
            echo 'Join the conversation. Please read my <a href="http://thehealthyblossom.com/privacy-policy">comment policy</a>';
    }

    (remove that early bit of code and then use this one - don't use both at the same time).

    The process is the same - get the function file from Filezilla on your PC - then edit it - then move it back live.

    June 5, 2015 at 1:09 am in reply to: FileZilla Error #154962
    upthink
    Participant

    Can you please copy the exact code you are putting in the function.php file here? Maybe after seeing what you are adding in there we can all see what is happening and advise accordingly

    June 4, 2015 at 12:15 pm in reply to: Change H1 with custom body class #154871
    upthink
    Participant

    Do not start a class name with a number. So instead of 7things2 make it something like seventhings2 - then this should work:

    .seventhings2 h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #B8002E;
    margin-top: 25px;
    text-align: center;
    }
  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 77 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