Forum Replies Created
-
AuthorPosts
-
jeffreyd00Member
go to appearance | Menus and uncheck the Primary Nav box towards the bottom.
Then go to Widgets and add Custom Menu widget to Top Right. Voila!jeffreyd00MemberThank you both!
jeffreyd00MemberGreat information. I'm using executive pro
Thanks!
jeffreyd00MemberBrad: Thanks for the response.
The Portfolio is actually part of the Studio Press child theme, wouldn't editing the main theme files cause upgrade issues when/if studio press updates them?
jeffreyd00MemberI decided to just change the min-height for the entry-title. It's not really the solution I wanted but it works for all responsive layouts but the 800x600.
If someone has a better suggestion however I'm listening!
jeffreyd00Member@jrtaylor
Please start your own thread.jeffreyd00MemberWell maybe some other forum member can help you at this point. Sorry I wasn't able to resolve.
jeffreyd00Membermaybe just show all posts and call it a day?
jeffreyd00MemberLook in the theme's functions.php it's in there
//* Change the number of portfolio items to be displayed (props Bill Erickson) add_action( 'pre_get_posts', 'executive_portfolio_items' ); function executive_portfolio_items( $query ) { if( $query->is_main_query() && !is_admin() && is_post_type_archive( 'portfolio' ) ) { $query->set( 'posts_per_page', '12' ); } }
jeffreyd00MemberI didn't see any glaring errors in the CSS changes you made but I'd still roll back all CSS changes you've made by replaceing the css files with a clean one from the theme's package and see if they pop back. If they don't then look at your functions.php.
Sorry I couldn't give you a definitive answer, like I said I didn't see anything obvious when looking at the site.
BTW the problem link is http://www.fashionprofits.com/blog/ not http://www.fashionprofits.com for anyone else that is looking to help this guy out.
jeffreyd00MemberTry going to Settings | Reading and then change the number of posts to display and see if that resolves the odd placement of the pagination navigation.
jeffreyd00MemberAlso, a plugin that will save you ungodly amounts of time is Web Developer for Chrome
http://chrispederick.com/work/web-developer/What you can do in it is Click Information / Display Id & Class Details.
That'll then show you all the Divs and classes on the page. You can then go to view css and search for those styles and then duplicate them with your integrated changes into your theme's custom.css file.jeffreyd00Member.archive .entry-title { font-size: 36px; /* change to whatever size you want */ line-height: 1; }
jeffreyd00MemberThank you!
jeffreyd00MemberWhat if I only wanted it to show on is_single and is_home ?
jeffreyd00MemberThank you essaysnark!!!
jeffreyd00MemberI don't see anything in the source code. Why not email the site owner and ask them? Also I should say that it is unlikely mobile friendly design.
-
AuthorPosts