Forum Replies Created
-
AuthorPosts
-
krystyn
Participant@anitac that you! That removed the source code, too!
I need both snippets to stay in there, correct?
krystyn
ParticipantOkay, maybe it is working. It's still visible in the source code, but /feed is working!
krystyn
Participant@anitac, you are correct, that doesn't work for me. The site doesn't have it's own cache and I cleared my browser's cache and it's still showing in the source code.
January 28, 2019 at 12:49 pm in reply to: authority pro- one genesis featured post not going full width #489096krystyn
ParticipantThank you! That pretty much does the trick, but doesn't totally make sense.
You would think if it was set to 33.3% then if I placed three widgets (all featured) in front-page-1, they would line up three across, right? (this is actually my ideal situation, all three across).
krystyn
ParticipantYes, I've requested that. She's using the same sized screen for computer (mac 15") but I'm double checking to make sure she's not zoomed in. And, iphone and ipad. She says they are all blurry, but the text on the page is crisp?
krystyn
ParticipantThanks! I can't see it either, but the customer can. I'm at a loss what to do. I guess I'll try the 2x implementation, but I don't really think it will matter.
krystyn
ParticipantHey @genwrock, can you give this a look? It doesn't seem to be pulling that menu for the home page, but I'm sure it's because my php is wrong.
/*change menu on homepage*/
function gd_nav_menu_args( $args ){
if( ( 'primary' == $args['theme_location'] ) && is_home() )
{
$args['menu'] = 'Landing Page Menu'; // Add your menu name here. My case it is "Menu for Page"
}return $args;
}add_filter( 'wp_nav_menu_args', 'gd_nav_menu_args' );
April 8, 2015 at 6:31 pm in reply to: Why aren't 3rd party designers to provide step by step instructions for their th #147137krystyn
ParticipantUnfortunately, they aren't the fastest at getting your account set up, either, so you can't ask questions....
krystyn
ParticipantWow! How did I even miss that? I've never changed that setting so I have no idea how it was disabled.
Enabled and fixed! Thank you!
krystyn
ParticipantETA: I also downloaded a clean version of genesis framework because the comments aren't displaying there, either.
krystyn
ParticipantAnybody get a fix for this?
krystyn
ParticipantThanks @braddalton..I found that and used it and it's perfect. It was user error on my part. I was using the link to sign up instead of the action form!
krystyn
ParticipantOnly if you know of a good way to kill that extra space between the header and the social icons on portrait mobile. Otherwise, not note digging required, @Kary! Thank you!
krystyn
ParticipantThanks @Kary I think I actually figured it out! There is too much space in portrait on the iphone, but I can deal with that until I can troubleshoot a little more!
I used this as a guide, but had to add some extra wraps because of the full width bar at the top and the footer.
http://shaybocks.com/get-left-aligned-header-logo-foodie-pro/
krystyn
Participant@Kary I want the logo on the left with the widget right on desktop. It's fine to be centered on mobile! I'd love it if you could point me in the right direction!
I've got it left now, but it's going all the way left instead of left in the header space.
krystyn
ParticipantActually, @erinu, I'm having the same issue on another site: http://www.krizzydesigns-test.com/test1/ Well, similar. I've got the header stuck centered this time and still can't bump the social icons down without messing up mobile.
krystyn
Participant@susanaffordyourpassions, yes, I did change the theme on that one, but if you want to take a look here, I set one up again because I want to figure this out!
krystyn
ParticipantSince this isn't resolved, I thought I would see if there is a better solution? I tried the first step of the one you linked @braddalton and was able to adjust the margins to eyeball the center on a desktop, but for mobile it was a mess!
-
AuthorPosts