Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)
  • Thread Starter VDiaz

    (@vdiaz)

    Played around a bit and was able to fix it. Here’s the fix if someone needs it in the future:

    @-moz-document url-prefix() {
        #coin-slider-homepage.coin-slider {
            float: left;
            margin: 0px 10px 10px;
            overflow: hidden;
        }
    }
    Thread Starter VDiaz

    (@vdiaz)

    I copied over the original site with just some content updates but now i’m having the same issue with firefox not displaying the header/slider correctly (it’s off to the right again)

    The old url was keithfabryretail.com – the new one that has issues is http://keithfabrystructurestudio.com/

    I have the code in the css as stated above, but it’s not working on this site… why would that happen?

    Thread Starter VDiaz

    (@vdiaz)

    Wow…. thank you, thank you, thank you!

    Thread Starter VDiaz

    (@vdiaz)

    Very frustrating, i know what the issue is but i can’t seem to figure out the fix. The header/slider is trying to wrap around the header and that’s why it’s off to the right in firefox… i’ve tried fixing it via the header and even the vslider code.

    Any one available to take a quick note? Would greatly appreciate it!

    Thread Starter VDiaz

    (@vdiaz)

    from what i’ve read, it’s an overflow issue… where in firefox the top graphics (logo) is pushing off the slider to the right… i’ve tried placing the overflow:hidden in a couple of places that i thought would do it, but no luck.

    can someone take a look and see if they can figure out where it should go? Or if this is even the issue?

    thanks!

    Thread Starter VDiaz

    (@vdiaz)

    Been researching this and think I need to add: overflow:hidden; to the header, but not sure where.

    Here’s my header code, can someone let me know where it would go?

    /* =Header
    ----------------------------------------------- */
    
    #branding {
    	padding-bottom: 10px;
    	position: relative;
    	z-index: 9999;
    }
    #site-title {
    	margin-right: 270px;
    	padding: 3.65625em 0 0;
    }
    #site-title a {
    	color: #111;
    	font-size: 30px;
    	font-weight: bold;
    	line-height: 36px;
    	text-decoration: none;
    }
    #site-title a:hover,
    #site-title a:focus,
    #site-title a:active {
    	color: #1982d1;
    }
    #site-description {
    	color: #7a7a7a;
    	font-size: 14px;
    	margin: 0 270px 3.65625em 0;
    }
    #branding img {
    	height: auto;
    	margin-bottom: -7px;
    	width: 100%;
    }

    thanks!

    Thread Starter VDiaz

    (@vdiaz)

    Thanks for stepping in, appreciate it.

    I changed the right to the left and now there’s too much space on the other side… any other suggestions?

    Thread Starter VDiaz

    (@vdiaz)

    Hi and thanks for helping me with this… i’m looking but don’t find the background-position-x attribute…. please advise.

    Thread Starter VDiaz

    (@vdiaz)

    Never mind… got it 🙂

    Thread Starter VDiaz

    (@vdiaz)

    Thanks! That really helped 🙂 I have the 2nd nav in there but one last thing…

    I need to remove the bullets and make it horizontal… i have the coding to add to the style.css for it… but not sure where to add it.

    When i add it to the access1, nothing happens…

    The code that i added to the header so that it would add this 2nd nav line is:

    <div id="access1" role="navigation">
    <?php wp_nav_menu( array( 'theme_location' => 'lower' ) ); ?>

    If i dont add the styling (for removing the bullet and making it horizontal) to the access1, where does it go?

    thanks again for your help!

    Thread Starter VDiaz

    (@vdiaz)

    Ok… I was able to figure it out and divided the nav into two divs, each with the styling that i need.

    Question now is how do i control what pages are listed in the 2nd nav bar (.access1 div)? The primary navigation is control via the menu function.

    Can someone point me in the right direction?

    Here’s the coding for this area:

    <div id="access" role="navigation">
    			  <?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?>
    				<div class="skip-link screen-reader-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentyten' ); ?>"><?php _e( 'Skip to content', 'twentyten' ); ?></a></div>
    				<?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?>
    				<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
    			</div><!-- #access -->
    
    <div id="access1" role="navigation">
    			  <?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?>
    				<div class="skip-link screen-reader-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentyten' ); ?>"><?php _e( 'Skip to content', 'twentyten' ); ?></a></div>
    				<?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?>
    				<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
    			</div><!-- #access1 -->

    thanks again!

    Thread Starter VDiaz

    (@vdiaz)

    Thanks appreciate the tip. I do use firefox with the firebug add-on and will create the child theme… still not clear on how to essentially separate the navigation so that there’s two styles for it…

    or if there’s another way, such as set the height for only the blue area so that it overflows into the white?

    Thanks for checking back in… just finally received the email from dreamhost regarding this issue. I was able to log back into the old site and download the images.

    thanks again for all of your help! greatly appreciated 🙂

    Thread Starter VDiaz

    (@vdiaz)

    Thanks for looking into this…

    I do have posts on the blog…http://wpengine.com/luxetravel/blog

    Do i need to do something so that it points to the http://wpengine.com/luxetravel/feed ?

    thanks again

    Thread Starter VDiaz

    (@vdiaz)

    Sorry, thought I had added the URL – http://luxetravel.wpengine.com/

    thanks for looking into this, appreciate any help…

Viewing 15 replies - 1 through 15 (of 22 total)