Forum Replies Created
-
AuthorPosts
-
CathyEarleMember
opps sorry - just realized the answer in in this thread
CathyEarleMemberI have this same issue on one of my sites - can someone please link to the directions on how to upgrade manually - this site (Genesis) is quite out of date as it does not do the auto updates as the other sites I manage do.
Thank you!CathyEarleMemberthank you!!!
January 14, 2014 at 11:20 am in reply to: Can't find where space above heading is coming from #85164CathyEarleMemberThank you so much Robin.
It's always somewhere I would never think to look. Really appreciate the help.
Cathy
CathyEarleMemberWrong CSS code should have read:
`.site-inner {
clear: both;
padding: 0px;
padding: 0rem;
background: rgba(255,255,255,0.85);
}CathyEarleMemberI have the same issue with the search results showing "Search Results for:" there is no result test when I search using the "Taxominies Filter" plugin. Also it appears on top of a large white box.
How can I change the formatting and wording of this - remove the "for" and remove the white background/large padding around the search results?
CathyEarleMemberI have this same issue with another site. I can't seem to figure out where the spacing comes from for the .site-inner part. I have tried the above but doesn't work on the : Catering Website
When the site shrinks down to mobile size I have a large white space below the featured posts.
CathyEarleMemberYou are amazing. Thank you.
CathyEarleMemberYou are fabulous! Thank you!
CathyEarleMemberThank you .. that was helpful, however I still have white space under the featured image as well as above the bottom of the featured image section. I have put a border around the area so you can see what I mean.
November 13, 2013 at 7:39 pm in reply to: Make Responsive Header non-responsive iPad Portrait #72854CathyEarleMemberThank you so much Lynne. I will do that. I know I agree it does look fine the way it is but .... the client doesn't understand responsive and wants me to make the site look the same as this other "non-responsive" site.
CathyEarleMemberHope it works for you. Definitely saved me I really needed that plugin to work.
CathyEarleMemberI use a PC to work on my websites which is where I was having the issue with the widget - when I make the changes using my MacBook Pro (I tied this last night at home) I don't have any issues with changing the widget options? I use Google Chrome on both PC and Mac.
Is it possible that the PC is causing the drop downs in the widgets to not function properly?
CathyEarleMemberJust noticed the same thing. Really need to use this plugin to make the title of the post link and have it be above the image rather than below. If there is another way of doing this great but at the moment I am having the same issue. The drop downs wont stay open.
November 8, 2013 at 2:49 pm in reply to: Structural wraps and navigation in header right widget #71781CathyEarleMemberI implemented the code above and it works but ......
I guess I was confused about how the structural wrap works. What I actually want to do is have certain words within the navigation appear on two lines. So for example if the word was Summer Adventures instead of the words appearing beside each other they sit one below the other like
Summer
AdventuresI see another type of example used on this site's navigation: http://genesistutorials.com/ where there is a main menu then smaller descriptive words underneath. I'd like the ability to do either. Not sure what I should search for in the forum to find the answer to this?
November 8, 2013 at 11:08 am in reply to: Structural wraps and navigation in header right widget #71693CathyEarleMemberThanks so much for the response "AnyName" I'll see if I can use your work around. Appreciate you sharing.
November 7, 2013 at 7:43 pm in reply to: Structural wraps and navigation in header right widget #71590CathyEarleMemberI'm working on Minimum Theme and would like to do this also - wrap in the custom menu section.
Any updates on this or work arounds?
CathyEarleMemberI'm using the minimum pro theme and trying to to the same thing (remove date and category from specific categories) but nothing is working.
I have tried removing them from all the pages using the code below but no success:
/** Remove post info */ remove_action( 'genesis_before_post_content', 'genesis_post_info' ); //* Remove the post meta function remove_action( 'genesis_after_post_content', 'genesis_post_meta' );
Also tried the following link - no luck.
http://wpsites.net/web-design/remove-post-meta-pages-posts-archives/Tried adding to CSS: no luck:
`// Removes Post Info From Team Page
.category-31 .post-meta,
.categories,
.tags {
display: none !important;
}For now I've resorted to removing them from Genesis Simple Edits but it doesn't resolve my issue with only wanting to remove them from certain category pages.
Suggestions?
CathyEarleMemberThanks Andrea for the "background-color" guidance. I managed to fix that issue but now have an issue with white borders showing around all each of the menu items. Any tips on where I should look to remove these?
CathyEarleMemberThanks. I don't want it to go back to the black background colour though - I want it to stay white with a black font. I've tired a ton of different combos with no luck.
Not sure exactly which section in the CSS nav I should be changing to fix it.
-
AuthorPosts