VDiaz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Add code for Firefox only?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; } }Forum: Fixing WordPress
In reply to: Add code for Firefox only?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?
Forum: Fixing WordPress
In reply to: Add code for Firefox only?Wow…. thank you, thank you, thank you!
Forum: Fixing WordPress
In reply to: Header slider issue in FirefoxVery 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!
Forum: Fixing WordPress
In reply to: Header slider issue in Firefoxfrom 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!
Forum: Fixing WordPress
In reply to: Header slider issue in FirefoxBeen 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!
Forum: Fixing WordPress
In reply to: Centering menu linksThanks 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?
Forum: Fixing WordPress
In reply to: Centering menu linksHi and thanks for helping me with this… i’m looking but don’t find the background-position-x attribute…. please advise.
Forum: Fixing WordPress
In reply to: 2 Different Styling for Navigation BarNever mind… got it 🙂
Forum: Fixing WordPress
In reply to: 2 Different Styling for Navigation BarThanks! 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!
Forum: Fixing WordPress
In reply to: 2 Different Styling for Navigation BarOk… 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!
Forum: Fixing WordPress
In reply to: 2 Different Styling for Navigation BarThanks 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?
Forum: Fixing WordPress
In reply to: No images after importing databaseThanks 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 🙂
Forum: Fixing WordPress
In reply to: RSS – problems setting it upThanks 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
Forum: Fixing WordPress
In reply to: RSS – problems setting it upSorry, thought I had added the URL – http://luxetravel.wpengine.com/
thanks for looking into this, appreciate any help…