Forum Replies Created
-
AuthorPosts
-
cway
MemberHi, Carasmo.
I saw the plug-in, but was concerned about the reliability and support response time. Have you had luck using that plug-in? Problems?
Thanks!
CameronMarch 4, 2016 at 11:02 am in reply to: Assign a custom menu to specific pages in the Header Right widget #180657cway
MemberJazzaJ, what was your solution, if you don't mind sharing?
cway
MemberCommenting-out line 59 didn't do anything for me, either.
cway
MemberAwesome! That did the trick. Thanks, Christopher and Victor!
cway
MemberThank you Davinder for the suggestions. I found both of those already and they aren't what I'm looking for. I think I just need to figure-out how to place a graphic at both ends of the primary navbar.
cway
MemberThat didn't work for me. I had to do the following, which is not ideal since it affects all lists on the site.
http://trentstudios.com/managed-wordpress-hosting-plans/.entry-content ul li { list-style-type: none; }
cway
MemberGot it. Found this tutorial from Brian: http://briangardner.com/add-widget-area-site-header/
Thanks, Brian!cway
MemberI, too, would be interested in seeing how this is done.
Cameron
Wordpress 4.0
Genesis 2.1.2
Outreach Pro 3.0.1cway
MemberOh. I see. Yes, I did remove Post Meta, under Genesis > Simple Edits.
I think creating a couple categories, then adding those categories to my menu will do what I need.
Thanks!cway
MemberThank you for assistance, Kelly.
I don't know what you mean by "Have you removed post meta from displaying?"I forgot I can now add categories to menus. I found the URL (http://www.ftcollinspersonaltrainer.com/category/testimonials/)
cway
MemberYes. I've created a testimonials category.
cway
MemberIf I don't create a page and assign my custom template to it, how will I get to the category in a browser?
cway
MemberThanks, Kelly, for the links, and Brad for checking-in.
I followed the steps outlined on the mattsaffiliatejourney site, but it didn't work. I got a blank page: http://www.ftcollinspersonaltrainer.com/testimonials/
I'm going through that site, again, seeing if I missed anything, and reviewing another tutorial.cway
MemberBrad, I'm trying to accomplish the same thing. Would you mind explaining a little more, as I don't quite understand. I've created a Testimonials category, created a post and assigned it to the Testimonials category. I have a page called Testimonials. I can't find a way to tie the Testimonials category to the Testimonials page.
Thanks!
Cameroncway
MemberHi, Tony.
Thank you for the response. That was it.
Cameroncway
MemberI edited the functions.php and style.css file ( searched for 300 and 60 to find the code to edit ). I also used the Genesis Simple Headers plug-in and entered my new dimensions in there. Got what I wanted.
cway
MemberThat worked! Thanks, Brad!
.homepageboxcontainer { display: table; width: 100%; height: 200px; text-align: center; } .homepageboxcontainer span { display: table-cell; vertical-align: middle; } <div class="homepageboxcontainer"> <span>some text</span></div>
cway
MemberGot it. I made a page called Home then added this to my stylesheet:
.home #content { display: none; }
cway
MemberAh. I didn't think of a shadow. That was it. Thanks, Anita!
cway
MemberThat worked. Thanks, Anitac!
-
AuthorPosts