Title: MobileMiracles7's Replies | WordPress.org

---

# MobileMiracles7

  [  ](https://wordpress.org/support/users/mobilemiracles7/)

 *   [Profile](https://wordpress.org/support/users/mobilemiracles7/)
 *   [Topics Started](https://wordpress.org/support/users/mobilemiracles7/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mobilemiracles7/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mobilemiracles7/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mobilemiracles7/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mobilemiracles7/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mobilemiracles7/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Style Issues](https://wordpress.org/support/topic/style-issues-2/)
 *  Thread Starter [MobileMiracles7](https://wordpress.org/support/users/mobilemiracles7/)
 * (@mobilemiracles7)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/style-issues-2/#post-5458915)
 * That worked but I wasn’t wanting the area around the information colored. I want
   the background of the actual text box where the address is put in to be white
   with black text instead of gray with gray text. Also, I switched my theme and
   it completely messed up my current theme which took hours to restore back to 
   form so I would rather not try that.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Style Issues](https://wordpress.org/support/topic/style-issues-2/)
 *  Thread Starter [MobileMiracles7](https://wordpress.org/support/users/mobilemiracles7/)
 * (@mobilemiracles7)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/style-issues-2/#post-5458855)
 * The alignment didn’t work for some reason.
    I’m not really sure where to change
   the tags or how to correct them. It’s not that big of a deal honestly. Would 
   you know how to bold the starting location, radius, and results text while changing
   the background of the location box to white and the text to black?
 * Thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Adding Text to the Right Side of the Header….](https://wordpress.org/support/topic/adding-text-to-the-right-side-of-the-header/)
 *  Thread Starter [MobileMiracles7](https://wordpress.org/support/users/mobilemiracles7/)
 * (@mobilemiracles7)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/adding-text-to-the-right-side-of-the-header/#post-3574195)
 * Thanks for replying. I do not have a child theme set up, in fact I’m not sure
   what that is. I am using the SaaS Freemium II theme. I’m rather new to wordpress.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moving Main Navigation Menu](https://wordpress.org/support/topic/moving-main-navigation-menu/)
 *  Thread Starter [MobileMiracles7](https://wordpress.org/support/users/mobilemiracles7/)
 * (@mobilemiracles7)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/moving-main-navigation-menu/#post-3571060)
 * Resolved, thanks for the help, not.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moving Main Navigation Menu](https://wordpress.org/support/topic/moving-main-navigation-menu/)
 *  Thread Starter [MobileMiracles7](https://wordpress.org/support/users/mobilemiracles7/)
 * (@mobilemiracles7)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/moving-main-navigation-menu/#post-3571056)
 * **Update**
 * I did some editing for the code and heres what I now have….
 * [http://imageshack.us/f/35/screenshot20130318at144.png/](http://imageshack.us/f/35/screenshot20130318at144.png/)
 * Basically all I need now is for the grey nav buttons to drop down to the line
   above the slider image. PLEASE HELP!!!
    The code is as follows…
 *     ```
       wp_enqueue_script('easySlider1.5', get_bloginfo('template_url') . '/js/easySlider1.5.js', array('jquery'));
       wp_enqueue_script('saas', get_bloginfo('template_url') . '/js/saas.js', array('easySlider1.5'));
   
       wp_enqueue_script('jquery.cookie', get_bloginfo('template_url') . '/js/jquery.cookie.min.js', array('jquery'));
       wp_enqueue_script('saas.twitter', get_bloginfo('template_url') . '/js/saas.twitter.js', array('jquery.cookie'));
   
       ?><!DOCTYPE html>
       <html <?php language_attributes() ?>>
       <head>
       <meta content="<?php bloginfo('html_type') ?>; charset=<?php bloginfo('charset') ?>" />
       <title><?php wp_title('&laquo;', true, 'right') ?> <?php bloginfo('name') ?></title>
       <link href="<?php bloginfo('template_url') ?>/css/saas-common.css" rel="stylesheet" type="text/css" media="all" />
       <link href="<?php bloginfo('template_url') ?>/css/saas-griddler.css" rel="stylesheet" type="text/css" media="all" />
       <link href="<?php bloginfo('template_url') ?>/css/saas-<?php echo esc_attr(SaaS::getThemeOption('colorScheme')) ?>.css" rel="stylesheet" type="text/css" media="all" />
       <!--[if IE]>
       <script src="<?php bloginfo('template_url') ?>/js/html5.js" type="text/javascript"></script>
       <![endif]-->
       <link rel="pingback" href="<?php bloginfo('pingback_url') ?>" />
       <?php if (is_singular() && get_option('thread_comments')): wp_enqueue_script('comment-reply'); endif ?>
       <?php wp_head() ?>
       <!--[if lt IE 9]>
       <script src="<?php bloginfo('template_url') ?>/js/saas-ie8.js" type="text/javascript"></script>
       <![endif]-->
       </head>
       <body <?php body_class() ?>>
       <div class="header">
       	<div>
       		<div class="center">
       			<h1 id="logo"><a href="<?php echo get_option('home') ?>/"><img src="<?php bloginfo('template_url') ?>/images/logo.png" alt="<?php bloginfo('name') ?>" /></a></h1>
       			<div class="topLinks"><?php wp_nav_menu(array('menu' => __('Top Links', 'saas'), 'theme_location' => 'top')) ?></div>
       			<div class="nav"><?php wp_nav_menu( array('menu' => __('Main Nav', 'saas'), 'theme_location' => 'main', 'link_before' => '<span>', 'link_after' => '</span>')) ?></div>
       ```
   

Viewing 5 replies - 1 through 5 (of 5 total)