MobileMiracles7
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] Style IssuesThat 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
In reply to: [WP Store Locator] Style IssuesThe 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
In reply to: Adding Text to the Right Side of the Header….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
In reply to: Moving Main Navigation MenuResolved, thanks for the help, not.
Forum: Fixing WordPress
In reply to: Moving Main Navigation Menu**Update**
I did some editing for the code and heres what I now have….
https://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('«', 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>