• 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

ronnieb

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 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • September 5, 2016 at 7:23 am in reply to: Featured image align text top #192626
    ronnieb
    Member

    Thanks Brad, that looks great!

    September 5, 2016 at 6:46 am in reply to: Featured image align text top #192616
    ronnieb
    Member

    Hi Brad,

    here it is:

    Thanks in advance!

    Ronald

    September 15, 2015 at 3:02 am in reply to: Education Pro: Move HOME MIDDLE to under the page content #165551
    ronnieb
    Member

    Hi Tom,

    thanks for your help. Only on my other site http://ingevorderd-rijbewijs.nl/ I do not have a featured widget or text widget. Then the middle widget still goes above the page content. Can this be solved as well?

    Thanks in advance for all your help,

    April 23, 2015 at 2:48 am in reply to: Altitude Pro Theme Standard Background image #148867
    ronnieb
    Member

    I will try and find the code thanks. (or can you help me in the direction)
    Teh regular custimize link does not word, studiopress used it to create the front page background images and deleted the standard background in alle pages.

    April 4, 2015 at 2:03 am in reply to: Footer education pro #146627
    ronnieb
    Member

    Do you put the text in another hook, because the font is bigger and left than on all my other pages and on your sample. Can you tell me where i should the code so it uses the css?

    Thanks

    May 1, 2014 at 7:43 am in reply to: Outreach Pro 2 columns but with the small column #103184
    ronnieb
    Member

    Thanks!

    I will try, bit worried about the repsonsiveness.

    April 17, 2014 at 9:07 am in reply to: Outreach Pro Navigation not visible #100968
    ronnieb
    Member

    That did the trick thanks!

    April 4, 2014 at 4:23 am in reply to: Outreach Pro Navigation Right widget allignment #98417
    ronnieb
    Member

    Great, that worked!

    Thank you very much for your help.

    March 18, 2014 at 2:37 am in reply to: Primary Nav not visible on Ipad (vertical) #95420
    ronnieb
    Member

    I just changed the menu-items.

    March 18, 2014 at 2:36 am in reply to: Change Gravity Forms Title Colour #95419
    ronnieb
    Member

    thanks!

    March 18, 2014 at 2:35 am in reply to: Centric Pro navigation not readable #95418
    ronnieb
    Member

    Thanks Tom, that worked!

    March 18, 2014 at 2:29 am in reply to: Centric Pro create top navigation #95417
    ronnieb
    Member

    Hi Emasai,

    I saw the instructions and I am usig the widget for the navigation. The main navigation just looks weird on the homepage so I do not want to use that. I want a top navigation. It looks like that is not available in this theme.

    March 17, 2014 at 5:10 am in reply to: Copy CSS from Centric Pro to Agency Pro #95273
    ronnieb
    Member

    Thxs, I just decided to use Centric Pro theme.

    December 11, 2013 at 7:39 am in reply to: Primary Nav not visible on Ipad (vertical) #78307
    ronnieb
    Member

    Hi!

    Thanx, that worked for vertical, but now horizontal view has the same problem. I played around a bit, but i could not find the right combination.

    Have you got any idea?

    Thanks in advance,

    Ronald

    December 2, 2013 at 6:23 am in reply to: Agency Pro top navigation #76576
    ronnieb
    Member

    Thanks, that worked. Only if i want to change the hight of the main nav to have less padding I also change the padding of menu next to the logo. How can i just chage the padding of the main nav?

    Thanks!

    December 2, 2013 at 4:40 am in reply to: Agency Pro top navigation #76568
    ronnieb
    Member

    The navigation is visble no. Because the agnecy pro navigation was 2 sentences it was behind this navigation and not visible). But now it is too close to the top. What should i do to reposition it so it is possible to read it?

    Thanks!

    November 29, 2013 at 5:01 am in reply to: Agency Pro top navigation #76130
    ronnieb
    Member

    HI Andrea,

    I missed the update notification. But here is the information of the functions.phop of my site:

    <?php
    //* Start the engine
    include_once( get_template_directory() . '/lib/init.php' );

    //* Set Localization (do not remove)
    load_child_theme_textdomain( 'agency', apply_filters( 'child_theme_textdomain', get_stylesheet_directory() . '/languages', 'agency' ) );

    //* Child theme (do not remove)
    define( 'CHILD_THEME_NAME', __( 'Agency Pro Theme', 'agency' ) );
    define( 'CHILD_THEME_URL', 'http://my.studiopress.com/themes/agency/' );
    define( 'CHILD_THEME_VERSION', '3.0.0' );

    //* Add HTML5 markup structure
    add_theme_support( 'html5' );

    //* Add viewport meta tag for mobile browsers
    add_theme_support( 'genesis-responsive-viewport' );

    //* Enqueue EB Garamond and Spinnaker Google fonts
    add_action( 'wp_enqueue_scripts', 'agency_google_fonts' );
    function agency_google_fonts() {

    wp_enqueue_style( 'google-fonts', '//fonts.googleapis.com/css?family=EB+Garamond|Spinnaker', array(), CHILD_THEME_VERSION );

    }

    //* Enqueue Backstretch script and prepare images for loading
    add_action( 'wp_enqueue_scripts', 'agency_enqueue_backstretch_scripts' );
    function agency_enqueue_backstretch_scripts() {

    //* Load scripts only if custom background is being used
    if ( ! get_background_image() )
    return;

    wp_enqueue_script( 'agency-pro-backstretch', get_bloginfo( 'stylesheet_directory' ) . '/js/backstretch.js', array( 'jquery' ), '1.0.0' );
    wp_enqueue_script( 'agency-pro-backstretch-set', get_bloginfo( 'stylesheet_directory' ).'/js/backstretch-set.js' , array( 'jquery', 'agency-pro-backstretch' ), '1.0.0' );

    wp_localize_script( 'agency-pro-backstretch-set', 'BackStretchImg', array( 'src' => get_background_image() ) );

    }

    //* Add new image sizes
    add_image_size( 'home-bottom', 380, 150, TRUE );
    add_image_size( 'home-middle', 380, 380, TRUE );

    //* Add support for custom background
    add_theme_support( 'custom-background', array( 'wp-head-callback' => 'agency_background_callback' ) );

    //* Add custom background callback for background color
    function agency_background_callback() {

    if ( ! get_background_color() )
    return;

    printf( '<style>body { background-color: #%s; }</style>' . "\n", get_background_color() );

    }

    //* Add support for custom header
    add_theme_support( 'custom-header', array(
    'header_image' => '',
    'header-selector' => '.site-title a',
    'header-text' => false,
    'height' => 60,
    'width' => 300,
    ) );

    //* Add support for additional color style options
    add_theme_support( 'genesis-style-selector', array(
    'agency-pro-blue' => __( 'Agency Pro Blue', 'agency' ),
    'agency-pro-green' => __( 'Agency Pro Green', 'agency' ),
    'agency-pro-orange' => __( 'Agency Pro Orange', 'agency' ),
    'agency-pro-red' => __( 'Agency Pro Red', 'agency' ),
    ) );

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

    //* Reposition the header
    remove_action( 'genesis_header', 'genesis_header_markup_open', 5 );
    remove_action( 'genesis_header', 'genesis_do_header' );
    remove_action( 'genesis_header', 'genesis_header_markup_close', 15 );
    add_action( 'genesis_before', 'genesis_header_markup_open', 5 );
    add_action( 'genesis_before', 'genesis_do_header', 10 );
    add_action( 'genesis_before', 'genesis_header_markup_close', 15 );

    //* Remove the site description
    remove_action( 'genesis_site_description', 'genesis_seo_site_description' );

    //* Forms
    add_filter("gform_confirmation_anchor", create_function("","return true;"));

    //* Register widget areas
    genesis_register_sidebar( array(
    'id' => 'home-top',
    'name' => __( 'Home Top', 'agency' ),
    'description' => __( 'This is the top section of the homepage.', 'agency' ),
    ) );
    genesis_register_sidebar( array(
    'id' => 'home-middle',
    'name' => __( 'Home Middle', 'agency' ),
    'description' => __( 'This is the middle section of the homepage.', 'agency' ),
    ) );
    genesis_register_sidebar( array(
    'id' => 'home-bottom',
    'name' => __( 'Home Bottom', 'agency' ),
    'description' => __( 'This is the bottom section of the homepage.', 'agency' ),
    ) );

    Thanks!

    November 29, 2013 at 4:43 am in reply to: WordPress Optimization Guide #76127
    ronnieb
    Member

    Hi Rebab,

    i used http://fiverr.com/andreherberth to install W3C, now I am at 93%

    Good luck...

    November 8, 2013 at 9:12 am in reply to: Agency Pro top navigation #71678
    ronnieb
    Member

    Hi NutsandBolts,

    this works with the other template I use, but with the agency template it does not appear.

    am i doing something wrong?

    Ronald

  • Author
    Posts
Viewing 19 posts - 1 through 19 (of 19 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