Forum Replies Created
-
AuthorPosts
-
OK, Thank you Internet gods…the slider is back. Cache issue? I don’t know, I didn’t do anything it just re-appeared.
OK, I just figured it out. You have to set the image as the Featured image…
I don’t understand your question.
YAHOO!!!
Thank you, All I have to do is style it now.
dp
Brad,
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
Whoops, 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
Hello 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
Hello 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
Unfortunately, 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!
The 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…
Hi, 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.
SoZo,
Thank you for the quick response! Your link is broken.
dp
-
AuthorPosts