Forum Replies Created
-
AuthorPosts
-
dpbklyn
Memberdpbklyn
MemberI was just looking at Dynamik and I think I am going to buy it, is there an affiliate program so I can give you credit?
David Phillips
Owner, St. Louis IT Solutions, LLCdpbklyn
MemberI am good with CSS, just not Genesis (yet).
Thank you for your suggestions.
David Phillips
Owner, St. Louis IT Solutions, LLCdpbklyn
MemberI never realized you could have part of the theme be full width and other parts fixed. I guess that is what that first link you send is saying. I have some reading and research to do.
When you say use a home.php as a template, do you mean plop it into the Sample theme's directory, or simply use the code as a template?
David Phillips
Owner, St. Louis IT Solutions, LLCdpbklyn
Memberdpbklyn
MemberI just looked at your site and it looks like the direction I would like to move.
I just got your response..Thank you!
David Phillips
Owner, St. Louis IT Solutions, LLCdpbklyn
Memberhmmm...
Thank you for your quick response. Maybe I should be playing with a full-width Genesis theme. I am trying to come up with a site that structurally looks like this:
Is there a Theme you can recommend?
Thanks,
dp
David Phillips
Owner, St. Louis IT Solutions, LLCdpbklyn
Memberdpbklyn
MemberOK, Thank you Internet gods...the slider is back. Cache issue? I don't know, I didn't do anything it just re-appeared.
David Phillips
Owner, St. Louis IT Solutions, LLCdpbklyn
MemberOK, I just figured it out. You have to set the image as the Featured image...
David Phillips
Owner, St. Louis IT Solutions, LLCdpbklyn
Memberdpbklyn
MemberYAHOO!!!
Thank you, All I have to do is style it now.
dp
David Phillips
Owner, St. Louis IT Solutions, LLCdpbklyn
MemberBrad,
Thank you for getting back to me, but it doesn't seem that I Have access to that repository. Actually, I can't find that repo on github.The code just populated...never mind.
Thank you,
dp
David Phillips
Owner, St. Louis IT Solutions, LLCdpbklyn
MemberWhoops, sorry for the duplicate posts...
UPDATE:
Here is an update. When I changed the page name to another non-static page it seems that the slider is finding its way onto the page. Actually what happens is that the page goes blank when I change the code to have the widget put on that page. I guess this is progress?
Thank you still...
dpbklyn
David Phillips
Owner, St. Louis IT Solutions, LLCdpbklyn
MemberHello Brad,
Thank you in advance.
I am trying to add a slider under the header in my Agency theme and I followed the directions above, but I am not able to see it. I can see the sidebar in my widgets control panel. I think I am having trouble identifying the page name/number. I am using this particular page as my home page (static). My code is below:
genesis_register_sidebar( array(
'id' => 'after-header-testl',
'name' => 'After Header Slider',
'description' => 'This is a sidebar that goes after the header.',
) );add_action( 'genesis_after_header', 'child_after_header_testl_sidebar' );
/** Loads a new sidebar after the header */
function child_after_header_testl_sidebar() {if( is_home() ) {
echo '<div class="after-header-testl">';
dynamic_sidebar( 'after-header-testl' );
echo '</div>';
}}
Thank you...
dp
David Phillips
Owner, St. Louis IT Solutions, LLCdpbklyn
MemberHello Brad,
Thank you in advance.
I am trying to add a slider under the header in my Agency theme and I followed the direction above, but I am not able to see it. I can see the sidebar in my widgets control panel. I think I am having trouble identifying the page name/number. I am using this particular page as my home page (static). My code is below:
genesis_register_sidebar( array(
'id' => 'after-header-testl',
'name' => 'After Header Slider',
'description' => 'This is a sidebar that goes after the header.',
) );add_action( 'genesis_after_header', 'child_after_header_testl_sidebar' );
/** Loads a new sidebar after the header */
function child_after_header_testl_sidebar() {if( is_home() ) {
echo '<div class="after-header-testl">';
dynamic_sidebar( 'after-header-testl' );
echo '</div>';
}}
Thank you...
dp
David Phillips
Owner, St. Louis IT Solutions, LLCdpbklyn
MemberUnfortunately, ours isn't a download, it is a site the user would need to log into I was hoping to authenticate through WordPress and then have django check the authentication (somehow) THEN let the user through.
BTW, THANK YOU for you help!
David Phillips
Owner, St. Louis IT Solutions, LLCdpbklyn
MemberThe App is a Webapp we are offering for a subscription. It lives on a linode server (different server than my WordPress site) and it is accessible from any device. I have a subdomain set up to point to the app http://www.subdomain.domain.com. I would like that subdomain to be accessible ONLY by people who have paid the subscription fee on WordPress.
I hope this is more clear...
David Phillips
Owner, St. Louis IT Solutions, LLCdpbklyn
MemberHi, Thank you for the response...
I would love it if WP accepts the payment, I am trying to take it easy on my Django developer...
I would want our subscribers to pay us through WP (Paypal or other gateway) then be authenticated to go to the Django webapp.
David Phillips
Owner, St. Louis IT Solutions, LLCdpbklyn
MemberSoZo,
Thank you for the quick response! Your link is broken.
dp
David Phillips
Owner, St. Louis IT Solutions, LLC -
AuthorPosts