Forum Replies Created
-
AuthorPosts
-
KM
MemberThank you for clearing that up Victor, I appreciate it.
KM
MemberThank you so much for the reply Victor, I'll see what I can find.
I actually don't want to add the archives for each Post Type, I just want to add the Post Type main pages to the sitemap. For example;
Logos
Websites
Business CardsAlternatively can I just add the Post Type main pages manually to the sitemap in functions.php?
KM
MemberHey thanks so much for that Brad. What do you mean when you say "You can add a header to each new file if you like"?
Do I also have to make edits the following files?
page_landing.php
customize.php
output.php
theme-defaults.phpFor example on the page_landing.php, do I also have to edit instances of "Genesis Sample" to "Custom Name" and "genesis_sample" to "custom_name"? The following is the beginning of page_landing.php.
<?php
/**
* Genesis Sample.
*
* This file adds the landing page template to the Genesis Sample Theme.
*
* @package Genesis Sample
* @author StudioPress
* @license GPL-2.0+
* @link http://www.studiopress.com/
*///* Template Name: Landing
//* Add landing page body class to the head
add_filter( 'body_class', 'genesis_sample_add_body_class' );
function genesis_sample_add_body_class( $classes ) {KM
MemberThank you very much for your help Carlo. How do I now show no H1 title and a different background color for “.content .entry” ?
KM
MemberThanks again. By the way, what is your hourly rate for freelance work?
Also, how would I make a message private so that only you can see?
KM
MemberThis reply has been marked as private.KM
MemberThank you for the reply. When I try to upload the font at http://www.fontsquirrel.com/tools/webfont-generator, I receive the error "The file citydbol.ttf is blacklisted by the Generator. Webfonts from other distributors cannot be regenerated."
Do I need to do something else first?
KM
MemberThis reply has been marked as private.KM
MemberThank you for the reply. That works for the vertical space between Home Middle and Home Bottom Widgets.
The space I am referring to is the horizontal spacing between the 3 entries in the first row. http://www.reinventingher.com/
Thank you again.
KM
MemberThank you for the advice Lynn but I have taken the original development site down and starting over again.
It is just the Agency Pro theme http://demo.studiopress.com/agency/, with the Primary Nav activated. I was hoping somebody had already done this but I haven't been able to find the solution yet.
I saw a site in the Agency Pro showcase that has the primary nav fixed but their logo does not show so I think they have some issues. The site is http://lumeninstitute.org/. Thanks again Lynn.
KM
MemberMaybe I'm not asking the question right.
I am using Agency Pro where the Header is already fixed. I would like to also use the Primary Nav which is located under the Header.
I would like to have the Header and Primary Nav both fixed.
Can anyone help or have any ideas?
Thank you.
KM
MemberHello, I had first tried adding opacity: 0.8 to .entry in the css but found that this also made my featured image see through as well. I instead used background-color: rgba(0, 0, 0, .8) which gave me the desired result. The following is where I added the code. Try it and see if that works for you.
.entry {
background-color: #fff;
border-radius: 3px;
margin-bottom: 40px;
padding: 40px 40px 24px;
background-color: rgba(0, 0, 0, .8)
}April 30, 2014 at 2:53 pm in reply to: WordPress 3.9 + Genesis Club Lite Responsive Hamburger Menu #103116KM
MemberJust an update. I have heard back from Genesis Club and Russell informs me that they are working on the next release of Club Lite & Pro and is testing on WordPress 3.9 and Genesis 2.0.2. The Hamburger Menu feature has changed considerably from what I understand.
April 24, 2014 at 1:12 pm in reply to: Hamburger Menu for Sidebar Navigation in Responsive Mode #102197KM
MemberThank you Anita, I will post a link when ready. Can I actually just email you an image?
April 19, 2014 at 10:35 pm in reply to: WordPress 3.9 + Genesis Club Lite Responsive Hamburger Menu #101361KM
MemberThank you Andrea, I already have but have not heard back. Just curious to know if anyone else is having the same issue. I don't know if it is a compatibility issue with WordPress 3.9 or something I've missed in the Genesis install.
KM
MemberThank you Brad, I will definitely use that for a different scenario I have on another website.
KM
MemberAlso forgot to mention that there is an error in the tutorial but someone posted the fix in the comments. Here it is:
-----------------------------------------------------------------------
I managed to figure out what was causing the issue with my implementation of this technique.It looks like we need to follow a slightly different naming convention when creating a sidebar template file. Since we declare the sidebar as “home-sidebar” we need to have a template waiting for it called “sidebar-home-sidebar.php”, and not just “home-sidebar.php”.
-----------------------------------------------------------------------KM
MemberOMG that worked perfectly! Thanks sooooooooo much Lauren, I've been working on it all day. And thanks for pointing me in the right direction Brad.
Cheers.
KM
MemberCan you provide the custom code to add this sidebar to the Home page or direct me to a tutorial? Thanks Brad!
KM
MemberThank you Brad. If I use Genesis Simple Sidebars for the Metro Pro theme, where do I select my custom sidebar? I don't know which page is the home page under "Pages"
Also, Is there a way I can make this new sidebar a content block so that the visual editor can be used to manage the content?
-
AuthorPosts