• 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

thibaultsa

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 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • June 21, 2017 at 2:25 am in reply to: Changing color in Footer Widget – DigitalPro theme #208019
    thibaultsa
    Member

    Hi Dave,

    Thanks for a lot for the input. I just did what you said, and also aligned the widget 1 to "left" instead of "right", I saved it but for some reason nothing has changed. Did I miss a step ?

    Also, could you direct me to the code line where I can change the font color, size, and font type, please ? Right now the font on widget 1 is black but on widget 2 and 3 it is in white.

    Thanks again !

    June 20, 2017 at 2:41 pm in reply to: Changing color in Footer Widget – DigitalPro theme #208004
    thibaultsa
    Member

    Actually I had this issue because I had no widgets placed in the Widget 3 area. Once I included one, the colour automatically changed.

    What I hadn't understood is that the Widget area is not equally split, Widget 1 is much smaller than 2 and 3 and the parameters are just different.

    Is there a way to customise this footer widget area so I can have clean and equal columns to work with ? I'd also like to change the colours of the fonts and possibly the font themselves. Basically the footer area from the DigitalPro theme does not meet the requirements that I have so I need to customise it.

    Thank you once again for all your help.

    Best

    June 20, 2017 at 12:35 pm in reply to: Changing color in Footer Widget – DigitalPro theme #207995
    thibaultsa
    Member

    FYI I did try to add another line with .footer-widgets-4, but that didn't work. Would you have any other suggestion?

    Thank you

    June 20, 2017 at 12:26 pm in reply to: Changing color in Footer Widget – DigitalPro theme #207994
    thibaultsa
    Member

    Thanks for this ! It partly fixed my problem, as the footer on this theme seems to have more than 3 widget sections. So now I have approx 1/4 left (on the right side) of my footer that is in black color.

    Thank you again

    May 23, 2017 at 2:10 pm in reply to: Digital Pro – remove Titles on pages #206890
    thibaultsa
    Member

    Thank you Victor. In the meantime, after a long search, I found one of your comments on another thread and you advised to use the following code to get rid of titles on ALL pages :

    add_action( 'get_header', 'child_remove_page_titles' );
    function child_remove_page_titles() {

    if ( is_page( ) ) {
    remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
    }
    }

    Is this code line still correct ?

    Thank you again

    May 19, 2017 at 9:40 am in reply to: Remove Page Titles on Generate Pro Theme #206701
    thibaultsa
    Member

    Hi Brad, thanks a lot for the response.

    I followed the tutorial, but it seems like removing the page title conflicts with the Elementator plugin running.

    As soon as I have included the code line to remove the title, I am no longer able to access the Elementator visual builder on my page.

    Do you know by any chance if there is a fix for this?

    Thank you!

    April 10, 2016 at 12:05 pm in reply to: Issue with Mailchimp sign up form on my page #183291
    thibaultsa
    Member

    Hi Christoph,

    Many thanks for your response. I have just sent you an email with my url. Ideally I'd rather not post the url on technical support forums.

    I appreciate the help!

    Best,
    Thibault

    February 24, 2016 at 4:14 am in reply to: Not double photos when set to Excerpt view #179772
    thibaultsa
    Member

    Has nobody experienced the same issue? Any help would be greatly appreciated.

    Thanks

    February 18, 2016 at 5:30 am in reply to: Not double photos when set to Excerpt view #179300
    thibaultsa
    Member

    To be clear, I got this code line in my file function.php

    February 18, 2016 at 5:29 am in reply to: Not double photos when set to Excerpt view #179299
    thibaultsa
    Member

    I would like to double check before I do something I will regret...but I've been looking and it seems like I need to delete a line of code in my FTP manager.

    Is this correct that removing the following line will solve my problem?

    //* Add featured image above the entry content
    add_action( 'genesis_entry_content', 'generate_featured_photo', 8 );
    function generate_featured_photo() {
    if ( is_page() || ! genesis_get_option( 'content_archive_thumbnail' ) )
    return;

    if ( $image = genesis_get_image( array( 'format' => 'url', 'size' => genesis_get_option( 'image_size' ) ) ) ) {
    printf( '<div class="featured-image">%s</div>', $image, the_title_attribute( 'echo=0' ) );
    }
    }

    Is there anything else I may have missed ?

    Many thanks

    February 12, 2016 at 10:15 am in reply to: Reposition the logo on Generate Pro Theme #178898
    thibaultsa
    Member

    Hi both,

    Nobody seems to have a clear fix for this. I since found a work around. I basically kept my logo file (I'm using Photoshop) in the right dimensions as required (360x140) for my child theme, but instead of positioning my logo in the center of the file, I positioned it at the bottom.

    This actually worked well and solved my problem.

    Hope this helps!

    February 10, 2016 at 11:12 am in reply to: Reposition the logo on Generate Pro Theme #178747
    thibaultsa
    Member

    Anybody?
    Thanks!

    August 28, 2015 at 7:35 am in reply to: Remote date from URL – Generate Pro #163879
    thibaultsa
    Member

    OK I found how to do it. it's in Settings > Permalinks >

    Thanks for the help!

    August 28, 2015 at 7:31 am in reply to: Remote date from URL – Generate Pro #163878
    thibaultsa
    Member

    FYI - I did modify the permalink already to make the /url shorter, but it doesn't allow me to modify the date that comes just before. The format at the moment is:

    WEBSITE.COM/YEAR/MM/DD/ARTICLETITLE

    I would like it to be

    WEBSITE.COM/ARTICLETITLE

    I'm quite confused that the initial setting imposes the date as I would imagine that it's not very good for SEO...?

    August 28, 2015 at 7:28 am in reply to: Remote date from URL – Generate Pro #163876
    thibaultsa
    Member

    Hi Victor,

    Thank you for the response. I'm not very proficient here, so could you guide me on how I can "resave my permalinks"?

    Is this something I will have to do every time I post something?

    Thanks

    August 26, 2015 at 7:32 am in reply to: Translate Generate Pro template in French #163562
    thibaultsa
    Member

    FYI - I have downloaded the plugin "Genesis Translations" and it seems to work! If there are better ways, please let me know still!

    Thanks

    August 16, 2015 at 9:50 am in reply to: Menu Bar on "Landing" Page template #162529
    thibaultsa
    Member

    Ah yes, I had missed that part. Thank you both!

    August 16, 2015 at 9:31 am in reply to: Menu Bar on "Landing" Page template #162526
    thibaultsa
    Member

    Hi Brad, thanks a lot for your quick response.

    I am new to wordpress so still learning a lot. I think I located the "landing page" template file under wp-content/themes/generate-pro. The file is called "page_landing.php", I've done what you said, and uploaded the new file in the same destination, but I can't seem to see it as an option on the Page settings > Page attributes > Template.

    Am I missing something there?

    Thanks again!

  • Author
    Posts
Viewing 18 posts - 1 through 18 (of 18 total)

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