Choose2Win
Forum Replies Created
-
Forum: Plugins
In reply to: [MaxButtons - Create buttons] MaxButtons In My Header PHPGOT IT thanks lol except the button sizes
Forum: Plugins
In reply to: [MaxButtons - Create buttons] MaxButtons In My Header PHPI am setting up the buttons in the header and everything seems to be going according to plan, I have tried several differnt ways to get my last button to be separated by 5 px like the rest of them but it wont budge… Does the “header” file not stretch all the way acroos the page, do I need to insert this code into another file if I want to keep inserting to the right?
Please let me know.
P.S.
How can I change the size of the buttons to all be the same?
Thanks again!
Forum: Plugins
In reply to: [MaxButtons - Create buttons] MaxButtons In My Header PHPSo, yes, one other little snaffu, do you know how to add even spacing between the buttons? and how to make the dimensions of the buttons the same, I mean thre is one button the perfect size, but that just happens to be because of the words on the button require that much space, so that would be the model button size I’d like to make the other 6 buttons the same size, and then seperate each block evenly, is there an easy uniform way to adjust these things? Thanks again for all the assistance
choose2win.org
Forum: Plugins
In reply to: [MaxButtons - Create buttons] MaxButtons In My Header PHPYOU ARE AWESOME! Thanks for an amazing Plugin and thanks to you for giving awesome support 🙂
Forum: Plugins
In reply to: [MaxButtons - Create buttons] MaxButtons In My Header PHPHow about some positioning code lol, they all seem to stack on eachother 🙂
Forum: Plugins
In reply to: [MaxButtons - Create buttons] MaxButtons In My Header PHPGreat Thanks John!
Forum: Plugins
In reply to: [MaxButtons - Create buttons] MaxButtons In My Header PHPHere is the code from my header php file:
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
<meta name=”viewport” content=”width=device-width” />
<title><?php wp_title( ‘ | ‘, true, ‘right’ ); ?></title>
<link rel=”stylesheet” type=”text/css” href=”<?php echo get_stylesheet_uri(); ?>” />
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id=”wrapper” class=”hfeed”>
<header id=”header” role=”banner”>
<section id=”branding”>
<div id=”site-title”><?php if ( ! is_singular() ) { echo ‘<h1>’; } ?>” title=”<?php esc_attr_e( get_bloginfo( ‘name’ ), ‘blankslate’ ); ?>” rel=”home”><?php echo esc_html( get_bloginfo( ‘name’ ) ); ?><?php if ( ! is_singular() ) { echo ‘</h1>’; } ?></div>
<div id=”site-description”><?php bloginfo( ‘description’ ); ?></div>
</section>
<nav id=”menu” role=”navigation”>
<div id=”search”>
<?php get_search_form(); ?>
</div>
<?php wp_nav_menu( array( ‘theme_location’ => ‘main-menu’ ) ); ?>
</nav>
</header>
<div id=”container”>If someone could show me what code to insert, and where, that would be extremely helpful.
You could even copy the code from above, insert the code for me so I don’t screw it up lol and paste it as a response so I can just copy and paste 🙂 I appreciate the assistance and support of this forum.
Thank You