Forum Replies Created
-
AuthorPosts
-
ronnieb
MemberThanks Brad, that looks great!
ronnieb
MemberHi 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 #165551ronnieb
MemberHi 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,
ronnieb
MemberI 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.ronnieb
MemberDo 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
ronnieb
MemberThanks!
I will try, bit worried about the repsonsiveness.
ronnieb
MemberThat did the trick thanks!
ronnieb
MemberGreat, that worked!
Thank you very much for your help.
ronnieb
MemberI just changed the menu-items.
ronnieb
Memberthanks!
ronnieb
MemberThanks Tom, that worked!
ronnieb
MemberHi 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.
ronnieb
MemberThxs, I just decided to use Centric Pro theme.
ronnieb
MemberHi!
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
ronnieb
MemberThanks, 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!
ronnieb
MemberThe 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!
ronnieb
MemberHI 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!
ronnieb
Memberronnieb
MemberHi NutsandBolts,
this works with the other template I use, but with the agency template it does not appear.
am i doing something wrong?
Ronald
-
AuthorPosts