Forum Replies Created
-
AuthorPosts
-
notfarnow
ParticipantThanks Brad! That'll work but the nav link and logo color change won't occur so the white nav will get lost on a white background.
Is it possible to have the other pages load the home header instead of the other header?
notfarnow
ParticipantWhat did you edit out to remove the search form and only have the social icons?
May 12, 2015 at 7:50 pm in reply to: How to add Social Media Widget icons to Metro Primary Nav Bar #151950notfarnow
ParticipantMay 6, 2015 at 11:19 pm in reply to: Cafe Pro Replaced mini site title with logo but text is still there. #150525notfarnow
ParticipantI'm glad it is working for you Cindy. You may want to shrink down the logo and the width some too as it is covering the 'Home' button in your nav. You can try something like this:
background: url("http://www.gudlandscaping.com/wp-content/uploads/2015/05/LogoSticky-copy.png") no-repeat scroll center center / contain #fff;
min-width: 166px;Also you can change when the nav jumps to the mobile (hamburger) menu to avoid the links getting covered by the logo.
Also don't forget to update your favicon:
http://realfavicongenerator.net/notfarnow
ParticipantI still have not figured this out.
notfarnow
Participantnotfarnow
ParticipantThanks Y'all! Yeah I added the code to both functions.php files. I ended up finding the solution with quotes. You can see in my initial post is
add_theme_support( ‘genesis-connect-woocommerce’ );
which is incorrect. The correct way is
add_theme_support( 'genesis-connect-woocommerce' );
It doesn't always translate properly when copy and pasting.so make sure to use ' NOT ‘
notfarnow
ParticipantThis is still not working... It looks like many are having the same issue. I'm getting the dreaded: orry! In order to use the Genesis Connect for WooCommerce plugin you need to do the following:
Add this code to your child theme's functions.php:
add_theme_support( 'genesis-connect-woocommerce' );Even though I've already added it with the Enterprise theme.
Please help thanks!
April 15, 2014 at 11:34 am in reply to: Centric Home Featured 1 not responsive (no resize with slider) #100529notfarnow
ParticipantThanks so much Tom!
Yeah so the
display: table;
and
display: inline-block;
display: table-cell;Were keeping it from resizing.
Resolved!
April 11, 2014 at 4:54 pm in reply to: Centric Home Featured 1 not responsive (no resize with slider) #99749notfarnow
ParticipantAwesome Support Tom thanks! The strange thing is it is responsive in widget 2 and 3 areas but not widget 1. I put the same slider in each widget with default css and you'll see 2 resizes and 1 doesn't...
notfarnow
ParticipantWhy has this not been answered?!
Try changing the max-width amount in .home-featured .wrap from this:
.home-featured .wrap {
margin-top: -160px;
max-width: 782px;
display: table;
text-align: center;
}to this:
.home-featured .wrap {
margin-top: -160px;
max-width: 1280px;
display: table;
text-align: center;
}Let me know if this helps. I don't know if this is the best way but it seems to work.
December 26, 2013 at 1:38 pm in reply to: Can I put the Genesis Featured Posts Widget in a page using shortcode or php? #81284notfarnow
ParticipantOk I followed your great tutorial and got the widget area dialed in but I'm stuck on what to place inside the tab code.
So if each tab has a separate div for its content:
<div>
<div>Genesis Featured Posts Here *</div>
<div>Specs</div>
<div>Price</div>
<div>Release Date</div>What do I put in the div for it to show the Genesis Featured Posts Widget?
For example:
<div>
<div>[Genesis Featured Posts shortcode Here]</div>or
<div>
<div><php Genesis Featured Posts PHP Here></div>Thanks!
December 25, 2013 at 11:50 pm in reply to: Can I put the Genesis Featured Posts Widget in a page using shortcode or php? #81222notfarnow
ParticipantDynamite support thank you I'm working on it now. Is the the manual process of doing it with Genesis Simple Sidebars?
notfarnow
ParticipantTo get a slider to go behind the header and nav (like http://www.thea21campaign.org/), do you use negative margins and z-index? I would love to know how to do this properly too.
notfarnow
ParticipantI setup an example of what I'm looking for here: http://oi40.tinypic.com/mskhgl.jpg
Please let me know if this makes sense.notfarnow
ParticipantAwesome. You Rock Dr. Dalton!
notfarnow
ParticipantI just thought of something. Instead of focusing on the page content, what if I fixed the position of the header and footer? so the content naturally resides beneath? I appreciate your help Brad.
notfarnow
ParticipantI'm not necessarily set on that slider.
What if, for example, I just wanted my page content to fill 100% width and height
and the remaining elements stay as they are naturally (nav, header, footer).
Thanks Brad!notfarnow
ParticipantThanks Brad! Close.
Basically I'll be adding RoyalSlider (http://codecanyon.net/item/royalslider-touch-content-slider-for-wordpress/700256)
to a page and would like it to show like your background image (http://bradpotter.com/themes/minimum/).
So I guess page content would be
width: 100%;
height: 100%;
But it would have to stay behind the footer, nav and footer.
Does this make sense?August 14, 2013 at 12:50 pm in reply to: Keep the Header Right Nav from moving below logo on resize? #56366notfarnow
ParticipantHi anitac, I put together a demo version to work with here: http://www.gotoddrun.com
if you resize your browser, you'll see the 2 nav buttons in the top right jump around.
I'd like them to stay along the same line as the logo when resizing the browser.
Thanks!
-
AuthorPosts